Connecting to database specified by database.yml  (1626.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1290.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (54.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentAdherents (20130803053649)  (5.9ms) BEGIN  (570.9ms) CREATE TABLE "adherent_adherents" ("id" serial primary key, "name" character varying(255), "forname" character varying(255), "birthdate" date, "number" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (50.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130803053649')  (3.1ms) COMMIT  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2013-08-03 09:21:09 +0200 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): 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 (1.7ms) Started GET "/adherent" for 127.0.0.1 at 2013-08-03 09:22:23 +0200 ActionController::RoutingError (No route matches [GET] "/adherent"): 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) Connecting to database specified by database.yml Started GET "/adherents" for 127.0.0.1 at 2013-08-03 09:23:36 +0200 ActionController::RoutingError (No route matches [GET] "/adherents"): 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 (1.4ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-03 09:25:17 +0200 ActionController::RoutingError (No route matches [GET] "/adherent"): 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 "/adherents/" for 127.0.0.1 at 2013-08-03 09:25:23 +0200 ActionController::RoutingError (No route matches [GET] "/adherents"): 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 (3.4ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-03 09:25:52 +0200 ActionController::RoutingError (No route matches [GET] "/adherent"): 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/" for 127.0.0.1 at 2013-08-03 09:28:44 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (2.1ms) Compiled adherent/adherents.css (0ms) (pid 19590) Compiled adherent/application.css (27ms) (pid 19590) Compiled jquery.js (5ms) (pid 19590) Compiled jquery_ujs.js (0ms) (pid 19590) Compiled adherent/adherents.js (0ms) (pid 19590) Compiled adherent/application.js (89ms) (pid 19590) Completed 200 OK in 248ms (Views: 207.4ms | ActiveRecord: 5.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /adherent/application.css - 200 OK (82ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /adherent/adherents.css - 200 OK (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /jquery.js - 200 OK (37ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /adherent/adherents.js - 200 OK (5ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:28:45 +0200 Served asset /adherent/application.js - 200 OK (5ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 09:30:18 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (93.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (125.0ms) Completed 200 OK in 141ms (Views: 131.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:18 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:18 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:18 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:19 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started POST "/adherent/adherents" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Processing by Adherent::AdherentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mWAC8HyQ5fxX60aDICilmFmD7ktubMXvNx8mrfk/VkM=", "adherent"=>{"name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(1i)"=>"2013", "birthdate(2i)"=>"6", "birthdate(3i)"=>"6", "number"=>"ADH001"}, "commit"=>"Create Adherent"}  (0.2ms) BEGIN SQL (167.6ms) INSERT INTO "adherent_adherents" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Thu, 06 Jun 2013], ["created_at", Sat, 03 Aug 2013 07:30:49 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "ADH001"], ["updated_at", Sat, 03 Aug 2013 07:30:49 UTC +00:00]]  (49.0ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/1 Completed 302 Found in 253ms (ActiveRecord: 217.0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (1.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (2.8ms) Completed 200 OK in 16ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:49 +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-03 09:30:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:49 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-03 09:30:52 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (1.3ms) Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (1.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (0.7ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 09:30:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (2.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (2.0ms) Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 09:31:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-03 11:21:56 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (42.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (582.0ms) Completed 200 OK in 2211ms (Views: 1059.9ms | ActiveRecord: 42.2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:22:02 +0200 Served asset /adherent/application.js - 304 Not Modified (80ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:22:02 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:22:02 +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-03 11:22:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:22:02 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:22:02 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-03 11:28:59 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (5.9ms) Completed 200 OK in 140ms (Views: 14.3ms | ActiveRecord: 105.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/application.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:29:00 +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-03 11:29:00 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/icones/modifier.png - 200 OK (4ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (4ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-03 11:29:00 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (4ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (8.6ms) Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:29: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-03 11:29:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Served asset /adherent/application.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-03 11:29:15 +0200 Served asset /adherent/icones/detail.png - 200 OK (7ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-03 11:29:15 +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-03 11:29: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-03 11:29:15 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:29:25 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (67.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (68.1ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `simple_form_for' for #<#:0xb6641f84>): 1:
2: <%= simple_form_for(@adherent, :html=> {class: 'form-horizontal'}) do |f| %> 3: <%= f.error_notification %> 4: 5: /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb___852839969__616491638' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb___388891953_76172260' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__986212811__process_action__904509448__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__173709114__call__545937575__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.6ms) 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.2ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:29:57 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (13.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (19.2ms) Completed 500 Internal Server Error in 241ms ActionView::Template::Error (undefined method `simple_form_for' for #<#:0xa8bba14>): 1:
2: <%= simple_form_for(@adherent, :html=> {class: 'form-horizontal'}) do |f| %> 3: <%= f.error_notification %> 4: 5: /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__333525982__610958248' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb___838089810_88646290' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__435326278__process_action__309743763__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__883119056__call__525945901__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.1ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:38:11 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (299.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (302.6ms) Completed 200 OK in 477ms (Views: 448.4ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:38:11 +0200 Served asset /adherent/application.css - 304 Not Modified (34ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:38:12 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:38:12 +0200 Served asset /adherent/adherents.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:38:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:38:12 +0200 Served asset /jquery.js - 304 Not Modified (34ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:38:12 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (12.8ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 11:41:19 +0200 Served asset /adherent/icones/retour.png - 200 OK (2ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-03 11:41:31 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (2.8ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:41:31 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:41:31 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:31 +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-03 11:41:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:31 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:41:31 +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-03 11:41:31 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-03 11:41:31 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-03 11:41:31 +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-03 11:41:31 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (5.1ms) Completed 200 OK in 56ms (Views: 30.0ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /adherent/adherents.css - 304 Not Modified (7ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:50:31 +0200 Served asset /adherent/adherents.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-03 11:50:32 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-03 11:50:32 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-03 11:50:32 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-03 11:50:32 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:50:35 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (60.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (69.3ms) Completed 500 Internal Server Error in 73ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/fr.yml: expects it to return a hash, but does not): 3: <%= f.error_notification %> 4: 5: 6: <%= f.input :number, input_html: {class: "span3"}%> 7: <%= f.input :name, input_html: {class: "span3"} %> 8: <%= f.input :forname, input_html: {class: "span3"} %> 9: i18n (0.6.4) lib/i18n/backend/base.rb:163:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb___596548600__613536208' 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' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' 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/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb___596548600__613536208' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__728142697__613664518' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__555840331__process_action__688396853__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__270365118__call__790080383__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.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 (7.7ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:53:28 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (8.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (9.9ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/fr.yml: expects it to return a hash, but does not): 3: <%= f.error_notification %> 4: 5: 6: <%= f.input :number, input_html: {class: "span3"}%> 7: <%= f.input :name, input_html: {class: "span3"} %> 8: <%= f.input :forname, input_html: {class: "span3"} %> 9: i18n (0.6.4) lib/i18n/backend/base.rb:163:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb___596548600__613536208' 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' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' 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/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb___596548600__613536208' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__728142697__613664518' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__555840331__process_action__688396853__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__270365118__call__790080383__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.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 (8.1ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:53:54 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (63.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (68.6ms) Completed 500 Internal Server Error in 101ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/fr.yml: expects it to return a hash, but does not): 3: <%= f.error_notification %> 4: 5: 6: <%= f.input :number, input_html: {class: "span3"}%> 7: <%= f.input :name, input_html: {class: "span3"} %> 8: <%= f.input :forname, input_html: {class: "span3"} %> 9: i18n (0.6.4) lib/i18n/backend/base.rb:163:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__766097278__615059178' 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' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' 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/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__766097278__615059178' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__611588939__613521118' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__636941347__process_action__552417593__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__1052109799__call__270186415__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 (3.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 (11.3ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:54:37 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (70.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (78.7ms) Completed 200 OK in 127ms (Views: 100.4ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /adherent/adherents.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /adherent/adherents.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /adherent/application.js - 304 Not Modified (69ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 11:54:38 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (2ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (18.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (20.5ms) Completed 200 OK in 29ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 11:55: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-03 11:55:44 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 11:55:44 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:05:12 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (35.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (37.1ms) Completed 200 OK in 95ms (Views: 82.9ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:05:12 +0200 Served asset /adherent/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:05: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-03 12:05:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:05:12 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:12 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:12 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:05:13 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (101.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (105.7ms) Completed 200 OK in 194ms (Views: 151.0ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /adherent/adherents.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:05:34 +0200 Served asset /adherent/adherents.css - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:05:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (3ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (16.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (18.2ms) Completed 200 OK in 39ms (Views: 29.0ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:06:28 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (2ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (12.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (18.1ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /jquery.js - 304 Not Modified (77ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:06:32 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:08:57 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (19.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (21.1ms) Completed 200 OK in 44ms (Views: 27.5ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:08:58 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (22.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (25.1ms) Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:09: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-03 12:09:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Served asset /adherent/application.js - 304 Not Modified (58ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:09:17 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (69.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (74.6ms) Completed 200 OK in 126ms (Views: 97.5ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Served asset /adherent/application.css - 304 Not Modified (16ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Served asset /adherent/application.js - 304 Not Modified (10ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Served asset /adherent/adherents.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (36ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:09:31 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:09:32 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:09:32 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:10:17 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (18.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (19.3ms) Completed 200 OK in 40ms (Views: 25.9ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:10:18 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:10:59 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (17.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (18.8ms) Completed 200 OK in 67ms (Views: 24.5ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:11:00 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:00 +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-03 12:11:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:11:00 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:00 +0200 Served asset /adherent/application.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:00 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:11:00 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (19.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (21.6ms) Completed 200 OK in 40ms (Views: 28.7ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /adherent/adherents.css - 304 Not Modified (48ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:11:46 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:11:47 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:11:57 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (12.8ms) Completed 500 Internal Server Error in 32ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/test/dummy/config/locales/simple_form.fr.yml: expects it to return a hash, but does not): 3: <%= f.error_notification %> 4: 5: 6: <%= f.input :number, input_html: {class: "span3"}%> 7: <%= f.input :name, input_html: {class: "span3"} %> 8: <%= f.input :forname, input_html: {class: "span3"} %> 9: i18n (0.6.4) lib/i18n/backend/base.rb:163:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__623480007__615059218' 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' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' 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/adherents/_form.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__623480007__615059218' 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' /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb___344040459__613521158' 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/adherents_controller.rb:32:in `new' 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:403:in `_run__631780041__process_action__132017886__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__76862949__call__31226134__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.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.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 (58.8ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:12:17 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (20.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (22.0ms) Completed 200 OK in 75ms (Views: 59.3ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:12:17 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:12:18 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (11.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (13.7ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:13: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-03 12:13:06 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:13:06 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Connecting to database specified by database.yml Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (103.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (109.9ms) Completed 200 OK in 184ms (Views: 138.0ms | ActiveRecord: 8.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /adherent/adherents.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /adherent/application.js - 304 Not Modified (41ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /adherent/adherents.css - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:13:18 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (10.8ms) Completed 200 OK in 31ms (Views: 17.4ms | ActiveRecord: 3.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:14:36 +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-03 12:14:36 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Served asset /adherent/application.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:14:36 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started POST "/adherent/adherents" for 127.0.0.1 at 2013-08-03 12:15:55 +0200 Processing by Adherent::AdherentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mWAC8HyQ5fxX60aDICilmFmD7ktubMXvNx8mrfk/VkM=", "adherent"=>{"number"=>"", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"15", "birthdate(2i)"=>"6", "birthdate(1i)"=>"2008"}, "commit"=>"Créer l'adhérent"}  (1.1ms) BEGIN  (1.5ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (58.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (59.9ms) Completed 200 OK in 72ms (Views: 66.9ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /adherent/application.css - 304 Not Modified (37ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:15:56 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started POST "/adherent/adherents" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Processing by Adherent::AdherentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mWAC8HyQ5fxX60aDICilmFmD7ktubMXvNx8mrfk/VkM=", "adherent"=>{"number"=>"", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"15", "birthdate(2i)"=>"6", "birthdate(1i)"=>"2008"}, "commit"=>"Créer l'adhérent"}  (3.3ms) BEGIN  (0.2ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (7.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (9.3ms) Completed 200 OK in 62ms (Views: 15.9ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-03 12:17:05 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started POST "/adherent/adherents" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Processing by Adherent::AdherentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mWAC8HyQ5fxX60aDICilmFmD7ktubMXvNx8mrfk/VkM=", "adherent"=>{"number"=>"ADF001", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"15", "birthdate(2i)"=>"6", "birthdate(1i)"=>"2008"}, "commit"=>"Créer l'adhérent"}  (0.8ms) BEGIN SQL (314.5ms) INSERT INTO "adherent_adherents" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Sun, 15 Jun 2008], ["created_at", Sat, 03 Aug 2013 10:20:08 UTC +00:00], ["forname", "Annie"], ["name", "Lepage"], ["number", "ADF001"], ["updated_at", Sat, 03 Aug 2013 10:20:08 UTC +00:00]]  (36.3ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/2 Completed 302 Found in 358ms (ActiveRecord: 351.7ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (15.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.0ms) Completed 200 OK in 26ms (Views: 7.5ms | ActiveRecord: 15.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-03 12:20: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-03 12:20:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-03 12:20:08 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/comments/new" for 127.0.0.1 at 2013-08-04 08:47:26 +0200 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/comments/new"): 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 (2.3ms) Started GET "/comments" for 127.0.0.1 at 2013-08-04 08:47:59 +0200 ActionController::RoutingError (No route matches [GET] "/comments"): 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.2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-04 13:51:59 +0200 ActionController::RoutingError (No route matches [GET] "/"): 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 (2.3ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-04 13:52:19 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (43.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  EXPLAIN (19.3ms) EXPLAIN SELECT "adherent_adherents".* FROM "adherent_adherents" EXPLAIN for: SELECT "adherent_adherents".* FROM "adherent_adherents" QUERY PLAN ----------------------------------------------------------------------- Seq Scan on adherent_adherents (cost=0.00..10.50 rows=50 width=1572) (1 row) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (17.1ms) Completed 200 OK in 970ms (Views: 288.5ms | ActiveRecord: 626.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/adherents.js - 304 Not Modified (2ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (99ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (32ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (14ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 13:52:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (7ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (69.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (291.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (324.3ms) Completed 200 OK in 417ms (Views: 345.6ms | ActiveRecord: 69.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 13:52:29 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 13:56:38 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (24.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (25.0ms) Completed 200 OK in 83ms (Views: 64.2ms | ActiveRecord: 7.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /adherent/application.css - 304 Not Modified (27ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 13:56:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (12.6ms) Compiled adherent/date_picker.css (0ms) (pid 26118) Compiled adherent/application.css (4ms) (pid 26118) Compiled adherent/date_picker.js (0ms) (pid 26118) Compiled adherent/application.js (8ms) (pid 26118) Completed 200 OK in 91ms (Views: 90.1ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/application.css - 304 Not Modified (73ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +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-04 14:02:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/date_picker.css - 200 OK (15ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/date_picker.js - 200 OK (5ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:02:09 +0200 Served asset /adherent/application.js - 304 Not Modified (19ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:02:10 +0200 Served asset /adherent/cal.gif - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/cal.gif"): 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 "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (1.1ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (10.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (12.4ms) Completed 200 OK in 33ms (Views: 26.1ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (19ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:03:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:03:58 +0200 Served asset /adherent/cal.gif - 200 OK (66ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:07:17 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (17.5ms) Compiled jquery.ui.core.css (2ms) (pid 26118) Compiled jquery.ui.theme.css (17ms) (pid 26118) Compiled jquery.ui.datepicker.css (72ms) (pid 26118) Compiled adherent/application.css (110ms) (pid 26118) Compiled jquery.ui.core.js (1ms) (pid 26118) Compiled jquery.ui.datepicker.js (39ms) (pid 26118) Compiled adherent/application.js (68ms) (pid 26118) Completed 200 OK in 308ms (Views: 306.4ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /adherent/application.css - 200 OK (14ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (33ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +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-04 14:07:18 +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-04 14:07:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +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-04 14:07:18 +0200 Served asset /adherent/application.js - 200 OK (20ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:07:18 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:07:19 +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-04 14:07:23 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (21ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-04 14:07:23 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (8ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-04 14:07:23 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (10ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-04 14:07:23 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (5ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-04 14:07:23 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (7ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-04 14:07:23 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (5ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-04 14:07:31 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (13ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (8.2ms) Compiled adherent/application.css (3ms) (pid 26118) Compiled adherent/application.js (4ms) (pid 26118) Completed 200 OK in 56ms (Views: 54.7ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /adherent/application.css - 304 Not Modified (86ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +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-04 14:41:12 +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-04 14:41:12 +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-04 14:41:12 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /adherent/application.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:41:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:43:43 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (8.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (22.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (24.0ms) Compiled adherent/application.css (6ms) (pid 26118) Compiled adherent/application.js (41ms) (pid 26118) Completed 200 OK in 154ms (Views: 139.6ms | ActiveRecord: 8.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:43:43 +0200 Served asset /adherent/application.css - 304 Not Modified (38ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:43:43 +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-04 14:43: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-04 14:43:43 +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-04 14:43:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:43:43 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:43: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-04 14:43:43 +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-04 14:43: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-04 14:43:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:43:43 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:43:43 +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-04 14:43:43 +0200 Served asset /adherent/application.js - 304 Not Modified (18ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:43:44 +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-04 14:43:45 +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-04 14:43:45 +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-04 14:43:45 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-04 14:43:45 +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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-04 14:43:45 +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 2013-08-04 14:43:46 +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 2013-08-04 14:43:58 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started PUT "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 14:44:04 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADH001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate_picker"=>"01/04/2013"}, "commit"=>"Modifier", "id"=>"1"} Adherent::Adherent Load (19.0ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN  (319.0ms) UPDATE "adherent_adherents" SET "birthdate" = '2013-04-01', "updated_at" = '2013-08-04 12:44:04.755860' WHERE "adherent_adherents"."id" = 1  (49.8ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/1 Completed 302 Found in 565ms (ActiveRecord: 388.0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 14:44:05 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (9.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.5ms) Completed 200 OK in 47ms (Views: 35.6ms | ActiveRecord: 9.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +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-04 14:44:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +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-04 14:44:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +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-04 14:44:05 +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-04 14:44: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-04 14:44:05 +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-04 14:44:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:44:05 +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-04 14:44:05 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:47:02 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (56.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (70.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (94.0ms) Completed 200 OK in 449ms (Views: 387.1ms | ActiveRecord: 56.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +0200 Served asset /adherent/application.css - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +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-04 14:47:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 14:47: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-04 14:47:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:47: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-04 14:47:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +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-04 14:47:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:47:04 +0200 Served asset /adherent/application.js - 304 Not Modified (21ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:47:05 +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-04 14:47:07 +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-04 14:47:07 +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-04 14:47:07 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-04 14:47:07 +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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-04 14:47:07 +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 2013-08-04 14:47:07 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 14:49:23 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (7.5ms) Compiled adherent/date_picker.js (1ms) (pid 26118) Compiled adherent/application.js (43ms) (pid 26118) Completed 200 OK in 619ms (Views: 617.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +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-04 14:49:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +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-04 14:49:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:49: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-04 14:49:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/date_picker.js - 200 OK (7ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/application.js - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:49:24 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 14:49:43 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADH001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate_picker"=>"06/06/1955"}, "commit"=>"Modifier", "id"=>"1"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]]  (42.9ms) BEGIN  (172.6ms) UPDATE "adherent_adherents" SET "birthdate" = '1955-06-06', "updated_at" = '2013-08-04 12:49:43.659608' WHERE "adherent_adherents"."id" = 1  (37.1ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/1 Completed 302 Found in 299ms (ActiveRecord: 253.1ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 14:49:43 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.2ms) Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:44 +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-04 14:49:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:44 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 14:49: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-04 14:49:44 +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-04 14:49: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-04 14:49: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-04 14:49: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-04 14:49:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:44 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:44 +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-04 14:49:44 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 14:49:48 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (13.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (5.2ms) Completed 200 OK in 111ms (Views: 28.8ms | ActiveRecord: 13.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:48 +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-04 14:49: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-04 14:49: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-04 14:49:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:48 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:49 +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-04 14:49:49 +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-04 14:49:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:49 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:49 +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-04 14:49:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:49 +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-04 14:49:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 14:49:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 14:49: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-04 14:49:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (1.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (22.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (26.3ms) Completed 200 OK in 51ms (Views: 46.2ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +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-04 14:49:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +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-04 14:49:52 +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-04 14:49:52 +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-04 14:49:52 +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-04 14:49:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +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-04 14:49:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:49:52 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 14:50:02 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADF001", "name"=>"Lepage", "forname"=>"Annie", "birthdate_picker"=>"15/06/1952"}, "commit"=>"Modifier", "id"=>"2"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN  (0.5ms) UPDATE "adherent_adherents" SET "birthdate" = '1952-06-15', "updated_at" = '2013-08-04 12:50:02.109922' WHERE "adherent_adherents"."id" = 2  (60.8ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/2 Completed 302 Found in 68ms (ActiveRecord: 61.8ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 14:50:02 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (0.7ms) Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +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-04 14:50:02 +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-04 14:50:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +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-04 14:50:02 +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-04 14:50: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-04 14:50:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:50:02 +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-04 14:50:02 +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-04 14:50:02 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 14:52:33 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (3.1ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.1ms) Compiled adherent/date_picker.js (0ms) (pid 26118) Compiled adherent/application.js (10ms) (pid 26118) Completed 200 OK in 188ms (Views: 181.0ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +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-04 14:52: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 2013-08-04 14:52:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +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-04 14:52:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +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-04 14:52:34 +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-04 14:52:34 +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-04 14:52:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +0200 Served asset /adherent/date_picker.js - 200 OK (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:52:34 +0200 Served asset /adherent/application.js - 304 Not Modified (26ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 14:52:36 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (12.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (24.7ms) Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:36 +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-04 14:52: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-04 14:52:36 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:36 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:52:36 +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-04 14:52:36 +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-08-04 14:52:36 +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-04 14:52: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-04 14:52:36 +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-04 14:52:36 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:52:36 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:52:36 +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-04 14:52:36 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 14:52:36 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 14:54:13 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (11.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (11.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (22.2ms) Completed 200 OK in 109ms (Views: 93.4ms | ActiveRecord: 11.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:54:13 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:54:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:54:14 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:54: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-04 14:54:14 +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-04 14:54:14 +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-04 14:54:14 +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-04 14:54: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-04 14:54:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:54:14 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:54:14 +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-04 14:54:14 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:54:14 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 14:54:14 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (58ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 14:54:14 +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-04 14:54:14 +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-04 14:55:21 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-04 14:55:21 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-04 14:55:21 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-04 14:55:21 +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 2013-08-04 14:55:38 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-04 14:55:40 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 14:55:57 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADF001", "name"=>"Lepage", "forname"=>"Annie", "birthdate_picker"=>"15/06/1953"}, "commit"=>"Modifier", "id"=>"2"} Adherent::Adherent Load (0.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]]  (0.8ms) BEGIN  (0.7ms) UPDATE "adherent_adherents" SET "birthdate" = '1953-06-15', "updated_at" = '2013-08-04 12:55:57.572337' WHERE "adherent_adherents"."id" = 2  (105.1ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/2 Completed 302 Found in 121ms (ActiveRecord: 107.2ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 14:55:57 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.0ms) Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:55:57 +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-04 14:55:57 +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-04 14:55:57 +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-04 14:55:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:55:57 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:55:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 14:55:58 +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-04 14:55: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-04 14:55:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:55:58 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:55:58 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (95ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 14:55:58 +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-04 14:55:58 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 14:56:01 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (22.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (28.5ms) Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:56: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-04 14:56: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-04 14:56:01 +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-04 14:56:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:56:01 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:56:01 +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-04 14:56:01 +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-04 14:56:01 +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-04 14:56:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:56:01 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:56:01 +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-04 14:56:01 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 14:56:01 +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-04 14:56:02 +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-04 14:56:02 +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-04 14:56:02 +0200 Served asset /adherent/cal.gif - 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-04 14:56:03 +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-04 14:56:03 +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-04 14:56:03 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-04 14:56:03 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 14:57:27 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (2.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (8.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (14.8ms) Completed 200 OK in 523ms (Views: 142.6ms | ActiveRecord: 323.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +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-04 14:57:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 14:57: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-08-04 14:57:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +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-04 14:57:28 +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-04 14:57:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 14:57:28 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 14:57: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-08-04 14:57:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 14:57:29 +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-04 14:57:29 +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-04 14:57:29 +0200 Served asset /adherent/cal.gif - 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-04 14:57:31 +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-04 14:57:31 +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-04 14:57:31 +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 2013-08-04 14:57:31 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.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-04 14:57:31 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.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-04 14:57:31 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-04 14:57:33 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:30:54 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (14.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb (16.0ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:37:20 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (2.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (16.7ms) Completed 500 Internal Server Error in 764ms ActionView::Template::Error (cannot load such file -- sass (in /home/jcl/rails_project/Adherent/app/assets/stylesheets/adherent/layouts.css.scss)): 2: 3: 4: Adherent 5: <%= stylesheet_link_tag "adherent/application", :media => "all" %> 6: <%= javascript_include_tag "adherent/application" %> 7: <%= csrf_meta_tags %> 8: activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.14) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' tilt (1.4.1) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:5:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__3327713__619383358' 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:60: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:403:in `_run__304501820__process_action__61547600__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__503283618__call__883080468__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.6ms) 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.3ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:42:03 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (46.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (17.8ms) Completed 500 Internal Server Error in 139ms ActionView::Template::Error (cannot load such file -- sass (in /home/jcl/rails_project/Adherent/app/assets/stylesheets/adherent/layouts.css.scss)): 2: 3: 4: Adherent 5: <%= stylesheet_link_tag "adherent/application", :media => "all" %> 6: <%= javascript_include_tag "adherent/application" %> 7: <%= csrf_meta_tags %> 8: activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.14) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.14) lib/active_support/dependencies.rb:251:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' tilt (1.4.1) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.14) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:5:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__3327713__619383358' 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:60: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:403:in `_run__304501820__process_action__61547600__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__503283618__call__883080468__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.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 (10.8ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:42:26 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (38.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (304.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (342.8ms) Compiled adherent/layouts.css (711ms) (pid 26698) Compiled adherent/application.css (717ms) (pid 26698) Completed 200 OK in 1497ms (Views: 1348.3ms | ActiveRecord: 76.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (7ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/layouts.css - 200 OK (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +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-04 17:42:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (17ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /jquery.js - 304 Not Modified (78ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +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-04 17:42:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/adherents.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:42:28 +0200 Served asset /adherent/application.js - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 17:42:29 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 17:42:29 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (3ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 17:42:29 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (11.6ms) Compiled adherent/bootstrap.css (1ms) (pid 26698) Compiled adherent/application.css (114ms) (pid 26698) Completed 200 OK in 159ms (Views: 154.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +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-04 17:43: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-04 17:43:08 +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-04 17:43:08 +0200 Served asset /adherent/bootstrap.css - 200 OK (25ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +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-04 17:43:08 +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-04 17:43:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 17:43: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-08-04 17:43:08 +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-04 17:43:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 17:43:08 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 17:43:09 +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-04 17:43:09 +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-04 17:43:09 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 17:44:37 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (2.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (8.8ms) Compiled adherent/old_bootstrap.css (0ms) (pid 26698) Compiled adherent/application.css (8ms) (pid 26698) Completed 200 OK in 52ms (Views: 48.6ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +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-04 17:44:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +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-04 17:44: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-04 17:44:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (56ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +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-04 17:44:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 17:44: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-04 17:44:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +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-04 17:44:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 17:44:38 +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-04 17:44:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 17:44:38 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (4.3ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:45: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-04 17:45:13 +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-04 17:45:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:45:13 +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-04 17:45:13 +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-04 17:45:13 +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-04 17:45:13 +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-04 17:45: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-04 17:45: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-04 17:45: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-04 17:45:13 +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 2013-08-04 17:45:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (49ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (110ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 17:45:13 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:45:42 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (1.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (3.3ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:45:42 +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-04 17:45: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-04 17:45:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:45:43 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 17:45:43 +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-04 17:45:43 +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-04 17:45:43 +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-04 17:45:43 +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-04 17:45: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-08-04 17:45: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-04 17:45: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-04 17:45:43 +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-04 17:45:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:43 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:45:43 +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-04 17:45:43 +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-04 17:45:43 +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-04 17:45:43 +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-04 17:45:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:48:01 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.1ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (4.4ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:01 +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-04 17:48:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:01 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:02 +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-04 17:48: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-04 17:48:02 +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-04 17:48: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-04 17:48:02 +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-04 17:48: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 2013-08-04 17:48: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-04 17:48:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (4ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 17:48:02 +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-04 17:48:02 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:48:02 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 17:48:02 +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-04 17:48:02 +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-04 17:48: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-04 17:48:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:48:35 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (5.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (10.3ms) Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:35 +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-04 17:48:35 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:35 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:35 +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-04 17:48:35 +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-04 17:48:35 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:35 +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-04 17:48:35 +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-04 17:48: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-04 17:48:36 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (74ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 17:48:36 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 17:48:36 +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-04 17:48:36 +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-04 17:48:36 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:48:36 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:48:36 +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-04 17:48:36 +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-04 17:48:36 +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-04 17:48:36 +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-04 17:48:36 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:52:38 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (71.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (360.2ms) Compiled adherent/jc_application.css (215ms) (pid 26698) Compiled adherent/application.css (273ms) (pid 26698) Completed 200 OK in 2111ms (Views: 1832.4ms | ActiveRecord: 71.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:52:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1434ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 17:52:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:52:44 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 17:52: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-04 17:52: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-04 17:52:44 +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-04 17:52:44 +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-08-04 17:52:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 17:52: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 2013-08-04 17:52:44 +0200 Served asset /adherent/jc_application.css - 200 OK (21ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 17:52:44 +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-04 17:52: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-04 17:52: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-04 17:52:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:52:44 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 17:52:44 +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-04 17:52:44 +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-04 17:52:47 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 17:52:47 +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-04 17:52: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-04 17:52:47 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 17:53:15 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (2.7ms) Compiled adherent/application.css (4ms) (pid 26698) Completed 200 OK in 125ms (Views: 122.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 17:53:15 +0200 Served asset /adherent/application.css - 304 Not Modified (23ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 17:53: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-04 17:53:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 17:53: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-04 17:53:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 17:53:15 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 17:53: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-04 17:53: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-08-04 17:53:16 +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-04 17:53: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-08-04 17:53: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-04 17:53: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-04 17:53:16 +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-04 17:53:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 17:53:16 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 17:53:16 +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-04 17:53: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-04 17: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-04 17:53:16 +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-04 17:53:16 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 18:00:18 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (3.6ms) Completed 200 OK in 447ms (Views: 445.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:00:19 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:00:19 +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-04 18:00:19 +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-04 18:00: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-04 18:00:19 +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-04 18:00:19 +0200 Served asset /adherent/application.css - 304 Not Modified (10ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 18:00: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-04 18:00:19 +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-04 18:00:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:00:19 +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-04 18:00: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-04 18:00: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-04 18:00:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:00:19 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:00:19 +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-04 18:00:19 +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-04 18:00:24 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (18ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-04 18:00: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-04 18:00:24 +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-04 18:00:24 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 18:05:59 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (39.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (27.4ms) Completed 200 OK in 414ms (Views: 372.7ms | ActiveRecord: 39.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /adherent/application.css - 304 Not Modified (114ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (28ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 18:06: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-04 18:06:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /adherent/adherents.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +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-04 18:06: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-04 18:06: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-04 18:06:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:06:01 +0200 Served asset /adherent/application.js - 304 Not Modified (72ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:06:02 +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-04 18:06: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-04 18:06:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:06:02 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 18:06:03 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (26ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:06:03 +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-04 18:06:03 +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-04 18:06:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (11ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 18:09:34 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (8.6ms) Compiled adherent/jc_application.css (57ms) (pid 26698) Compiled adherent/application.css (5ms) (pid 26698) Completed 200 OK in 374ms (Views: 372.4ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +0200 Served asset /adherent/application.css - 304 Not Modified (108ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (20ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +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-04 18:09:35 +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-04 18:09:35 +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-04 18:09:35 +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-04 18:09:35 +0200 Served asset /adherent/jc_application.css - 200 OK (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +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-04 18:09:35 +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-04 18:09: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-04 18:09: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-04 18:09:35 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:09:35 +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-04 18:09:35 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 18:09:36 +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-04 18:09:36 +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-04 18:09:36 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-04 18:09:36 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-04 18:09:48 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (19.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (51.8ms) Completed 200 OK in 122ms (Views: 121.8ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +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-04 18:09: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-04 18:09: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-04 18:09: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-04 18:09:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +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-04 18:09:49 +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-04 18:09:49 +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-04 18:09: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-04 18:09:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (70ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:09: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-04 18:09:49 +0200 Served asset /adherent/application.js - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (11ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:09:49 +0200 Served asset /adherent/cal.gif - 304 Not Modified (8ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-04 18:14:10 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (226.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (285.6ms) Compiled adherent/application.css (7ms) (pid 26698) Completed 200 OK in 1756ms (Views: 1744.4ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:14:13 +0200 Served asset /adherent/application.css - 304 Not Modified (204ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +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-04 18:14:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +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-04 18:14:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (23ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +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-04 18:14:14 +0200 Served asset /adherent/application.js - 304 Not Modified (19ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:14:14 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:14:15 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (13ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:14:15 +0200 Served asset /adherent/cal.gif - 304 Not Modified (20ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-04 18:16:02 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (81.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (129.8ms) Completed 200 OK in 587ms (Views: 567.6ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:16:05 +0200 Served asset /adherent/application.css - 304 Not Modified (358ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:16: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-04 18:16: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-04 18:16:06 +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-04 18:16:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (24ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:16:06 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 18:16:06 +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-04 18:16:06 +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-04 18:16:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:16:06 +0200 Served asset /adherent/layouts.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:16:07 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:16: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-04 18:16:07 +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-04 18:16:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:16:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (35ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:16:07 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:16:07 +0200 Served asset /adherent/application.js - 304 Not Modified (29ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:16:08 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (7ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:16:08 +0200 Served asset /adherent/cal.gif - 304 Not Modified (10ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (19.9ms) Completed 200 OK in 182ms (Views: 181.4ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:17: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-04 18:17: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-04 18:17: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-04 18:17: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-04 18:17:26 +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-04 18:17:26 +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-04 18:17: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-04 18:17: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-04 18:17:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (32ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +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-04 18:17:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:17:26 +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-04 18:17:26 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 18:17:41 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (163.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (17.6ms) Completed 200 OK in 322ms (Views: 125.9ms | ActiveRecord: 163.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /adherent/application.css - 304 Not Modified (65ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:17: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-04 18:17:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (47ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +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-04 18:17: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-04 18:17: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-04 18:17:42 +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-04 18:17:42 +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-04 18:17:42 +0200 Served asset /jquery.js - 304 Not Modified (19ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:42 +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-04 18:17:42 +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-04 18:17:42 +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-04 18:17:42 +0200 Served asset /adherent/application.js - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-04 18:17:42 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:17:42 +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-04 18:17:42 +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-04 18:17:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:17:45 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (112.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (126.8ms) Completed 200 OK in 285ms (Views: 154.1ms | ActiveRecord: 112.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +0200 Served asset /adherent/layouts.css - 304 Not Modified (78ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (17ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +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-04 18:17:46 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +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-04 18:17:46 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:20:26 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (1.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (12.0ms) Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:20:27 +0200 Served asset /adherent/application.css - 304 Not Modified (23ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:20:27 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20: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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:20:27 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +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-04 18:20:27 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:20:27 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:25:43 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (16.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (9.2ms) Completed 200 OK in 271ms (Views: 253.2ms | ActiveRecord: 16.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:43 +0200 Served asset /adherent/application.css - 304 Not Modified (55ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:43 +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-04 18:25: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-08-04 18:25:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:43 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:43 +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-04 18:25: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-04 18:25:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:25:43 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:44 +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-04 18:25:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:25:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:25: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-04 18:25:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:25:44 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:25:44 +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-04 18:25:44 +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-04 18:25:44 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:25:44 +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-04 18:25:44 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:33:18 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (423.0ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] EXPLAIN (201.9ms) EXPLAIN SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] EXPLAIN for: SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] QUERY PLAN ----------------------------------------------------------------------------------------------------------- Limit (cost=0.00..8.27 rows=1 width=1572) -> Index Scan using adherent_adherents_pkey on adherent_adherents (cost=0.00..8.27 rows=1 width=1572) Index Cond: (id = 1) (3 rows) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (1793.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (2681.2ms) Compiled adherent/bootstrap.js (225ms) (pid 26698) Compiled adherent/application.js (481ms) (pid 26698) Completed 200 OK in 17433ms (Views: 14200.1ms | ActiveRecord: 624.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /adherent/application.css - 304 Not Modified (142ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +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-04 18:33:46 +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-04 18:33:46 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (66ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +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-04 18:33: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-04 18:33:46 +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-04 18:33:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +0200 Served asset /adherent/bootstrap.js - 200 OK (97ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:33:46 +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-04 18:33:46 +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-04 18:33:46 +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-04 18:33:46 +0200 Served asset /adherent/application.js - 304 Not Modified (116ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:33:50 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:33:50 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:33:50 +0200 Served asset /adherent/cal.gif - 304 Not Modified (7ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:38:20 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (51.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (317.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (340.1ms) Completed 200 OK in 1333ms (Views: 882.2ms | ActiveRecord: 340.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/application.css - 304 Not Modified (97ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/adherents.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +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-04 18:38:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (9ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (18ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery.js - 304 Not Modified (71ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/adherents.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:38:23 +0200 Served asset /adherent/application.js - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:38:26 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (95ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:38:26 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (211ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:38:27 +0200 Served asset /adherent/cal.gif - 304 Not Modified (178ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:39:58 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (6.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (236.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (264.2ms) Completed 200 OK in 599ms (Views: 424.9ms | ActiveRecord: 108.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +0200 Served asset /adherent/application.css - 304 Not Modified (102ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +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-04 18:39:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (20ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +0200 Served asset /adherent/adherents.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 18:39:59 +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-04 18:40:00 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (14ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/layouts.css - 304 Not Modified (22ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /jquery.js - 304 Not Modified (75ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +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-04 18:40:00 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (10ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/adherents.js - 304 Not Modified (10ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:40:00 +0200 Served asset /adherent/application.js - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:40:03 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 18:40:03 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (20ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 18:40:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (20ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-04 18:40:16 +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-04 18:40:17 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (25ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-04 18:40:17 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (37ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-04 18:40:17 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (21ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-04 18:40:17 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (28ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-04 18:40:17 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (24ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (12.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (15.3ms) Completed 200 OK in 67ms (Views: 66.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +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-04 18:41:32 +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-04 18:41:32 +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-04 18:41:32 +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-04 18:41: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-04 18:41:32 +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-04 18:41:32 +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-04 18:41: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-04 18:41: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-04 18:41:32 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:41:32 +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-04 18:41:32 +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-04 18:41:32 +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-04 18:41:35 +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-04 18:41:35 +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-04 18:41:35 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:41:59 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (3.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (12.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (18.1ms) Completed 200 OK in 51ms (Views: 45.9ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +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-04 18:42:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:00 +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-04 18:42:01 +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-04 18:42:01 +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-04 18:42:01 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:42:23 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (17.8ms) Completed 200 OK in 40ms (Views: 39.0ms | ActiveRecord: 0.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42: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-04 18:42:23 +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-04 18:42:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +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-04 18:42:23 +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-04 18:42:23 +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-04 18:42:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (89ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +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-04 18:42: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-04 18:42:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:23 +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-04 18:42:23 +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-04 18:42:23 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:42:24 +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-04 18:42:24 +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-04 18:42:24 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:42:34 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (14.3ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42: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-04 18:42:34 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:34 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42:35 +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-04 18:42:35 +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-04 18:42:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42:35 +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-04 18:42:35 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42:35 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:35 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:35 +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-04 18:42:35 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:35 +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-04 18:42:35 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:42:36 +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-04 18:42:36 +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-04 18:42:36 +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-04 18:42:39 +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-04 18:42:39 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-04 18:42:39 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-04 18:42:39 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-04 18:42:39 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 18:42:56 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (4.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (20.6ms) Completed 200 OK in 38ms (Views: 31.8ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42: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-04 18:42:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:56 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:56 +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-04 18:42:56 +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-04 18:42:56 +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-04 18:42:56 +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-04 18:42: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-04 18:42:56 +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-04 18:42:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 18:42:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 18:42:56 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 18:42: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-04 18:42: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-04 18:42:56 +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-04 18:42:56 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 18:42:57 +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-04 18:42:57 +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-04 18:42:57 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 19:07:04 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (46.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (167.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (203.5ms) Compiled adherent/bootstrap.css (0ms) (pid 2532) Compiled adherent/application.css (13ms) (pid 2532) Completed 200 OK in 3607ms (Views: 1326.3ms | ActiveRecord: 2162.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/application.css - 200 OK (69ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/adherents.css - 200 OK (12ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery.ui.datepicker.css - 200 OK (7ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery.ui.theme.css - 200 OK (20ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery.ui.core.css - 200 OK (18ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/bootstrap.css - 200 OK (16ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/date_picker.css - 200 OK (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/jc_application.css - 200 OK (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/layouts.css - 200 OK (10ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery.js - 200 OK (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:08 +0200 Served asset /jquery.ui.core.js - 200 OK (23ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /jquery.ui.datepicker.js - 200 OK (6ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/adherents.js - 200 OK (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/date_picker.js - 200 OK (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/bootstrap.js - 200 OK (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/application.js - 200 OK (114ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/icones/detail.png - 200 OK (73ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/icones/retour.png - 200 OK (54ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-04 19:07:09 +0200 Served asset /adherent/cal.gif - 200 OK (54ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 19:07:22 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (18.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (35.4ms) Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:22 +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-04 19:07:22 +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-04 19:07:22 +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-04 19:07:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:22 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:07:22 +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-04 19:07: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 2013-08-04 19:07:22 +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-04 19:07:22 +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-04 19:07:22 +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-04 19:07:22 +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-04 19:07:22 +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-04 19:07: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-04 19:07:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:07:22 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:07: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-04 19:07:23 +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-04 19:07:23 +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-04 19:07:23 +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-04 19:07:23 +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-04 19:07:23 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 19:16:08 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (10.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (11.8ms) Compiled adherent/bootstrap.css (7ms) (pid 2532) Compiled adherent/application.css (4ms) (pid 2532) Completed 200 OK in 185ms (Views: 183.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:16:08 +0200 Served asset /adherent/application.css - 304 Not Modified (121ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:16:09 +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-04 19:16:09 +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-04 19:16:09 +0200 Served asset /adherent/bootstrap.css - 200 OK (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 19:16:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:16:09 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 19:16:09 +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-04 19:16: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-04 19:16: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-04 19:16:09 +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-04 19:16: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-04 19:16: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-04 19:16: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-04 19:16:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:16:09 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:16: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-04 19:16:09 +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-04 19:16:09 +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-04 19:16:10 +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-04 19:16:10 +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-04 19:16:10 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/1/edit" for 127.0.0.1 at 2013-08-04 19:17:03 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (15.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (18.9ms) Compiled adherent/bootstrap.css (0ms) (pid 2532) Compiled adherent/application.css (8ms) (pid 2532) Completed 200 OK in 155ms (Views: 149.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:03 +0200 Served asset /adherent/application.css - 304 Not Modified (72ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:03 +0200 Served asset /adherent/bootstrap.css - 200 OK (9ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:03 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:03 +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-04 19:17: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-04 19:17: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-04 19:17: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-04 19:17:04 +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-04 19:17: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-04 19:17: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-04 19:17:04 +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-04 19:17:04 +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 2013-08-04 19:17: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-04 19:17:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:17:04 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:17:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:17: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-04 19:17:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 19:17:05 +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-04 19:17:05 +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-04 19:17:05 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:17:15 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADH001", "name"=>"Lepage", "forname"=>"Jean-Claude", "birthdate_picker"=>"06/06/1955"}, "commit"=>"Modifier", "id"=>"1"} Adherent::Adherent Load (6.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (117.4ms) UPDATE "adherent_adherents" SET "forname" = 'Jean-Claude', "updated_at" = '2013-08-04 17:17:15.763615' WHERE "adherent_adherents"."id" = 1  (284.5ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/1 Completed 302 Found in 585ms (ActiveRecord: 408.7ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:17:16 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (5.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.4ms) Completed 200 OK in 46ms (Views: 35.4ms | ActiveRecord: 5.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:17: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-04 19:17: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-04 19:17: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-04 19:17:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:16 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:16 +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-04 19:17:16 +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-04 19:17:17 +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-04 19:17:17 +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-04 19:17: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-04 19:17:17 +0200 Served asset /jquery.js - 304 Not Modified (141ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 19:17:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 19:17: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-04 19:17:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:17:17 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:17:17 +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-04 19:17:17 +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-04 19:17:17 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:19:53 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.9ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (2.1ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:19:53 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:19:53 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:19:53 +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-04 19: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-04 19:19: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-04 19:19: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-04 19:19: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-04 19:19:53 +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-04 19:19:53 +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-04 19:19: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-04 19:19:53 +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-04 19: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-04 19: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-04 19:19:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:19:53 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:19:53 +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-04 19:19:53 +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-04 19:19:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (1.0ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (6.8ms) Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:21:45 +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-04 19:21:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 19:21: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-04 19:21:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:21: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-04 19:21:45 +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-04 19:21: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-04 19:21:45 +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-04 19:21: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-04 19:21:45 +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-04 19:21:45 +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-04 19:21:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:21:45 +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-04 19:21: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-04 19:21:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Served asset /adherent/icones/modifier.png - 200 OK (36ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 19:21:45 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:21:57 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (2.3ms) Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19: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-04 19:21: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-04 19:21:57 +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-04 19:21:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (52ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:21:57 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:21:57 +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-04 19:21: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-04 19:21:57 +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-04 19:21:57 +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-04 19:21: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-04 19:21: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-04 19:21: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-04 19:21:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:21:57 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19: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-04 19:21:57 +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-04 19:21:57 +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-04 19:21:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:21:57 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 19:21:57 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:33:50 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (2.0ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.4ms) Compiled adherent/jcmenu.css (3ms) (pid 2532) Compiled adherent/application.css (36ms) (pid 2532) Completed 200 OK in 607ms (Views: 603.1ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:33:51 +0200 Served asset /adherent/application.css - 304 Not Modified (47ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:33:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:33:51 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:33:51 +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-04 19:33:51 +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-04 19:33:51 +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-04 19:33:51 +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-04 19:33: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-04 19:33:51 +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-04 19:33:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-04 19:33:51 +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-04 19:33:51 +0200 Served asset /adherent/jcmenu.css - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 19: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-04 19:33: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-04 19:33:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:33:52 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 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-04 19:33:52 +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-04 19:33:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:33:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 19:33:53 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (6ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.9ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (36.8ms) Completed 200 OK in 223ms (Views: 176.1ms | ActiveRecord: 5.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/application.css - 304 Not Modified (20ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +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-04 19:36:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +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-04 19:36:10 +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-04 19:36:10 +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-04 19:36:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (8ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +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-04 19:36:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +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-04 19:36:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (64ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/adherents.js - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +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-04 19:36:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/application.js - 304 Not Modified (25ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-04 19:36:10 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (19ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (2.1ms) Completed 200 OK in 22ms (Views: 16.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +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-04 19:37:32 +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-04 19:37:32 +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-04 19:37:32 +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-04 19:37: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-04 19:37:32 +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-04 19:37:32 +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-04 19:37:32 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (63ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-04 19:37: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-04 19:37: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-04 19:37:32 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-04 19:37:32 +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-04 19:37:32 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/icones/navigation90.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90.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/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:37:32 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"1"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.3ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/application.css - 304 Not Modified (11ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +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-04 19:38:13 +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-04 19:38:13 +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-04 19:38: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-04 19:38:13 +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-04 19:38:13 +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-04 19:38:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +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-04 19:38:13 +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-04 19:38: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-04 19:38:13 +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-04 19:38: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-04 19:38:13 +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-04 19:38:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/application.js - 304 Not Modified (56ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (3ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:38:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 19:38:17 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (4.6ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:17 +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-04 19:38: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-04 19:38: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-04 19:38:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:17 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:17 +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-04 19:38: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-04 19:38: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-04 19:38:17 +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-04 19:38:17 +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-04 19:38: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-04 19:38:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:17 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:17 +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-04 19:38:17 +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-04 19:38:17 +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-04 19:38:17 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (36ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-04 19:38:18 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (6ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-04 19:38:18 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:38:18 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 19:38:30 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (1.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (4.3ms) Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:30 +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-04 19:38: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-04 19:38:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:30 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:30 +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-04 19:38:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38: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-04 19:38:30 +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-04 19:38:30 +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-04 19:38:30 +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-04 19:38: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-04 19:38: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-04 19:38: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-04 19:38:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:30 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38: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-04 19:38:30 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:38:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-04 19:38:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-04 19:38:32 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (6.8ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:33 +0200 Served asset /adherent/application.css - 304 Not Modified (31ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:33 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:33 +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-04 19:38:33 +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-04 19:38:33 +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-04 19:38: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-04 19:38:33 +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-04 19:38: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-04 19:38:33 +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-04 19:38:33 +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-04 19:38: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-04 19:38: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-04 19:38:33 +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-04 19:38:33 +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-04 19:38:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:33 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:33 +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-04 19:38:33 +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-04 19:38:33 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-04 19:38:34 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (3.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (166.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (179.3ms) Completed 200 OK in 195ms (Views: 190.2ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:34 +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-04 19:38: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 2013-08-04 19:38:34 +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-04 19:38:34 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:34 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:34 +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-04 19:38:34 +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-04 19:38:34 +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-04 19:38:34 +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-04 19:38:34 +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-04 19:38: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-04 19:38:34 +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-04 19:38: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-04 19:38:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:34 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:34 +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-04 19:38:34 +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-04 19:38:34 +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-04 19:38:35 +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-04 19:38:35 +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-04 19:38:35 +0200 Served asset /adherent/cal.gif - 304 Not Modified (13ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-04 19:38:47 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 200 OK (27ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-04 19:38:47 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 200 OK (12ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-04 19:38:47 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 200 OK (60ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-04 19:38:47 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 200 OK (25ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-04 19:38:47 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 200 OK (74ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-04 19:38:48 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 200 OK (45ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-04 19:38:48 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 200 OK (5ms) Started PUT "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADF001", "name"=>"Lepage", "forname"=>"Annie Marcelle Marguerite", "birthdate_picker"=>"15/06/1953"}, "commit"=>"Modifier", "id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN  (0.9ms) UPDATE "adherent_adherents" SET "forname" = 'Annie Marcelle Marguerite', "updated_at" = '2013-08-04 17:38:55.092109' WHERE "adherent_adherents"."id" = 2  (21.4ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/2 Completed 302 Found in 76ms (ActiveRecord: 22.8ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.0ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/application.css - 304 Not Modified (33ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +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-04 19:38:55 +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-04 19:38:55 +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-04 19:38:55 +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-04 19:38:55 +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-04 19:38:55 +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-04 19:38: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-04 19:38:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-04 19:38: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-04 19:38:55 +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-04 19:38: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-04 19:38:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-04 19:38:55 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:36:50 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.0ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (Missing partial layouts/flash_partial with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 26:
27:
28: 29: <%= render 'layouts/flash_partial' %> 30: 31: 32: <%= yield %> actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:29:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__249424228__614361018' 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:60: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/adherents_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:403:in `_run__923928986__process_action__258362211__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__814786465__call__169562999__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.7ms) 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 (12.2ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:37:18 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (2.5ms) Completed 500 Internal Server Error in 53ms ActionView::Template::Error (Missing partial layouts/adherent/flash_partial with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 26:
27:
28: 29: <%= render 'layouts/adherent/flash_partial' %> 30: 31: 32: <%= yield %> actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:29:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__249424228__615501648' 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:60: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/adherents_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:403:in `_run__923928986__process_action__258362211__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__814786465__call__169562999__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 (3.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 (20.9ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:39:04 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (5.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.2ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (Missing partial layouts/adherent/flash_partial with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 26:
27:
28: 29: <%= render 'layouts/adherent/flash_partial' %> 30: 31: 32: <%= yield %> actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:29:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__249424228__615501648' 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:60: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/adherents_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:403:in `_run__923928986__process_action__258362211__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__814786465__call__169562999__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.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 (8.2ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:39:19 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.9ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (12.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.6ms) Completed 200 OK in 115ms (Views: 86.6ms | ActiveRecord: 5.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/application.css - 304 Not Modified (79ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +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-05 07:39:20 +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-05 07:39:20 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +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-05 07:39:20 +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-05 07:39:20 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (17ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +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-05 07:39:20 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +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-05 07:39:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/adherents.js - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/application.js - 304 Not Modified (80ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 07:39:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (2ms) Started GET "/adherent/adherents/2/edit" for 127.0.0.1 at 2013-08-05 07:39:23 +0200 Processing by Adherent::AdherentsController#edit as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (0.7ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (19.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/edit.html.erb within layouts/adherent/application (24.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:23 +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-05 07:39:23 +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-05 07:39: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-05 07:39:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:23 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:23 +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-05 07:39:23 +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-05 07:39: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-05 07:39: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-05 07:39:23 +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-05 07:39:23 +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-05 07:39: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-05 07:39: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-05 07: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-08-05 07:39:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:24 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39:24 +0200 Served asset /adherent/application.js - 304 Not Modified (65ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 07:39:24 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 07:39:24 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (6ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-05 07:39:24 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started PUT "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:39:29 +0200 Processing by Adherent::AdherentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "adherent"=>{"number"=>"ADF001", "name"=>"Lepage", "forname"=>"Annie ", "birthdate_picker"=>"15/06/1953"}, "commit"=>"Modifier", "id"=>"2"} Adherent::Adherent Load (0.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN  (7.0ms) UPDATE "adherent_adherents" SET "forname" = 'Annie ', "updated_at" = '2013-08-05 05:39:30.004310' WHERE "adherent_adherents"."id" = 2  (96.8ms) COMMIT Redirected to http://localhost:3000/adherent/adherents/2 Completed 302 Found in 127ms (ActiveRecord: 104.3ms) Started GET "/adherent/adherents/2" for 127.0.0.1 at 2013-08-05 07:39:30 +0200 Processing by Adherent::AdherentsController#show as HTML Parameters: {"id"=>"2"} Adherent::Adherent Load (2.5ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/show.html.erb within layouts/adherent/application (1.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 33ms (Views: 27.2ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:39:30 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39: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-05 07:39:30 +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-05 07:39: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-05 07:39:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39: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-05 07:39:30 +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-05 07:39: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-05 07:39: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-05 07:39:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:39:30 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 07:39: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-05 07:39:30 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 07:39:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 07:39:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-05 07:58:58 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (19.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (20.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 193ms (Views: 170.3ms | ActiveRecord: 19.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07:58:59 +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-05 07:58: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-05 07:58: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-05 07:58:59 +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-05 07:58: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-05 07:58:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:58:59 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 07:58:59 +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-05 07:58: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-05 07:58:59 +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-05 07:58: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-05 07:58:59 +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-05 07:58:59 +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-05 07:58:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:58:59 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 07:58: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-05 07:58:59 +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-05 07:58:59 +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-05 07:58:59 +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-05 07:58:59 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-05 07:58:59 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 07:58:59 +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-05 07:58:59 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 07:59:02 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (18.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (23.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 77.7ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07: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-05 07:59: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-05 07:59:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +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-05 07:59: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-05 07:59:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +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-05 07:59:03 +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-05 07:59:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +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-05 07:59:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:03 +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-05 07:59: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-05 07:59:03 +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-05 07:59:03 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 07:59:03 +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-05 07:59:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 07:59:52 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (14.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 57ms (Views: 56.9ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 07:59: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 2013-08-05 07:59:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +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-05 07:59:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 07:59: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-05 07:59: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-05 07:59: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-05 07:59: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-08-05 07:59: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-05 07:59: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-05 07:59:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +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-05 07:59:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 07:59:53 +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-05 07:59:53 +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-05 07:59:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 07:59: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-05 07:59:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) 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 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 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 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 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 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 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 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 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 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 "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 13:30:14 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (143.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (157.3ms) Completed 500 Internal Server Error in 812ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/newEmptyYAML.yml: expects it to return a hash, but does not): 5:
6:
7: 8: <%= f.input :number, input_html: {class: "span3"}%> 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate_picker, :label=> 'Date de naissance', i18n (0.6.4) lib/i18n/backend/base.rb:163:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:8:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/new.html.erb:9:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__803235753__613251018' 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/adherents_controller.rb:34:in `new' 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:403:in `_run__766927590__process_action__867919069__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__988620118__call__929151244__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.8ms) 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 (46.7ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 13:30:34 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (38.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (47.4ms) Completed 500 Internal Server Error in 56ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/newEmptyYAML.yml: #): 5:
6:
7: 8: <%= f.input :number, input_html: {class: "span3"}%> 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate_picker, :label=> 'Date de naissance', i18n (0.6.4) lib/i18n/backend/base.rb:180:in `rescue in load_yml' i18n (0.6.4) lib/i18n/backend/base.rb:177:in `load_yml' i18n (0.6.4) lib/i18n/backend/base.rb:161:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:8:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/new.html.erb:9:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__803235753__613251018' 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/adherents_controller.rb:34:in `new' 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:403:in `_run__766927590__process_action__867919069__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__988620118__call__929151244__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 (3.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 (13.5ms) Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 13:30:41 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (14.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (21.7ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (can not load translations from /home/jcl/rails_project/Adherent/config/locales/newEmptyYAML.yml: #): 5:
6:
7: 8: <%= f.input :number, input_html: {class: "span3"}%> 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate_picker, :label=> 'Date de naissance', i18n (0.6.4) lib/i18n/backend/base.rb:180:in `rescue in load_yml' i18n (0.6.4) lib/i18n/backend/base.rb:177:in `load_yml' i18n (0.6.4) lib/i18n/backend/base.rb:161:in `load_file' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `each' i18n (0.6.4) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:57:in `init_translations' i18n (0.6.4) lib/i18n/backend/simple.rb:71:in `lookup' i18n (0.6.4) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.4) lib/i18n.rb:156:in `block in translate' i18n (0.6.4) lib/i18n.rb:152:in `catch' i18n (0.6.4) lib/i18n.rb:152:in `translate' simple_form (2.1.0) lib/simple_form/inputs/base.rb:182:in `translate' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:12:in `placeholder_text' simple_form (2.1.0) lib/simple_form/components/placeholders.rb:6:in `placeholder' 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/adherents/_form.html.erb:8:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents__form_html_erb__188559720__613076298' 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/adherents/new.html.erb:9:in `__home_jcl_rails_project__dherent_app_views_adherent_adherents_new_html_erb__803235753__613251018' 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/adherents_controller.rb:34:in `new' 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:403:in `_run__766927590__process_action__867919069__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__988620118__call__929151244__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.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.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 (13.0ms) Connecting to database specified by database.yml Started GET "/adherent/adherents/new" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Processing by Adherent::AdherentsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/_form.html.erb (61.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/new.html.erb within layouts/adherent/application (68.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.0ms) Completed 200 OK in 302ms (Views: 273.9ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/application.css - 304 Not Modified (73ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/adherents.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (9ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +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-05 13:30:56 +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-05 13:30:56 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +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-05 13:30:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +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-05 13:30:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +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-05 13:30:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/adherents.js - 304 Not Modified (6ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (7ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 13:30:56 +0200 Served asset /adherent/application.js - 304 Not Modified (59ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 13:30:57 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (3ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-05 13:30:57 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/adherent/adherents" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (18.8ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (4.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 39ms (Views: 17.8ms | ActiveRecord: 18.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 13:31:01 +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-05 13:31:01 +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-05 13:31:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 13:31:01 +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-05 13:31:01 +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-05 13:31: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 2013-08-05 13:31: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-08-05 13:31:01 +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-05 13:31:01 +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-05 13:31:01 +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-05 13:31:01 +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-05 13:31: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-05 13:31: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-05 13:31:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 13:31:01 +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-05 13:31:01 +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-05 13:31:01 +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-05 13:31:01 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (60ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 13:31:01 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/adherent" for 127.0.0.1 at 2013-08-05 13:31:30 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.9ms) SELECT "adherent_adherents".* FROM "adherent_adherents" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (11.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 13:31:31 +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-05 13:31: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-05 13:31:31 +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-05 13:31: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-05 13:31:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 13:31:31 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 13:31: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 2013-08-05 13:31: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-05 13:31: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-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +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-05 13:31: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-08-05 13:31:31 +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-05 13:31:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 13:31:31 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +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-05 13:31:31 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent" for 127.0.0.1 at 2013-08-05 15:48:50 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (16.9ms) Compiled adherent/coords.css (0ms) (pid 6256) Compiled adherent/application.css (76ms) (pid 6256) Compiled adherent/coords.js (0ms) (pid 6256) Compiled adherent/application.js (10ms) (pid 6256) Completed 500 Internal Server Error in 331ms ActionView::Template::Error (Missing partial layouts/adherent/flash_partial with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 26:
27:
28: 29: <%= render 'layouts/adherent/flash_partial' %> 30: 31: 32: <%= yield %> actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:29:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb___943263146_74994300' 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:60: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/adherents_controller.rb:10: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:403:in `_run__917269211__process_action__44315138__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__480741867__call__705402818__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 (0.8ms) 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.4ms) Connecting to database specified by database.yml Started GET "/adherent" for 127.0.0.1 at 2013-08-05 15:50:09 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (2.4ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (118.6ms) Completed 500 Internal Server Error in 282ms ActionView::Template::Error (Missing partial layouts/adherent/flash_partial with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 26:
27:
28: 29: <%= render 'layouts/adherent/flash_partial' %> 30: 31: 32: <%= yield %> actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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' /home/jcl/rails_project/Adherent/app/views/layouts/adherent/application.html.erb:29:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__73746731__614235768' 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:60: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/adherents_controller.rb:10: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:403:in `_run__837201678__process_action__632653690__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__1041091469__call__1052140292__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 (0.8ms) 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.8ms) Connecting to database specified by database.yml Started GET "/adherent" for 127.0.0.1 at 2013-08-05 15:51:23 +0200 Processing by Adherent::AdherentsController#index as HTML Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adherents/index.html.erb within layouts/adherent/application (38.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (5.6ms) Completed 200 OK in 283ms (Views: 239.5ms | ActiveRecord: 7.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/application.css - 304 Not Modified (90ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +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-05 15:51:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/adherents.css - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/coords.css - 200 OK (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +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-05 15:51:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (10ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +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-05 15:51:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +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-05 15:51:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/adherents.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +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-08-05 15:51:24 +0200 Served asset /adherent/coords.js - 200 OK (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/application.js - 304 Not Modified (90ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-05 15:51:24 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 15:51:25 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 15:51:33 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Adherent::Adherent Load (165.2ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", :adherent_id]] PG::InvalidTextRepresentation: ERREUR: syntaxe en entrée invalide pour l'entier : « adherent_id » : SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 Completed 500 Internal Server Error in 168ms ActiveRecord::StatementInvalid (PG::InvalidTextRepresentation: ERREUR: syntaxe en entrée invalide pour l'entier : « adherent_id » : SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1): 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/postgresql_adapter.rb:1262:in `select' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:18:in `select_all' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/query_cache.rb:75:in `cache_sql' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (3.2.14) lib/active_record/querying.rb:38:in `block in find_by_sql' activerecord (3.2.14) lib/active_record/explain.rb:41:in `logging_query_plan' activerecord (3.2.14) lib/active_record/querying.rb:37:in `find_by_sql' activerecord (3.2.14) lib/active_record/relation.rb:171:in `exec_queries' activerecord (3.2.14) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.14) lib/active_record/explain.rb:34:in `logging_query_plan' activerecord (3.2.14) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:381:in `find_first' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:122:in `first' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:339: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/coords_controller.rb:8: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:403:in `_run__842438410__process_action__522459499__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__308516934__call__645570391__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 (5.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 (2.5ms) 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 (26.5ms) Connecting to database specified by database.yml  (43.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentAdherents (20130805135325)  (0.4ms) BEGIN  (811.3ms) CREATE TABLE "adherent_adherents" ("id" serial primary key, "name" character varying(255), "forname" character varying(255), "birthdate" date, "number" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  PG::DuplicateTable: ERREUR: la relation « adherent_adherents » existe déjà : CREATE TABLE "adherent_adherents" ("id" serial primary key, "name" character varying(255), "forname" character varying(255), "birthdate" date, "number" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.5ms) ROLLBACK Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentAdherents (20130803053649) Migrating to CreateAdherentCoords (20130805134234)  (0.1ms) BEGIN  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentAdherents (20130803053649) Migrating to CreateAdherentCoords (20130805134234)  (0.1ms) BEGIN  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentAdherents (20130803053649) Migrating to CreateAdherentCoords (20130805134234)  (0.1ms) BEGIN  (288.5ms) 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), "adherent_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (118.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130805134234')  (23.9ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 15:59:52 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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.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.8ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:01:16 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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 (3.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 (15.4ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:01:47 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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.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.6ms) 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.5ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:02:55 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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 (2.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.6ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:03:27 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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 (9.3ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:04:37 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Adherent::Adherent Load (7.6ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 120ms NoMethodError (undefined method `coords' 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/coords_controller.rb:9: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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 (5.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 (5.3ms) 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 (16.7ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:05:59 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."adherent_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (17.7ms) Completed 500 Internal Server Error in 73ms ActionView::Template::Error (undefined local variable or method `coords' for #<#:0xb6e487b4>): 6:
7: 8: 9:

Liste des <%= t coords %>

10: 11: > 12: /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:9:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb___739748857__613229668' 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:11: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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.6ms) 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 (12.8ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:06:58 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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/diagnostics.erb within rescues/layout (9.5ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:08:21 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Adherent::Adherent Load (0.3ms) SELECT "adherent_adherents".* FROM "adherent_adherents" WHERE "adherent_adherents"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."adherent_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (16.9ms) Completed 500 Internal Server Error in 39ms ActionView::Template::Error (undefined local variable or method `mail' for #<#:0xa668b2c>): 11: > 12: 13: 14: 15: 16: 17: /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:14:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb___739748857_87315760' 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:11: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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.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 (8.0ms) Started GET "/adherent/adherents/1/coords" for 127.0.0.1 at 2013-08-05 16:08:47 +0200 Processing by Adherent::CoordsController#index as HTML Parameters: {"adherent_id"=>"1"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Adherent:Module): /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:8: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:403:in `_run__687291091__process_action__588774122__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__890658158__call__613887222__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.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.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 (9.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 16:15:52 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (22.8ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined local variable or method `coords' for #<#:0xa60d164>): 6:
7: 8: 9:

Liste des <%= I18n::t coords %>

10:
<%= t mail %>tel
11: > 12: /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:9:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb__568942702_87120070' 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:10: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:403:in `_run__837317650__process_action__875089940__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__278772542__call__641436903__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.6ms) 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/coords" for 127.0.0.1 at 2013-08-05 16:16:28 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (12.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.4ms) Completed 200 OK in 91ms (Views: 89.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:28 +0200 Served asset /adherent/application.css - 304 Not Modified (75ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:28 +0200 Served asset /adherent/adherents.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:28 +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-05 16:16:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (19ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (15ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +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-05 16:16:29 +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-05 16:16:29 +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-05 16:16:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +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-05 16:16:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/adherents.js - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +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-05 16:16:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (9ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/application.js - 304 Not Modified (26ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:16:29 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 16:17:47 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (2.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 30ms (Views: 19.0ms | ActiveRecord: 8.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +0200 Served asset /adherent/application.css - 304 Not Modified (66ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +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-05 16:17:48 +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-05 16:17: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-05 16:17:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +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-05 16:17: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-05 16:17: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-08-05 16:17: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-05 16:17:48 +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-05 16:17:48 +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-05 16:17: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-05 16:17: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-08-05 16:17: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-05 16:17:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:17: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-05 16:17:48 +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-05 16:17:48 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:17:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:17:48 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 16:26:10 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (1.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 56ms (Views: 50.0ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +0200 Served asset /adherent/application.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +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-05 16:26:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 16:26: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-08-05 16:26:11 +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-05 16:26:11 +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-05 16:26: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-05 16:26:11 +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-05 16: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-05 16:26:11 +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-05 16:26:11 +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-05 16:26: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-05 16:26:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +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-05 16:26:11 +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-05 16:26: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-05 16:26:11 +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-05 16:26:11 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-05 16:26:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:26:11 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/adherent/coords/new" for 127.0.0.1 at 2013-08-05 16:26:18 +0200 Processing by Adherent::CoordsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (11.2ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (undefined local variable or method `coords' for #<#:0xa91d3e0>): 1: <%= content_for :menu do %> 2: 3: <%= icon_to 'navigation90', coords %> 4: <% end -%> 5: 6:
/home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb:3:in `block in __home_jcl_rails_project__dherent_app_views_adherent_coords_new_html_erb__358444540_88662660' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb:1:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_new_html_erb__358444540_88662660' 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:32:in `new' 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:403:in `_run__837317650__process_action__592752815__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__278772542__call__641436903__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 (4.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 (15.2ms) Started GET "/adherent/coords/new" for 127.0.0.1 at 2013-08-05 16:27:33 +0200 Processing by Adherent::CoordsController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (22.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (26.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:27:33 +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-05 16:27: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-05 16:27: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-05 16:27:33 +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-05 16:27: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-05 16:27:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.css?body=1" for 127.0.0.1 at 2013-08-05 16:27:33 +0200 Served asset /adherent/adherents.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:27: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-05 16:27: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-05 16:27: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-05 16:27:33 +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-05 16:27: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-05 16:27: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-05 16:27: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-05 16:27:34 +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-05 16:27:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adherents.js?body=1" for 127.0.0.1 at 2013-08-05 16:27:34 +0200 Served asset /adherent/adherents.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:27: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-05 16:27: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-05 16:27:34 +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-05 16:27:34 +0200 Served asset /adherent/application.js - 304 Not Modified (64ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:27:34 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/navigation90" for 127.0.0.1 at 2013-08-05 16:27:34 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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.2ms) Connecting to database specified by database.yml  (5057.3ms) DROP DATABASE IF EXISTS "adh_development" PG::ObjectInUse: ERREUR: la base de données « adh_development » est en cours d'utilisation par d'autres utilisateurs DETAIL: 2 autres sessions utilisent la base de données. : DROP DATABASE IF EXISTS "adh_development"  (469.4ms) DROP DATABASE IF EXISTS "adh_test"  (4489.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (156.0ms) DROP TABLE "adherent_adherents"  (62.6ms) CREATE TABLE "adherent_adherents" ("id" serial primary key, "name" character varying(255), "forname" character varying(255), "birthdate" date, "number" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (9.0ms) DROP TABLE "adherent_coords"  (15.0ms) 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), "adherent_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.2ms) SELECT version FROM "schema_migrations"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (138.0ms) DROP DATABASE IF EXISTS "adh_development"  (108.4ms) DROP DATABASE IF EXISTS "adh_test"  (1159.8ms) CREATE DATABASE "adh_development" ENCODING = 'unicode'  (1802.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (307.9ms) CREATE TABLE "adherent_adherents" ("id" serial primary key, "name" character varying(255), "forname" character varying(255), "birthdate" date, "number" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (31.6ms) 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), "adherent_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (15.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805134234')  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (194.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (29.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805143102)  (0.2ms) BEGIN  (134.8ms) 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.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130805143102')  (58.0ms) COMMIT  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/adherent" for 127.0.0.1 at 2013-08-05 16:33:45 +0200 ActionController::RoutingError (uninitialized constant Adherent::AdherentsController): 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__943321684__call__635648529__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 (2.0ms) Started GET "/adherent" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (10.3ms) Compiled adherent/members.css (0ms) (pid 6769) Compiled adherent/application.css (8ms) (pid 6769) Compiled adherent/members.js (0ms) (pid 6769) Compiled adherent/application.js (11ms) (pid 6769) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (6.2ms) Completed 200 OK in 166ms (Views: 146.5ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +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-05 16:34:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (56ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (8ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:34: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-05 16:34: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-05 16:34:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (10ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/members.css - 200 OK (14ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +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-05 16:34:16 +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-05 16:34: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-05 16:34:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +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-05 16:34:16 +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-05 16:34:16 +0200 Served asset /adherent/members.js - 200 OK (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/application.js - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:34:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (1ms) Started GET "/adherent" for 127.0.0.1 at 2013-08-05 16:34:46 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 20.5ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:34:47 +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-05 16:34:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:34: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-05 16:34: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-05 16:34: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-05 16:34:47 +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-05 16:34:47 +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-05 16:34:47 +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-05 16:34:47 +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-05 16:34:47 +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-05 16:34: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-05 16:34:47 +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-05 16:34: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-05 16:34: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-05 16:34:47 +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-05 16:34:47 +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-05 16:34:47 +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-05 16:34:47 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:34:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:34:47 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:34:54 +0200 Processing by Adherent::MembersController#new as HTML ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___862486158__615138188 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:8: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : number , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : name , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:14: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : forname , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:17: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : birthdate , ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___862486158__615138188(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/members/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= simple_form_for(@member, :html=> {class: 'form-horizontal'}) do |f| @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.error_notification );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.input : number , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : name , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : forname , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : birthdate , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.button :submit, class: "btn-primary span2" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end @output_buffer.to_s 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___220772454__615191138' /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/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:32:in `new' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:4: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:403:in `_run__640799389__process_action__351179897__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__943321684__call__635648529__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/members/_form.html.erb (2.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (4.5ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:8: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : number , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : name , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:14: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : forname , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:17: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : birthdate , ^): 5: 6:
7:
8: <%= f.input : number , 9: input_html: {class: "span3"} %> 10: 11: <%= f.input : name , 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___220772454__615191138' 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:32:in `new' 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:403:in `_run__640799389__process_action__351179897__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__943321684__call__635648529__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.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.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 (10.1ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:36:09 +0200 Processing by Adherent::MembersController#new as HTML ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___862486158__615138188 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:8: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : number , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : name , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:14: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : forname , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:17: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : birthdate , ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___862486158__615138188(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/members/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= simple_form_for(@member, :html=> {class: 'form-horizontal'}) do |f| @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.error_notification );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.input : number , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : name , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : forname , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input : birthdate , input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.button :submit, class: "btn-primary span2" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end @output_buffer.to_s 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___220772454__615191138' /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/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:32:in `new' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:4: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:403:in `_run__640799389__process_action__351179897__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__943321684__call__635648529__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/members/_form.html.erb (4.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (6.6ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:8: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : number , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : name , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:14: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : forname , ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:17: syntax error, unexpected ':' ');@output_buffer.append= ( f.input : birthdate , ^): 5: 6:
7:
8: <%= f.input : number , 9: input_html: {class: "span3"} %> 10: 11: <%= f.input : name , 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___220772454__615191138' 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:32:in `new' 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:403:in `_run__640799389__process_action__351179897__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__943321684__call__635648529__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.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 (10.1ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:36:23 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (77.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (79.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 96ms (Views: 95.7ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:36:23 +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-05 16:36:23 +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-05 16:36: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-05 16:36:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 16:36: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-05 16:36:23 +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-05 16:36: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-08-05 16:36:23 +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-05 16:36: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-05 16:36:24 +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-05 16:36: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-05 16:36:24 +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-05 16:36:24 +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-05 16:36:24 +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-05 16:36: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-05 16:36:24 +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-05 16:36: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-05 16:36: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-05 16:36:24 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:36:24 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:37:29 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:37:30 +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-05 16:37:30 +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-05 16:37:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:37:30 +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-05 16:37: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-05 16:37: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-05 16:37: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-05 16:37: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-05 16:37: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-05 16:37: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-05 16:37:30 +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-05 16:37: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-05 16:37: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-05 16:37: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-05 16:37:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 16:37:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:37: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-05 16:37: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-05 16:37:30 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:37:30 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:39:45 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (27.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (39.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 64ms (Views: 63.3ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:39: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-05 16:39: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-05 16:39:45 +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-05 16:39:45 +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-05 16:39: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-05 16:39:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:39: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-05 16:39:45 +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-05 16:39: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-05 16:39: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-05 16:39:45 +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-05 16:39:45 +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-05 16:39: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-05 16:39: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-05 16:39:45 +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-05 16:39: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-05 16:39: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-05 16:39: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-05 16:39:45 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:39:45 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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.2ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:39:46 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:40:11 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (21.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (44.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 99ms (Views: 69.8ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:40:11 +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-05 16:40: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-05 16:40:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:40: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-05 16:40: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-05 16:40: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-05 16:40: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-05 16:40: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-08-05 16:40:12 +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-05 16:40:12 +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-05 16:40: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-05 16:40: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-05 16:40: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-05 16:40:12 +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-05 16:40:12 +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-05 16:40: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-05 16:40:12 +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-05 16:40:12 +0200 Served asset /adherent/application.js - 304 Not Modified (81ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 16:40:12 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:40:12 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (6.4ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:40:21 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (15.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (28.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 77ms (Views: 56.4ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:40:21 +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-05 16:40: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-05 16:40:21 +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-05 16:40:22 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:40: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-05 16:40:22 +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-05 16:40: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-05 16:40: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-05 16:40: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-05 16:40: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-05 16:40:22 +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-05 16:40: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-05 16:40:22 +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-05 16:40:22 +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-05 16:40:22 +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-05 16:40: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-05 16:40:22 +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-05 16:40:22 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 16:40:22 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:40:22 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (6.6ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:43:00 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (14.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:00 +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-05 16:43:00 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:00 +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-05 16:43:00 +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-05 16:43:00 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:00 +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-05 16:43:00 +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-05 16:43:00 +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-05 16:43:00 +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-05 16:43:00 +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-05 16:43:00 +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-05 16:43: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-05 16:43: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-05 16:43: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-05 16:43:00 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:43:00 +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-05 16:43: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-05 16:43:00 +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-05 16:43:00 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:43:01 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:43:05 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (14.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (21.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:43: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 2013-08-05 16:43:05 +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-05 16:43: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-08-05 16:43: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-05 16:43:05 +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-05 16:43:05 +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-05 16:43:05 +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-05 16:43:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:05 +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-05 16:43:05 +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-05 16:43: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-05 16:43:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:43:05 +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-05 16:43: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-05 16:43:05 +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-05 16:43:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 16:43: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-05 16:43:05 +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-05 16:43:05 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:43:05 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:43:24 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (17.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (19.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 66.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:43: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-05 16:43: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-05 16:43: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-05 16:43:24 +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-05 16:43: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-05 16:43: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-05 16:43: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-05 16:43: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-05 16:43: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-05 16:43:24 +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-05 16:43:24 +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-05 16:43: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-08-05 16:43: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-05 16:43: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-05 16:43: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-08-05 16:43:24 +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-05 16:43:24 +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-05 16:43:24 +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-05 16:43:24 +0200 Served asset /adherent/application.js - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:43:24 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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.5ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:43:24 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (3.6ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:43:56 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (15.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 32ms (Views: 31.6ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:56 +0200 Served asset /adherent/application.css - 304 Not Modified (45ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 16:43:56 +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-05 16:43:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:43: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-05 16:43:57 +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-05 16:43:57 +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-05 16:43:57 +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-05 16:43: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-05 16:43:57 +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-05 16:43: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-05 16:43:57 +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-05 16:43:57 +0200 Served asset /adherent/members.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 16:43:57 +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-05 16:43: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-05 16:43:57 +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-05 16:43: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-05 16:43: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-05 16:43:57 +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-05 16:43:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:43:57 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:45:54 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (47.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (94.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 330ms (Views: 282.4ms | ActiveRecord: 7.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:45:55 +0200 Served asset /adherent/application.css - 304 Not Modified (57ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:45:55 +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-05 16:45: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-05 16:45: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-05 16:45: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-05 16:45: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-05 16:45:55 +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-05 16:45:55 +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-05 16:45:55 +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-05 16:45:55 +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-05 16:45:55 +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-05 16:45:55 +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-05 16:45:56 +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-05 16:45: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-05 16:45: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-05 16:45:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:45: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-05 16:45:56 +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-05 16:45:56 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:45:56 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (6.2ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:45:56 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (1.0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:47:59 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (39.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (52.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 81ms (Views: 70.3ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:47:59 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 16:47:59 +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-05 16:47:59 +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-05 16:47:59 +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-05 16:47:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:47: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-05 16:47:59 +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-05 16:47: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-05 16:47: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-05 16:47: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-05 16:47: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-05 16:47:59 +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-05 16:47:59 +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-05 16:47: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-05 16:47:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:47: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-05 16:47:59 +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-05 16:47:59 +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-05 16:47:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:47:59 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:48:16 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (14.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 61ms (Views: 60.9ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:48: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-05 16:48: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-05 16:48:16 +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-05 16:48:16 +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-05 16:48:16 +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-05 16:48:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:48: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-08-05 16:48: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-05 16:48: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-05 16:48:16 +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-05 16:48:16 +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-05 16:48:16 +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-05 16:48:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:48: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-05 16:48:16 +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-05 16:48:16 +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-05 16:48:16 +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-05 16:48: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-05 16:48:16 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:48:16 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (11ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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.1ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:51:07 +0200 Processing by Adherent::MembersController#new as HTML 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/new.html.erb within layouts/adherent/application (25.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 86ms (Views: 72.6ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:51:07 +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-05 16:51:07 +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-05 16:51:07 +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-05 16:51:07 +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-05 16:51:07 +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-05 16:51:07 +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-05 16:51:07 +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-05 16:51: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-05 16:51: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-05 16:51:07 +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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51:07 +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-05 16:51:07 +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-05 16:51: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-05 16:51:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:51:07 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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 (2.9ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:51:29 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (42.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (51.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 76ms (Views: 64.8ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:51:30 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51:30 +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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51: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-05 16:51:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:51:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 16:51: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-05 16:51:30 +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-05 16:51:30 +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-05 16:51:30 +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-05 16:51: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-05 16:51: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-05 16:51:30 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:51:30 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/new" for 127.0.0.1 at 2013-08-05 16:52:52 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (29.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (31.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 111ms (Views: 111.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:52:52 +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-05 16:52: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-05 16:52:52 +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-05 16:52:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:52:52 +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-05 16:52:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:52: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-05 16:52: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-05 16:52: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-05 16:52:52 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:52: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-05 16:52:52 +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-05 16:52:52 +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-05 16:52: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-05 16: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-05 16:52: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-05 16:52: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-05 16:52:52 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:52:56 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:52:56 +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-05 16:52: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-05 16:52:56 +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-05 16:52:56 +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-05 16:52:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 16:52:56 +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-05 16:52: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-05 16:52:56 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (78ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 16:52:56 +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-05 16:52:56 +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-05 16:52:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:52: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-05 16:52:56 +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-05 16:52:56 +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-05 16:52: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-05 16:52:56 +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-05 16:52:56 +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-05 16:52:56 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:52:59 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (9.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:52:59 +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-05 16:52: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-05 16:52:59 +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-05 16:52:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:52:59 +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-05 16:52: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-05 16:52: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-05 16:52:59 +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-05 16:52:59 +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-05 16:52:59 +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-05 16:52:59 +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-05 16:52: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-05 16:52:59 +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-05 16:52:59 +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-05 16:52: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-05 16:52:59 +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-05 16:52:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 16:52: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-05 16:53:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (31ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-05 16:53:08 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"5", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"}  (0.2ms) BEGIN SQL (30.1ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Mon, 05 Aug 2013], ["created_at", Mon, 05 Aug 2013 14:53:08 UTC +00:00], ["forname", "Annie"], ["name", "Lepage"], ["number", "001"], ["updated_at", Mon, 05 Aug 2013 14:53:08 UTC +00:00]]  (15.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 74ms (ActiveRecord: 45.8ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-05 16:53:08 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (26.2ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (undefined local variable or method `members' for #<#:0xa748f9c>): 2: <%= content_for :menu do %> 3: 4: <%= icon_to 'modifier.png', edit_member_path(@member) %> 5: <%= icon_to 'navigation90', members %> 6: <% end -%> 7: 8:
/home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb:5:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_show_html_erb__553210651_87742980' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_members_show_html_erb__553210651_87742980' 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: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:403:in `_run__640799389__process_action__336432172__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__943321684__call__635648529__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.6ms) 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 (10.9ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-05 16:53:48 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (2.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:53:48 +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-05 16:53: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-05 16:53:48 +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-05 16:53: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-05 16:53: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-05 16:53:48 +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-05 16:53: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-05 16:53: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-05 16:53:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (54ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:53: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-05 16:53:48 +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-05 16:53: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-05 16:53: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-05 16:53: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-05 16:53:48 +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-05 16:53:48 +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-05 16:53:48 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:53: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-05 16:53:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:53:48 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 16:53:48 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:54:01 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54: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-05 16:54:01 +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-05 16:54: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-05 16:54:01 +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-05 16:54: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 2013-08-05 16:54: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-08-05 16:54:01 +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-05 16:54: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-05 16:54: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-05 16:54:01 +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-05 16:54:01 +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-05 16:54:01 +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-05 16:54: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-08-05 16:54:01 +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-05 16:54:01 +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-05 16:54:01 +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-05 16:54: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-05 16:54:01 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-05 16:54:01 +0200 Served asset /adherent/icones/afficher.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/afficher.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/supprimer.png" for 127.0.0.1 at 2013-08-05 16:54:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1" for 127.0.0.1 at 2013-08-05 16:54:27 +0200 Processing by Adherent::MembersController#destroy as HTML Parameters: {"authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "id"=>"1"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (53.8ms) DELETE FROM "adherent_members" WHERE "adherent_members"."id" = $1 [["id", 1]]  (32.4ms) COMMIT Redirected to http://localhost:3000/adherent/members Completed 302 Found in 91ms (ActiveRecord: 87.6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:54:27 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (0.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:27 +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-05 16:54:27 +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-05 16:54:27 +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-05 16:54:27 +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-05 16:54: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-05 16:54:27 +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-05 16:54: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-05 16:54:27 +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-05 16:54: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-05 16:54:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:27 +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-05 16:54:27 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 16:54:27 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:54:27 +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-05 16:54:27 +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-05 16:54:27 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:54:27 +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-05 16:54:28 +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-05 16:54:28 +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-05 16:54:28 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 16:54:30 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (13.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (15.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 62ms (Views: 61.3ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54: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-05 16:54:30 +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-05 16:54:30 +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-05 16:54: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-05 16:54:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:30 +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-05 16:54: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-05 16:54:30 +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-05 16:54:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54:30 +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-05 16:54:30 +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-05 16:54: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-05 16:54:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:54:30 +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-05 16:54: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-05 16:54:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-05 16:54:40 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"Lepage", "name"=>"Jcl", "forname"=>"jcl", "birthdate(3i)"=>"5", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"}  (0.1ms) BEGIN SQL (1.2ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Mon, 05 Aug 2013], ["created_at", Mon, 05 Aug 2013 14:54:40 UTC +00:00], ["forname", "jcl"], ["name", "Jcl"], ["number", "Lepage"], ["updated_at", Mon, 05 Aug 2013 14:54:40 UTC +00:00]]  (26.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/2 Completed 302 Found in 32ms (ActiveRecord: 27.8ms) Started GET "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:54:40 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.7ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-08-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:40 +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-05 16:54:40 +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-05 16:54: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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +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-05 16:54:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:54:40 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/modifier.png" for 127.0.0.1 at 2013-08-05 16:54:40 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/edit" for 127.0.0.1 at 2013-08-05 16:54:43 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (15.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54: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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54: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-05 16:54:43 +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-05 16:54:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (65ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:54:43 +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-05 16:54:43 +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-05 16:54:43 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:54:44 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 16:54:44 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (3ms) Started PUT "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:54:55 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"jcl", "birthdate(3i)"=>"5", "birthdate(2i)"=>"3", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"2"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN  (0.3ms) UPDATE "adherent_members" SET "number" = '001', "name" = 'Lepage', "birthdate" = '2013-03-05', "updated_at" = '2013-08-05 14:54:55.169584' WHERE "adherent_members"."id" = 2  (40.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/2 Completed 302 Found in 46ms (ActiveRecord: 41.7ms) Started GET "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:54:55 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:55 +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-05 16:54: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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54:55 +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-05 16:54: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-05 16:54: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-05 16:54:55 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90" for 127.0.0.1 at 2013-08-05 16:54:55 +0200 Served asset /adherent/icones/navigation90 - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/navigation90"): 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/modifier.png" for 127.0.0.1 at 2013-08-05 16:54:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:55:07 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55: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-05 16:55:07 +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-05 16:55:07 +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-05 16:55:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:55:07 +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-05 16:55:07 +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-05 16:55: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-05 16:55: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-05 16:55:07 +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-05 16:55: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-05 16:55:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:07 +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-05 16:55:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-05 16:55:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:07 +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-05 16:55:07 +0200 Served asset /adherent/application.js - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-05 16:55:08 +0200 Served asset /adherent/icones/afficher.png - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/afficher.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/supprimer.png" for 127.0.0.1 at 2013-08-05 16:55:08 +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-05 16:55:08 +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-05 16:55:08 +0200 Served asset /adherent/icones/afficher.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/afficher.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 (1.1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 16:55:08 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:55:36 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55: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-05 16:55:36 +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-05 16:55: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-05 16:55: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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +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-05 16:55:36 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:55:41 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55:41 +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-05 16:55:41 +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-05 16:55:41 +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-05 16:55: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-05 16:55:41 +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-05 16:55: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-05 16:55: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-05 16:55: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-05 16:55:41 +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-05 16:55: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-05 16:55:41 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (61ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55: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-05 16:55:41 +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-05 16:55:41 +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-05 16:55:41 +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-05 16:55:41 +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-05 16:55:41 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 16:55:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 16:55:41 +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-05 16:55:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:55:45 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:45 +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-05 16:55:45 +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-05 16:55: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-05 16:55: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-05 16:55:45 +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-05 16:55: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-05 16:55: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-05 16:55:45 +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-05 16:55: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-05 16:55:45 +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-05 16:55: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-05 16:55: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-05 16:55:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 16:55:45 +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-05 16:55: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-05 16:55: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-05 16:55:45 +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-05 16:55:45 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 16:55:45 +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-05 16:55: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-05 16:55: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-05 16:55:45 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/edit" for 127.0.0.1 at 2013-08-05 16:55:48 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (42.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (44.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 62ms (Views: 60.8ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55:48 +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-05 16:55:48 +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-05 16:55: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-05 16:55: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-08-05 16:55:48 +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-05 16:55:48 +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-05 16:55: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-05 16:55: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-05 16:55:48 +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-05 16:55:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:48 +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-05 16:55: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-05 16:55:48 +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-05 16:55:48 +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-05 16:55:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 16:55:48 +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-05 16:55:48 +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-05 16:55:48 +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-05 16:55:48 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 16:55:48 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 16:55:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:55:55 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"jcl", "birthdate(3i)"=>"5", "birthdate(2i)"=>"3", "birthdate(1i)"=>"2008"}, "commit"=>"Enregistrer", "id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN  (0.3ms) UPDATE "adherent_members" SET "birthdate" = '2008-03-05', "updated_at" = '2013-08-05 14:55:55.550642' WHERE "adherent_members"."id" = 2  (71.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/2 Completed 302 Found in 75ms (ActiveRecord: 72.0ms) Started GET "/adherent/members/2" for 127.0.0.1 at 2013-08-05 16:55:55 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:55:55 +0200 Served asset /adherent/application.css - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 16:55: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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55:55 +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-05 16:55: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-05 16:55: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-05 16:55:56 +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-05 16:55:56 +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-05 16:55:56 +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-05 16:55:56 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 16:55:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 16:55:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 16:56:01 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 16:56: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-05 16:56: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-05 16:56:01 +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-05 16:56: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 2013-08-05 16:56:01 +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-05 16:56: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 2013-08-05 16:56:01 +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-05 16:56:01 +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-05 16:56: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 2013-08-05 16:56:01 +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-05 16:56:01 +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-05 16:56:01 +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-05 16:56:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (79ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-05 16:56:01 +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-05 16:56: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-05 16:56: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-05 16:56: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-05 16:56: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-05 16:56:01 +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-05 16:56:02 +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-05 16:56:02 +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-05 16:56:02 +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-05 16:56:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (205.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (27.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (237.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (21.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522)  (0.2ms) BEGIN  (174.8ms) 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) INSERT INTO "schema_migrations" ("version") VALUES ('20130805145522')  (14.7ms) COMMIT  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 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 CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911)  (0.1ms) BEGIN  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911)  (0.0ms) BEGIN  (53.7ms) 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')  (1.5ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 17:31:56 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (10.6ms) Compiled adherent/application.css (36ms) (pid 7074) Compiled adherent/application.js (6ms) (pid 7074) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.7ms) Completed 200 OK in 167ms (Views: 147.5ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +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-05 17:31:57 +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-05 17:31:57 +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-05 17:31:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +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-05 17:31:57 +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-05 17:31:57 +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-05 17:31:57 +0200 Served asset /adherent/members.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 17:31:57 +0200 Served asset /adherent/application.js - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 17:31:57 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (4ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 17:32:06 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 106ms (Views: 97.2ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:32: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-05 17:32:06 +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-05 17:32: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-05 17:32:07 +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-05 17:32:07 +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-05 17:32:07 +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-05 17:32: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-05 17:32: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-05 17:32:07 +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-05 17:32: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-05 17:32:07 +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-05 17:32: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-05 17:32: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-05 17:32: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-05 17:32:07 +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-05 17:32: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-05 17:32:07 +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-05 17:32:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 17:32:07 +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-05 17:32: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-05 17:32:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 17:32:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 17:33:42 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (2.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:33:42 +0200 Served asset /adherent/application.css - 304 Not Modified (44ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 17:33:42 +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-05 17:33: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-05 17:33:42 +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-05 17: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-05 17:33:42 +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-05 17: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-05 17:33: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-05 17: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-05 17:33: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-05 17:33: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-05 17:33:42 +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-05 17:33: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-05 17:33:42 +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-05 17:33:42 +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-05 17:33:42 +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-05 17:33:42 +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-05 17:33:42 +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-05 17:33: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-05 17:33: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-05 17:33:43 +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-05 17:33:43 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 17:41:20 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 224ms (Views: 213.2ms | ActiveRecord: 7.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:41:21 +0200 Served asset /adherent/application.css - 304 Not Modified (63ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 17:41:21 +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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41:21 +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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41:21 +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-05 17:41:21 +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-05 17:41:21 +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-05 17:41: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-05 17:41:21 +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-05 17:41: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-05 17:41: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-05 17:41:21 +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-05 17:41:21 +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-05 17:41:21 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-05 17:41:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-05 17:41:25 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (89.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (94.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (7.8ms) Completed 200 OK in 232ms (Views: 209.2ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:41:25 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41:25 +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-05 17:41: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-05 17:41:26 +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-05 17:41: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-05 17:41:26 +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-05 17:41: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-05 17:41:26 +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-05 17:41:26 +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-05 17:41:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (5ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-05 17:41:47 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"5", "birthdate(2i)"=>"3", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"}  (2.1ms) BEGIN SQL (10.0ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Tue, 05 Mar 2013], ["created_at", Mon, 05 Aug 2013 15:41:47 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "001"], ["updated_at", Mon, 05 Aug 2013 15:41:47 UTC +00:00]]  (1.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 25ms (ActiveRecord: 14.6ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-05 17:41:47 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (4.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 106ms (Views: 101.7ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41:47 +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-05 17:41: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-05 17:41:47 +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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41:47 +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-05 17:41:47 +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-05 17:41:47 +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-05 17:41: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-05 17:41:47 +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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41: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-05 17:41:48 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:41:48 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 17:41:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:41:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coords/1" for 127.0.0.1 at 2013-08-05 17:41:55 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1", "id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 4ms NoMethodError (undefined method `coords' 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/coords_controller.rb:22: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:414:in `_run__618883215__process_action__871838555__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__160213321__call__87998887__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 (4.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.4ms) 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 (17.0ms) Started GET "/adherent/members/1/coords/1" for 127.0.0.1 at 2013-08-05 17:42:13 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1", "id"=>"1"} Adherent::Member Load (0.3ms) 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/show.html.erb within layouts/adherent/application (5.0ms) Completed 500 Internal Server Error in 57ms ActionController::RoutingError (No route matches {:action=>"edit", :controller=>"adherent/coords", :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 `edit_coord_path' /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:4:in `block in __home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___489715881_79278380' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___489715881_79278380' 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:24: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:414:in `_run__618883215__process_action__871838555__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__160213321__call__87998887__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/members/1/coords/1" for 127.0.0.1 at 2013-08-05 17:42:27 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/members/1/coords/1"): 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.4ms) Started GET "/adherent/members/1/coords/1" for 127.0.0.1 at 2013-08-05 17:42:37 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/members/1/coords/1"): 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.5ms) Started GET "/adherent/members/1/coords/1" for 127.0.0.1 at 2013-08-05 17:48:24 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/members/1/coords/1"): 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/1/coord" for 127.0.0.1 at 2013-08-05 17:48:31 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (6.0ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `persisted?' for nil:NilClass): 1: 2: <%= content_for :menu do %> 3: 4: <%= icon_to 'modifier.png', edit_coord_path(@coord) if @coord.persisted? %> 5: <%= icon_to 'navigation90.png', coords_path %> 6: <% end -%> 7: /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:4:in `block in __home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___489715881__623786178' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:2:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___489715881__623786178' 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:24: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:414:in `_run__618883215__process_action__871838555__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__160213321__call__87998887__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 (21.5ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:48:48 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `mail' for nil:NilClass): 13: 14:

15: <%= I18n::t('mail') %>: 16: <%= @coord.mail %> 17:

18: 19:

/home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:16:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___489715881_76059280' 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:24: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:414:in `_run__618883215__process_action__871838555__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__160213321__call__87998887__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.6ms) 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 (10.5ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:51:51 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 16.4ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +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-05 17:51:51 +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-05 17:51: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-05 17:51:51 +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-05 17:51:51 +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-05 17:51: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-05 17:51:52 +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-05 17:51: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-05 17:51:52 +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-05 17:51:52 +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-05 17:51:52 +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-05 17:51: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-05 17:51:52 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:51:52 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:51:52 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:53:25 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 23ms (Views: 16.6ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:53: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-05 17:53: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-05 17:53: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-05 17:53:26 +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-05 17:53: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-05 17:53: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-05 17:53:26 +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-05 17:53: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-05 17:53: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-05 17:53:26 +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-05 17:53: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-05 17:53:26 +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-05 17:53:26 +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-05 17:53: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-05 17:53: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-05 17:53: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-05 17:53:26 +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-05 17:53:26 +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-05 17:53:26 +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-05 17:53:26 +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-05 17:53:26 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:53:26 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:53:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:53:49 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 69ms (Views: 59.7ms | ActiveRecord: 6.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:53:49 +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-05 17:53:49 +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-05 17:53: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-05 17:53: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-05 17:53:50 +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-05 17:53:50 +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-05 17:53: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-05 17:53: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-05 17:53: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-05 17:53:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-05 17:53:50 +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-05 17:53: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-05 17:53:50 +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-05 17:53: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-05 17:53:50 +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-05 17:53:50 +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-05 17:53:50 +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-05 17:53:50 +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-05 17:53: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-05 17:53:50 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 17:53:50 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:53:50 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:53:50 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 17:54:59 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (4.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 152ms (Views: 45.3ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:54:59 +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-05 17:54:59 +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-05 17: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-05 17:54: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-05 17:54: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-05 17:54:59 +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-05 17:54:59 +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-05 17:54: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-05 17: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-05 17:54:59 +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-05 17:54:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 17:54:59 +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-05 17:54:59 +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-05 17:54: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-05 17:54: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-05 17:54: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-05 17:54: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-05 17:54:59 +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-05 17:54:59 +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-05 17:54: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-05 17:54:59 +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-05 17:54:59 +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-05 17:54:59 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 17:55:00 +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-05 17:55:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:55:05 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 68ms (Views: 50.8ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:55: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 2013-08-05 17:55: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-05 17:55: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-08-05 17:55:05 +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-05 17:55:05 +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-05 17:55:05 +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-05 17:55:05 +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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55:05 +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-05 17:55: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-08-05 17:55:05 +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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55: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-05 17:55:05 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:55:06 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:55:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 17:55:12 +0200 Processing by Adherent::CoordsController#index as HTML Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:92:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:407:in `_run__618883215__process_action__455976501__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__160213321__call__87998887__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 (0.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 (9.1ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:56:13 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (4.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 55ms (Views: 49.3ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:56:13 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 17:56:13 +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-05 17:56:13 +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-05 17:56: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-05 17:56: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-05 17:56:13 +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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56:13 +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-05 17:56:13 +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-05 17:56: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-05 17:56:13 +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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56:13 +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-05 17:56:13 +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-05 17:56: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-05 17:56:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:56:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:56:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 17:56:21 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:56:21 +0200 Served asset /adherent/application.css - 304 Not Modified (73ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 17:56:21 +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-05 17:56:21 +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-05 17:56: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-05 17:56:21 +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-05 17:56:21 +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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56:21 +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-05 17:56:21 +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-08-05 17:56:21 +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-05 17:56: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-08-05 17:56: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-05 17:56:21 +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-05 17:56: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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +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-05 17:56:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:56:26 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:56: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-05 17:56:26 +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-05 17:56: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-05 17:56:26 +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-05 17:56: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-05 17:56:26 +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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56: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-05 17:56:26 +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-05 17:56: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-05 17:56: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-05 17:56:26 +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-05 17:56:26 +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-05 17:56:26 +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-05 17:56: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-05 17:56:26 +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-05 17:56: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-05 17:56:26 +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-05 17:56:26 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:56:26 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:56:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit.1" for 127.0.0.1 at 2013-08-05 17:56:37 +0200 Processing by Adherent::CoordsController#edit as Parameters: {"member_id"=>"1"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 404 Not Found in 5ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Coord without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:42:in `edit' 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:414:in `_run__618883215__process_action__770206179__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__160213321__call__87998887__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.0ms) Started GET "/adherent/members/1/coord/edit.1" for 127.0.0.1 at 2013-08-05 17:56:55 +0200 Processing by Adherent::CoordsController#edit as Parameters: {"member_id"=>"1"} Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 404 Not Found in 4ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Coord without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:42:in `edit' 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:414:in `_run__618883215__process_action__770206179__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__160213321__call__87998887__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.6ms) 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 (2.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 (12.5ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 17:57:01 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (3.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:57:01 +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-05 17:57: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 2013-08-05 17:57:01 +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-05 17:57: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 2013-08-05 17:57:01 +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-05 17:57:01 +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-05 17:57: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 2013-08-05 17:57: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-05 17:57: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-05 17:57: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-05 17:57:01 +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-05 17:57:01 +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-05 17:57:01 +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-05 17:57: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-05 17:57: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 2013-08-05 17:57:01 +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-05 17:57: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-05 17:57: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-05 17:57: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-05 17:57: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-05 17:57:01 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 17:57:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 17:57:02 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 17:57:05 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 404 Not Found in 4ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Coord without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:42:in `edit' 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:414:in `_run__618883215__process_action__770206179__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__160213321__call__87998887__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.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 (8.9ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 17:57:34 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) 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 (48.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (62.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 108ms (Views: 76.4ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:57:35 +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-05 17:57:35 +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-05 17:57:35 +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-05 17:57:35 +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-05 17:57: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-05 17:57:35 +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-05 17:57:35 +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-05 17:57:35 +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-05 17:57: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-05 17:57:35 +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-05 17:57:35 +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-05 17:57:35 +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-05 17:57: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-08-05 17:57:35 +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-05 17:57: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-08-05 17:57: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-05 17:57:35 +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-05 17:57:35 +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-05 17:57: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-05 17:57:35 +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-05 17:57:35 +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-05 17:57:35 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 17:57:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 17:57:35 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 17:59:45 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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/coords/_form.html.erb (17.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (21.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 77.6ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 17:59:45 +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-05 17:59: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-05 17:59:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 17:59: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-05 17:59:45 +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-05 17:59:45 +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-05 17:59:45 +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-05 17:59: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-05 17:59: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-05 17:59:45 +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-05 17:59:45 +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-05 17:59: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-05 17:59:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 17:59:45 +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-05 17:59:45 +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-05 17:59:46 +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-05 17:59:46 +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-05 17:59:46 +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-05 17:59:46 +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-05 17:59:46 +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-05 17:59:46 +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-05 17:59:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 17:59:46 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 17:59:46 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 18:00:15 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_coords_edit_html_erb___687656182__615225868 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')' /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_jcl_rails_project__dherent_app_views_adherent_coords_edit_html_erb___687656182__615225868(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/coords/edit";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= content_for :menu do @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( icon_to 'nouveau.png', new_coord_path );@output_buffer.safe_concat(' ');@output_buffer.append= ( icon_to 'detail.png', @coord );@output_buffer.safe_concat(' ');@output_buffer.append= ( icon_to 'retour.png', :back );@output_buffer.safe_concat(' '); end @output_buffer.safe_concat('

Modification ');@output_buffer.append= ( I18n.t('coord'.pluralize );@output_buffer.safe_concat('

');@output_buffer.append= ( render 'form' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.to_s 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/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:414:in `_run__618883215__process_action__770206179__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__160213321__call__87998887__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/coords/edit.html.erb within layouts/adherent/application (2.2ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')' /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')'): 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/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:414:in `_run__618883215__process_action__770206179__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__160213321__call__87998887__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.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 (10.1ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 18:00:22 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (2.6ms) 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 (57.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (61.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 76.2ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:00:23 +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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 18:00: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-05 18:00: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-05 18:00: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-08-05 18:00:23 +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-05 18:00: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-05 18:00: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-05 18:00: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-08-05 18:00:23 +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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00: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-05 18:00:23 +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-05 18:00:23 +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-05 18:00:23 +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-05 18:00:23 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 18:01:07 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) 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 (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (115.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 163ms (Views: 129.2ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:01:07 +0200 Served asset /adherent/application.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 18:01: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-05 18:01:07 +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-05 18:01:07 +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-05 18:01:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 18:01: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-05 18:01:07 +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-05 18:01:07 +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-05 18:01: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-05 18:01:07 +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-05 18:01:07 +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-05 18:01:07 +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-05 18:01:07 +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-05 18:01:07 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-05 18:01: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-05 18:01:07 +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-05 18:01: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-05 18:01:07 +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-05 18:01: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-05 18:01:07 +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-05 18:01:07 +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-05 18:01:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 18:01:07 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 18:01:07 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 18:02:32 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) 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 (9.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (21.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 33.4ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:02:32 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 18:02:32 +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-05 18:02:32 +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-05 18:02:32 +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-05 18:02:32 +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-05 18:02:32 +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-05 18:02: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-05 18:02:33 +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-05 18:02: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-05 18:02: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-05 18:02:33 +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-05 18:02:33 +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-05 18:02: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-05 18:02: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-05 18:02: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-05 18:02:33 +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-05 18:02: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-05 18:02:33 +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-05 18:02: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-05 18:02:33 +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-05 18:02:33 +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-05 18:02:33 +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-05 18:02:33 +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-05 18:02:33 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-05 18:02:48 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (9.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (13.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 38ms (Views: 33.8ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:02:48 +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-05 18:02:48 +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-05 18:02:48 +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-05 18:02:48 +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-05 18:02: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-08-05 18:02:48 +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-05 18:02: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-05 18:02:48 +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-05 18:02: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-05 18:02: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-05 18:02: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-05 18:02:48 +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-05 18:02: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-05 18:02: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-05 18:02: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-08-05 18:02:48 +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-05 18:02: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-05 18:02:48 +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-05 18:02:48 +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-05 18:02:48 +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-05 18:02:48 +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-05 18:02:48 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-05 18:02:48 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-05 18:02:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 18:03:21 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:03:21 +0200 Served asset /adherent/application.css - 304 Not Modified (26ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-05 18:03:21 +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-05 18:03: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-05 18:03:21 +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-05 18:03:21 +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-05 18:03:21 +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-05 18:03:21 +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-05 18:03: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-05 18:03: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-05 18:03:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-05 18:03:21 +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-05 18:03:21 +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-05 18:03:21 +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 2013-08-05 18:03: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-05 18:03:21 +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-05 18:03:21 +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-05 18:03: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-05 18:03: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-05 18:03: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-05 18:03: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-05 18:03:21 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 18:03:22 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 18:03:22 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 18:03:34 +0200 Processing by Adherent::CoordsController#index as HTML Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:92:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:407:in `_run__618883215__process_action__455976501__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__160213321__call__87998887__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.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.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 (17.2ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 18:04:09 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (2.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 32ms (Views: 16.1ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:04:09 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-05 18:04:09 +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-05 18:04:09 +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-05 18:04: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-05 18:04: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-05 18:04:09 +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-05 18:04:09 +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-05 18:04: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-05 18:04: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-05 18:04:09 +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-05 18:04:09 +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-05 18:04:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-05 18:04:09 +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 2013-08-05 18:04: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-05 18:04:09 +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-05 18:04: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-05 18:04:09 +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-05 18:04:09 +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-05 18:04: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-05 18:04:09 +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-05 18:04:09 +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-05 18:04:09 +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-05 18:04: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-05 18:04:09 +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-05 18:04:09 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/coords/1" for 127.0.0.1 at 2013-08-05 18:04:20 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"id"=>"1"} Completed 404 Not Found in 6ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:92:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:407:in `_run__618883215__process_action__871838555__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__160213321__call__87998887__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.6ms) 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.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 (11.8ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 18:05:33 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (66.1ms) Completed 500 Internal Server Error in 69ms ActionView::Template::Error (undefined local variable or method `member' for #<#:0xb6a65d68>): 43:
44: 45: 48: 49: <% end %> /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:46:in `block in __home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb__316395521__615307828' /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__316395521__615307828' 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: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:403:in `_run__618883215__process_action__455976501__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__160213321__call__87998887__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 (37.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 (3.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 (49.2ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-05 18:05:48 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:05:48 +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-05 18:05:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 18:05: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-05 18:05: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-05 18:05:48 +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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05:48 +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-05 18:05:48 +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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05:48 +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-05 18:05:48 +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-05 18:05:48 +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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05:48 +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-05 18:05: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-05 18:05:48 +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-05 18:05:48 +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-05 18:05:48 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 18:05:55 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 56ms (Views: 47.9ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:05:55 +0200 Served asset /adherent/application.css - 304 Not Modified (27ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-05 18:05: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-05 18:05:55 +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-05 18:05:55 +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-05 18:05: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-05 18:05:55 +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-05 18:05:55 +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-05 18:05: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-05 18:05:55 +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-05 18:05: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-05 18:05: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-05 18:05:55 +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-05 18:05:55 +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-05 18:05:55 +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-05 18:05: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-05 18:05:55 +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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05: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-05 18:05:55 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 18:05:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 18:05:55 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 18:06:00 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (4.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:06:00 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06: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-05 18:06:00 +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-05 18:06: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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06: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-05 18:06: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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +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-05 18:06:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-05 18:06:06 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (54.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (58.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 74.6ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:06:07 +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-05 18:06: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-05 18:06:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-05 18:06: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-05 18:06:07 +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-05 18:06:07 +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-05 18:06: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-05 18:06: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-05 18:06: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-05 18:06: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-05 18:06:07 +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-05 18:06: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-05 18:06:07 +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-05 18:06:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-05 18:06:07 +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-05 18:06:07 +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-05 18:06: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-05 18:06:07 +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-05 18:06:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-05 18:06:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-05 18:06:07 +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-05 18:06:07 +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-05 18:06:07 +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-05 18:06:07 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 18:06:11 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:06: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-05 18:06:11 +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-05 18:06:11 +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-05 18:06:11 +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-05 18:06:11 +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-05 18:06:11 +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-05 18:06: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-05 18:06: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-05 18:06:11 +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-05 18:06: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-05 18:06: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-05 18:06: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-05 18:06: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-05 18:06: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-05 18:06:11 +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-05 18:06:11 +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-05 18:06:11 +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-05 18:06: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-05 18:06: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-05 18:06:11 +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-05 18:06:11 +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-05 18:06: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-05 18:06:11 +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-05 18:06: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-05 18:06:11 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-05 18:07:29 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 19.0ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:07:29 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-05 18:07:29 +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-05 18:07: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-05 18:07: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-05 18:07:29 +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-05 18:07:29 +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-05 18:07:29 +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-05 18:07:29 +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-05 18:07: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-05 18:07: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-05 18:07:29 +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-05 18:07:29 +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-05 18:07:29 +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-05 18:07: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-05 18:07: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-05 18:07:29 +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-05 18:07:29 +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-05 18:07:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-05 18:07:29 +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-05 18:07:29 +0200 Served asset /adherent/application.js - 304 Not Modified (65ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-05 18:07:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-05 18:07:29 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-05 18:07:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-05 18:07:40 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (9.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-05 18:07: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-05 18:07:40 +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-05 18:07:40 +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-05 18:07:40 +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-05 18:07:40 +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-05 18:07:40 +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-05 18:07: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-08-05 18:07: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 2013-08-05 18:07: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-05 18:07: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-05 18:07:40 +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-05 18:07:40 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-05 18:07: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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07:41 +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-05 18:07: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-05 18:07:41 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-06 07:05:57 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 56ms (Views: 51.4ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:05: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-06 07:05: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-06 07:05:57 +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-06 07:05:57 +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-06 07:05:57 +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-06 07:05: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-06 07:05: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-06 07:05:58 +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-06 07:05: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-06 07:05: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-06 07:05:58 +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-06 07:05:58 +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-06 07:05:58 +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-06 07:05:58 +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-06 07:05:58 +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-06 07:05:58 +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-06 07:05: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-06 07:05: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-06 07:05:58 +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-06 07:05:58 +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-06 07:05:58 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:05:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:05:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (41ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:06:03 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.7ms) SELECT "adherent_members".* FROM "adherent_members" Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (9.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.3ms) Completed 200 OK in 31ms (Views: 26.5ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:06:03 +0200 Served asset /adherent/application.css - 304 Not Modified (32ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:06:03 +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-06 07:06:03 +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-06 07:06:03 +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-06 07:06: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-06 07:06: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-06 07:06: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-06 07:06: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-06 07:06: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-06 07:06: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-06 07:06: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-06 07:06:03 +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-06 07:06: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-06 07:06: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-06 07:06:04 +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-06 07:06:04 +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-06 07:06:04 +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-06 07:06:04 +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-06 07:06:04 +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-06 07:06:04 +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-06 07:06:04 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:06:04 +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-06 07:06:04 +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-06 07:06: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-06 07:06:04 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:08:40 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (2.6ms) 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 (13.5ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `exists?' for #): 33: 34: 35: 36: 34: 35: 36: 42: /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:39:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__172582102_81819740' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `__home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__172582102_81819740' 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:403:in `_run__144766610__process_action__979270218__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__773103526__call__556377911__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 (10.3ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-07 12:46:05 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (14.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 67.4ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 12:46: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-07 12:46:06 +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-07 12:46:06 +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-07 12:46: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-07 12:46: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-07 12:46: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-07 12:46:06 +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-07 12:46: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-07 12:46:06 +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-07 12:46:06 +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-07 12:46:06 +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-07 12:46: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-07 12:46: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-07 12:46:06 +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-07 12:46: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-07 12:46: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-07 12:46: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-07 12:46:06 +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-07 12:46:06 +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-07 12:46:06 +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-07 12:46:06 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 12:46: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-07 12:46:06 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-07 12:46:06 +0200 Served asset /adherent/icones/afficher.png - 200 OK (7ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 12:46:06 +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-07 12:46:06 +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-07 12:46: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-07 12:46:06 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 12:46:12 +0200 ActionController::RoutingError (uninitialized constant Adherent::AdhesionsController): 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__773103526__call__556377911__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.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 12:46:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 76ms ActionView::MissingTemplate (Missing template adherent/adhesions/index, adherent/application/index with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:10: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:414:in `_run__852319126__process_action__979270218__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__773103526__call__556377911__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/missing_template.erb within rescues/layout (5.7ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 12:47:28 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.erb within layouts/adherent/application (0.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 54ms (Views: 45.9ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 12:47:28 +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-07 12:47: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-07 12:47:28 +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-07 12:47: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-07 12:47:28 +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-07 12:47:28 +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-07 12:47: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-07 12:47: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-07 12:47: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-07 12:47: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-07 12:47: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-07 12:47: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-07 12:47: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-07 12:47:28 +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-07 12:47: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-08-07 12:47: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-07 12:47:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (92ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 12:47:28 +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-07 12:47:28 +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-07 12:47: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-07 12:47:28 +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-07 12:47:28 +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-07 12:47:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 12:56:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.3ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined method `from_date' for nil:NilClass): 14: %th Actions 15: %tbody 16: %tr 17: %td= @adhesion.from_date 18: %td= @adhesion.to_date 19: %td 20: = icon_to 'modifier.png', edit_member_adhesion_path(@member, @adhesion) /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___1071390091_78951900' 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:414:in `_run__852319126__process_action__979270218__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__773103526__call__556377911__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.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 (11.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:00:00 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (8.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (33.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (56.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 93ms (Views: 45.6ms | ActiveRecord: 45.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:00:01 +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-07 13:00: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-07 13:00:01 +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-07 13:00: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 2013-08-07 13:00:01 +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-07 13:00:01 +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-07 13:00:01 +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-07 13:00: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-07 13:00: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-07 13:00:01 +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-07 13:00:01 +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-07 13:00:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (108ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 13:00:01 +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-07 13:00:01 +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-07 13:00: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-07 13:00: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 2013-08-07 13:00: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-08-07 13:00: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-07 13:00: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-07 13:00:01 +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-07 13:00:01 +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-07 13:00:01 +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-07 13:00:01 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 13:00:01 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (42ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 13:00:01 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:00:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (15.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 36ms (Views: 28.8ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:00:49 +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-07 13:00: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-07 13:00:49 +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-07 13:00:49 +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-07 13:00: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-07 13:00: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-07 13:00: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-07 13:00: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-07 13:00:49 +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-07 13:00: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-07 13:00:49 +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-07 13:00:49 +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-07 13:00: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-07 13:00:49 +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-07 13:00:49 +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-07 13:00:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (71ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 13:00:49 +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-07 13:00:49 +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-07 13:00: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-07 13:00: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-07 13:00: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-07 13:00: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-07 13:00:50 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 13:00:50 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 13:00:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:07:44 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 22.5ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:07: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-07 13:07: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-07 13:07:44 +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-07 13:07:44 +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-07 13:07:44 +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-07 13:07: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-07 13:07:44 +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-07 13:07: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-07 13:07: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-07 13:07: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 2013-08-07 13:07:44 +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-07 13:07:44 +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-07 13:07:44 +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-07 13:07: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-07 13:07: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-07 13:07:44 +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-07 13:07: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-07 13:07: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-07 13:07:44 +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-07 13:07: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-07 13:07: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-07 13:07:44 +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-07 13:07:44 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 13:07:44 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 13:07:44 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:07:50 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (51.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (53.5ms) Completed 500 Internal Server Error in 71ms ActionView::Template::Error (undefined method `start_date' for nil:NilClass): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', date_min:@period.start_date, date_max:@period.close_date, :disabled=>@transfer.partial_locked?}, :required => true, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', date_min:@period.start_date, date_max:@period.close_date, :disabled=>@transfer.partial_locked?}, :required => true, :as=>:date_picker 8: 9: /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml__858903144_79086300' 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__858903144_79086300' 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__457546496_78458080' 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:414:in `_run__852319126__process_action__442560865__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__773103526__call__556377911__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.6ms) 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.7ms) 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.8ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:08:48 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (37.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (40.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 55.3ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:08:48 +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-07 13:08:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (44ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 13:08: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-07 13:08: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-07 13:08: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-07 13:08:48 +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-07 13:08: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-07 13:08: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-07 13:08: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 2013-08-07 13:08: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-07 13:08: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-07 13:08:48 +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-07 13:08:48 +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-07 13:08: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-07 13:08: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-07 13:08: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-07 13:08: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-07 13:08: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-07 13:08:48 +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-07 13:08:48 +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-07 13:08:48 +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-07 13:08:49 +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-07 13:08:49 +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-07 13:08:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (39ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 13:08:49 +0200 Served asset /adherent/cal.gif - 304 Not Modified (10ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:09:07 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (3.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 25.7ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:09:07 +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-07 13:09:07 +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-07 13:09: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-07 13:09:07 +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-07 13:09: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-07 13:09:07 +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-07 13:09: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-07 13:09: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-07 13:09:08 +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-07 13:09:08 +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-07 13:09:08 +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-07 13:09: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-07 13:09:08 +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-07 13:09:08 +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-07 13:09:08 +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-07 13:09: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-07 13:09:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 13:09:08 +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-07 13:09: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-07 13:09:08 +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-07 13:09:08 +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-07 13:09:08 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 13:09:08 +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-07 13:09: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-07 13:09:08 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:09:29 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (7.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 38ms (Views: 26.2ms | ActiveRecord: 7.1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 13:09: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-07 13:09:30 +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-07 13:09: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-07 13:09: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-07 13:09: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-07 13:09: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-07 13:09: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-07 13:09:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-07 13: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-07 13:09:30 +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-07 13: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-07 13: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-07 13:09:30 +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-07 13: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-07 13: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-07 13:09: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-07 13:09:30 +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-07 13: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-07 13:09:30 +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-07 13:09: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-07 13:09:30 +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-07 13:09:30 +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-07 13:09: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-07 13:09: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-07 13:09: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-07 13:09:33 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (31ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 13:09:33 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 13:09:33 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 200 OK (4ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 13:09:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (47ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 13:09:33 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (10ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 13:09:40 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (38ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 13:09:40 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (11ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:10:49 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 86ms (Views: 58.7ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:10:49 +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-07 13:10: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-07 13:10:49 +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-07 13:10: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-07 13:10: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-07 13:10:49 +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-07 13:10:49 +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-07 13:10: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-07 13:10:49 +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-07 13:10:49 +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-07 13:10:49 +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-07 13:10:49 +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-07 13:10: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-07 13:10:49 +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-07 13:10:49 +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-07 13:10: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-07 13:10:50 +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-07 13:10:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 13:10:50 +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-07 13:10:50 +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-07 13:10: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-07 13:10:50 +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-07 13:10:50 +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-07 13:10:50 +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-07 13:10:50 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:22:22 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 56ms NoMethodError (undefined method `split' for Wed, 07 Aug 2013:Date): /home/jcl/rails_project/Adherent/app/models/adherent/adhesion.rb:15:in `from_date=' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.14) lib/active_record/base.rb:498:in `initialize' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `new' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `build_association' activerecord (3.2.14) lib/active_record/associations/association.rb:239:in `build_record' activerecord (3.2.14) lib/active_record/associations/collection_association.rb:112:in `build' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:46:in `build' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:34:in `new' 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:414:in `_run__868038462__process_action__54302292__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__777582870__call__788325632__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.5ms) 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.4ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (23.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (36.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.3ms) Completed 200 OK in 217ms (Views: 146.4ms | ActiveRecord: 6.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/application.css - 304 Not Modified (68ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +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-07 13:23:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (28ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +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-07 13:23:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (9ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (11ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +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-07 13:23:24 +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-07 13:23:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +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-07 13:23:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 13:23:24 +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-07 13:23:24 +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-07 13:23:24 +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-07 13:23:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (18ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 13:23:25 +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-07 13:23:25 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 13:23:25 +0200 Served asset /adherent/members.js - 304 Not Modified (6ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 13:23:25 +0200 Served asset /adherent/application.js - 304 Not Modified (47ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 13:23:25 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 13:23:25 +0200 Served asset /adherent/cal.gif - 304 Not Modified (2ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:24:52 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "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 (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 50.4ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:24:53 +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-07 13:24: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 2013-08-07 13:24:53 +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-07 13:24: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-07 13:24:53 +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-07 13:24: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-07 13:24: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-07 13:24:53 +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-07 13:24: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-07 13:24: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-07 13:24: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-07 13:24:53 +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-07 13:24:53 +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-07 13:24: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-07 13:24: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-07 13:24:53 +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-07 13:24: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-07 13:24: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-07 13:24:53 +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-07 13:24: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-07 13:24: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-07 13:24: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-07 13:24:53 +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-07 13:24: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-07 13:24:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:25:48 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (34.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (36.6ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (undefined method `year' for "06/06/1955":String): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'}, :as=>:date_picker 8: 9: actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:791:in `block (2 levels) in ' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:767:in `select_year' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:964:in `block in build_selects_from_types' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:962:in `each' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:962:in `build_selects_from_types' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:697:in `select_date' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:990:in `to_date_select_tag' actionpack (3.2.14) lib/action_view/helpers/active_model_helper.rb:20:in `to_date_select_tag' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:221:in `date_select' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:1050:in `date_select' simple_form (2.1.0) lib/simple_form/inputs/date_time_input.rb:5: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/adhesions/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___745704716__615315058' 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___745704716__615315058' 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__259997439__613246898' 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:414:in `_run__868038462__process_action__54302292__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__777582870__call__788325632__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.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.4ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:26:49 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (5.7ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (Object must be a Date, DateTime or Time object. "06/06/1955" given.): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date,value:I18n::l(@adhesion.from_date), :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'}, :as=>:date_picker 8: 9: i18n (0.6.4) lib/i18n/backend/base.rb:49:in `localize' i18n (0.6.4) lib/i18n.rb:237:in `localize' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___745704716_80718830' 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___745704716_80718830' 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__259997439__613246898' 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:414:in `_run__868038462__process_action__54302292__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__777582870__call__788325632__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.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 (11.4ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:27:23 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] 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/new.html.erb within layouts/adherent/application (9.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 37ms (Views: 23.6ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27: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-07 13:27: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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:23 +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-07 13:27: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-07 13:27: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-07 13:27: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-07 13:27:23 +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-07 13:27: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-07 13:27: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-07 13:27: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-07 13:27: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-07 13:27: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-07 13:27:23 +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-07 13:27:23 +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-07 13:27:36 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 13:27:36 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 13:27:36 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.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-07 13:27:36 +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-07 13:27:36 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 13:27:37 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 13:27:42 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-07 13:27:49 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (44ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:27:58 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"05/08/2013", "to_date"=>"11/10/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK 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/new.html.erb within layouts/adherent/application (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 23.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:27:59 +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-07 13:27: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-07 13:27: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-07 13:27:59 +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-07 13:27: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-07 13:27:59 +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-07 13:27:59 +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-07 13:27:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (79ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 13:27:59 +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-07 13:27: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-07 13:27:59 +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-07 13:27: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-07 13:27:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 13:27: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-07 13:27: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-07 13:27:59 +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-07 13:27: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-07 13:27:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 13:27:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 13:27: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-07 13:27: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-07 13:27:59 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 13:27:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 13:27:59 +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-07 13:27:59 +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-07 13:28:04 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 13:28:04 +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 2013-08-07 13:28:04 +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 2013-08-07 13:28:04 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 13:28:04 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 13:28: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 2013-08-07 13:28:06 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:28:11 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"05/08/2013", "to_date"=>"13/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN  (0.1ms) ROLLBACK 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 (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 20.9ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:28: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-08-07 13:28: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-07 13:28: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-08-07 13:28: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-07 13:28:11 +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-07 13:28: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-07 13:28:11 +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-07 13:28: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-07 13:28:11 +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-07 13:28:11 +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-07 13:28: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-07 13:28:11 +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-07 13:28:11 +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-07 13:28:11 +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-07 13:28:11 +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-07 13:28: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-07 13:28:11 +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-07 13:28: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-07 13:28: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-07 13:28:11 +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-07 13:28:11 +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-07 13:28:11 +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-07 13:28:11 +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-07 13:28: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-07 13:28:11 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:29:19 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 75ms (Views: 57.7ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29:19 +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-07 13:29: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-08-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-08-07 13:29:19 +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-07 13: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-07 13:29:20 +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-07 13:29:20 +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-07 13:29: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-07 13:29:20 +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-07 13:29:20 +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-07 13:29:20 +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-07 13:29:20 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 13:29:20 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (37ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 13:29:20 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (11ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 13:29:21 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (8.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 74ms (Views: 58.2ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29:21 +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-07 13:29:21 +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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29:21 +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-07 13:29: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-07 13:29: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-07 13:29:21 +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-07 13:29: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-07 13:29:22 +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-07 13:29:25 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 13:29:25 +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-07 13:29:25 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 13:29:25 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 13:29:26 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_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-07 13:29:28 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 13:29:31 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date_picker"=>"13/08/2008", "to_date_picker"=>"28/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK 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 (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 58.9ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 13:29:31 +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-07 13: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-07 13:29:31 +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-07 13: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-07 13:29: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-07 13:29:31 +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-07 13:29:31 +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-07 13: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-07 13:29: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-07 13:29:31 +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-07 13:29:31 +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-07 13:29: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-07 13:29: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-07 13:29: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-07 13:29:32 +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-07 13:29:32 +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-07 13:29:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 13:29:32 +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-07 13:29: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-07 13:29: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-07 13:29:32 +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-07 13:29:32 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 13:29:32 +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-07 13:29:32 +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-07 13:29:32 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:34:42 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 106ms (Views: 47.2ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34:43 +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-07 14:34: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-07 14:34:43 +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-07 14:34: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-07 14:34: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-07 14:34:43 +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-07 14:34: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-07 14:34: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-07 14:34:43 +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-07 14:34: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-07 14:34:43 +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-07 14:34:43 +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-08-07 14:34: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-07 14:34: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-07 14:34: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-08-07 14:34: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-07 14:34: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-07 14:34:43 +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-07 14:34: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-07 14:34: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-07 14:34:43 +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-07 14:34:43 +0200 Served asset /adherent/application.js - 304 Not Modified (62ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:34:43 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:34:43 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:34:45 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (11.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 55ms (Views: 32.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34: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-07 14: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-07 14:34:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34:45 +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-07 14:34: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-07 14:34: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-07 14: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-07 14:34:45 +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-07 14:34:45 +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-07 14:34:45 +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-07 14:34:45 +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-07 14:34:45 +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-07 14:34:45 +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-07 14:34:45 +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-07 14:34: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-07 14:34: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-07 14:34:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (61ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34:46 +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-07 14:34:48 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (4ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 14:34:48 +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-07 14:34:48 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 14:34:48 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 14:34:48 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 14:34:49 +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 2013-08-07 14:34:49 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:34:51 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"05/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (7.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (1.6ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 52ms (Views: 39.3ms | ActiveRecord: 8.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34:51 +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-07 14:34: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-07 14:34:51 +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-07 14:34:51 +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-07 14:34:51 +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-07 14:34: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-07 14:34:51 +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-07 14:34:51 +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-07 14:34: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-07 14:34:51 +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-07 14:34: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-07 14:34:51 +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-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34: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-07 14:34:51 +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-07 14:34:51 +0200 Served asset /adherent/application.js - 304 Not Modified (61ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:34:52 +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-07 14:34:52 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:41:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (15.8ms) Completed 500 Internal Server Error in 36ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' 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:414:in `_run__868038462__process_action__207186254__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__777582870__call__788325632__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.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:41:51 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.2ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' 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:414:in `_run__868038462__process_action__207186254__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__777582870__call__788325632__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.6ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-07 14:42:12 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:42:12 +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-07 14:42: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-08-07 14:42: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-07 14:42: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-08-07 14:42: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-07 14:42: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-08-07 14:42:12 +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-07 14:42: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-08-07 14:42:12 +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-07 14:42:12 +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-07 14:42: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-07 14:42:12 +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-07 14:42: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-07 14:42:12 +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-07 14:42:12 +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-07 14:42:12 +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-07 14:42: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-07 14:42:12 +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-07 14:42:12 +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-07 14:42:12 +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-07 14:42:12 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 14:42: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-07 14:42:12 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 14:42:12 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-07 14:42:13 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:42:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 14:42:15 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (1.1ms) 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 (51.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 104ms (Views: 94.6ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:42: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-07 14:42:15 +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-07 14:42: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-07 14:42: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-07 14:42:15 +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-07 14:42:15 +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-07 14:42:15 +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-07 14:42: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-07 14:42:15 +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-07 14:42: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-07 14:42: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-07 14:42:15 +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-07 14:42: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-07 14:42: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-07 14:42:15 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 14:42:15 +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-07 14:42:15 +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-07 14:42:15 +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-07 14:42: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-07 14:42:15 +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-07 14:42:15 +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-07 14:42:15 +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-07 14:42:15 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-07 14:42:15 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 14:42:15 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:42:15 +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-07 14:42:15 +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-07 14:42:15 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:42:19 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.0ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__640708238__615213518' 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:414:in `_run__868038462__process_action__207186254__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__777582870__call__788325632__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) Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:45:15 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.5ms) Completed 200 OK in 188ms (Views: 144.4ms | ActiveRecord: 7.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +0200 Served asset /adherent/application.css - 304 Not Modified (54ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +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-07 14:45:15 +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-07 14:45:15 +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-07 14:45:15 +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-07 14:45:15 +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-07 14:45:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +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-07 14:45:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:15 +0200 Served asset /adherent/members.css - 304 Not Modified (8ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 14:45: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-07 14:45:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 14:45:16 +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-07 14:45: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-07 14:45: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-07 14:45: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-07 14:45: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-07 14:45: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-07 14:45:16 +0200 Served asset /adherent/members.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 14:45:16 +0200 Served asset /adherent/application.js - 304 Not Modified (66ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:45:16 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:45:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:45:20 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (20.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (22.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 57ms (Views: 36.7ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 14:45: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-07 14:45: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-07 14:45: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-07 14:45:20 +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-07 14:45:20 +0200 Served asset /adherent/application.css - 304 Not Modified (38ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:45: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-07 14:45:20 +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-07 14:45:20 +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-07 14:45:20 +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-07 14:45: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-07 14:45:20 +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-07 14:45:20 +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-07 14:45: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-07 14:45:20 +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-07 14:45:20 +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-07 14:45:20 +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-07 14:45: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-07 14:45: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-07 14:45: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-07 14:45:20 +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-07 14:45:20 +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-07 14:45:20 +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-07 14:45:20 +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-07 14:45:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (2ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 14:45:20 +0200 Served asset /adherent/cal.gif - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 14:45:23 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (16ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 14:45:23 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 14:45:23 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 14:45:23 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 14:45:23 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (5ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 14:45:24 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (38ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:45:27 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"12/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (3.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 24.3ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:27 +0200 Served asset /adherent/application.css - 304 Not Modified (33ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45: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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 14:45:27 +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-07 14:45: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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45:27 +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-07 14:45: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-07 14:45: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-07 14:45:27 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:46:07 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.7ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 52.3ms | ActiveRecord: 6.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:46:07 +0200 Served asset /adherent/application.css - 304 Not Modified (20ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 14:46: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-07 14:46:07 +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-07 14:46:07 +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-07 14:46:07 +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-07 14:46:07 +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-07 14:46: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-07 14:46: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-07 14:46:07 +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-07 14:46: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-07 14:46: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-07 14:46:07 +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-07 14:46: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-07 14:46: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-07 14:46: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-07 14:46: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-07 14:46:07 +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-07 14:46: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-07 14:46: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-07 14:46:07 +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-07 14:46:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 14:46: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-07 14:46:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:46:07 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:46:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:46:09 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 110ms (Views: 96.3ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:46:09 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 14:46:09 +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-07 14:46: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-07 14:46:09 +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-07 14:46:09 +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-07 14:46:09 +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-07 14:46: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-07 14:46:09 +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-07 14:46: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-07 14:46:09 +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-07 14:46: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-07 14:46:09 +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-07 14:46:09 +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-07 14:46: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-07 14:46: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-07 14:46:09 +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-07 14:46: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-07 14:46: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-07 14:46: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-07 14:46: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-07 14:46: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-07 14:46:09 +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-07 14:46:09 +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-07 14:46:09 +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-07 14:46:09 +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-07 14:46:10 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 14:46:10 +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-07 14:46:10 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 14:46:10 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.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-07 14:46:10 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 14:46:11 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:46:14 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"15/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 57.2ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46: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-07 14:46: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-08-07 14:46:14 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46: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-07 14:46:14 +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-07 14:46: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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +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-07 14:46:14 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:47:50 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 72ms (Views: 18.7ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:47:50 +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-07 14:47:50 +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-07 14:47: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-07 14:47: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-07 14:47:50 +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-07 14:47:50 +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-07 14:47:50 +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-07 14:47: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-07 14:47:50 +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-07 14:47: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-07 14:47: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-07 14:47:50 +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-07 14:47:50 +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-07 14:47:50 +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-07 14:47:50 +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-07 14:47:50 +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-07 14:47: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-07 14:47:50 +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-07 14:47: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-07 14:47: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-07 14:47:50 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 14:47:50 +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-07 14:47:50 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:47:50 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:47:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:47:52 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (16.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 121ms (Views: 54.2ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47:52 +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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47:52 +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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47:52 +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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47:52 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:47:52 +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-07 14:47:52 +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-07 14:47:53 +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-07 14:47:53 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 14:47:53 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 14:47:53 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (68ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 14:47:53 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 14:47:54 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:47:56 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"20/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (3.1ms) BEGIN  (0.3ms) ROLLBACK 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.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 34ms (Views: 21.1ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:47: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-07 14:47:56 +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-07 14:47: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-07 14:47:56 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 14:47:56 +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-07 14:47:56 +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-07 14:47:56 +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-07 14:47: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-07 14:47:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (4ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-07 14:47:56 +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-07 14:47:56 +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-07 14:47:56 +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-07 14:47:56 +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-07 14:47:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 14:47: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-07 14:47: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-07 14:47: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-07 14:47:56 +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-07 14: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-07 14:47: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-07 14:47:56 +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-07 14:47:56 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 14:47:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:47:56 +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-07 14:47:56 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:48:52 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 16.9ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:48:52 +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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48:52 +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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (62ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 14:48: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-07 14:48: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-07 14:48:52 +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-07 14:48:52 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:48:52 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:48:52 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:48:55 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 46.7ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48:55 +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-07 14:48:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 14:48: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-07 14:48:55 +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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48:55 +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-07 14:48:55 +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-07 14:48:55 +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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48: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-07 14:48:55 +0200 Served asset /adherent/application.js - 304 Not Modified (102ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:48:55 +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-07 14:48:55 +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-07 14:48:56 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 14:48:56 +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 2013-08-07 14:48:56 +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 2013-08-07 14:48:56 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 14:48:56 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 14:48:57 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:48:59 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"20/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (5.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (2.2ms) BEGIN SQL (12.4ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 12:48:59 UTC +00:00], ["from_date", Tue, 20 Aug 2013], ["member_id", 1], ["to_date", nil], ["updated_at", Wed, 07 Aug 2013 12:48:59 UTC +00:00]]  (42.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 72ms (ActiveRecord: 63.0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:48:59 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (8.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (36.7ms) Completed 500 Internal Server Error in 40ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.8ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:49:46 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (12.7ms) Completed 500 Internal Server Error in 20ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:49:51 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.7ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.8ms) Started GET "/adherent/members/1/" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (5.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (4.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 47ms (Views: 40.2ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/application.css - 304 Not Modified (86ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 14:50:00 +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-07 14:50:00 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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 2013-08-07 14:50: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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50:00 +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-07 14:50: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-07 14:50:00 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 14:50:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 14:50:06 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (31.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 84ms (Views: 78.0ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:50: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-07 14:50: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-07 14:50:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:50: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-07 14:50: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-07 14:50:06 +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-07 14:50: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-07 14:50:06 +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-07 14:50:06 +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-07 14:50:06 +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-07 14:50: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-07 14:50:07 +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-07 14:50: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-07 14:50:07 +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-07 14:50: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-07 14:50:07 +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-07 14:50: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-07 14:50:07 +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-07 14:50: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-07 14:50: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-07 14:50:07 +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-07 14:50:07 +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-07 14:50:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-07 14:50:07 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 14:50:07 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:50:07 +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-07 14:50:07 +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-07 14:50:07 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:50:14 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.6ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:51:21 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 63.4ms | ActiveRecord: 7.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:51:21 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 14:51:21 +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-07 14:51: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-07 14:51: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-07 14:51:21 +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-07 14:51: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-07 14:51:21 +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-07 14:51: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-07 14:51: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-07 14:51: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-07 14:51: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-07 14:51: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-07 14:51:21 +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-07 14:51: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-07 14:51:21 +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-07 14:51:21 +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-07 14:51: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-07 14:51:21 +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-07 14:51:21 +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-07 14:51: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-07 14:51:21 +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-07 14:51:21 +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-07 14:51:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:51:21 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:51:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:51:23 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (68.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (70.7ms) Completed 500 Internal Server Error in 79ms ActionView::Template::Error (undefined method `adhesions_path' for #<#:0xb6dc4568>): 1: .inputs.row-fluid#transfer 2: = simple_form_for(@adhesion, :html=>{class:'form-inline'}) do |f| 3: =f.error_notification 4: .row-fluid 5: .span12 actionpack (3.2.14) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.14) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:395:in `apply_form_for_options!' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:370: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__813612953__613526228' 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___620952355_85519620' 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:414:in `_run__920545044__process_action__131880767__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__725517587__call__644488602__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 (3.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 (2.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 (28.9ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 14:53:04 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "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 (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 21.5ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:53:04 +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-07 14:53:04 +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-07 14:53: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-07 14:53: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-07 14:53: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-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:53:04 +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-07 14:53: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-07 14:53: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-07 14:53: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-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:53:04 +0200 Served asset /adherent/application.js - 304 Not Modified (68ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 14:53:04 +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-07 14:53: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-07 14:53:04 +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-07 14:54:08 +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-07 14:54:08 +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-07 14:54:08 +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-07 14:54:08 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 14:54:08 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 14:54:09 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:54:12 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"22/08/2013"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 12:54:12 UTC +00:00], ["from_date", Thu, 22 Aug 2013], ["member_id", 1], ["to_date", nil], ["updated_at", Wed, 07 Aug 2013 12:54:12 UTC +00:00]]  (34.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 46ms (ActiveRecord: 36.2ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:54:12 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.4ms) Completed 500 Internal Server Error in 8ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>#}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_85601530' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.4ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:57:10 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.4ms) Completed 500 Internal Server Error in 18ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>[#, #]}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_86482490' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900_86482490' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:57:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.2ms) Completed 500 Internal Server Error in 18ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/adhesions", :member_id=>[#, #]}): 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 `member_adhesion_path' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:22:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900__614031148' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:16:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___206809900__614031148' 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:414:in `_run__920545044__process_action__413574806__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__725517587__call__644488602__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.0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:57:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 22.9ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:57:57 +0200 Served asset /adherent/application.css - 304 Not Modified (83ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:57: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-07 14:57: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-07 14:57: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-07 14:57: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-07 14:57:57 +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-07 14:57: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-07 14:57: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-07 14:57:57 +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-07 14:57:57 +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-07 14:57:57 +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-07 14:57: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-07 14:57: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-07 14:57:57 +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-07 14:57:57 +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-07 14:57: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-07 14:57:57 +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-07 14:57:57 +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-07 14:57: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-07 14:57:57 +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-07 14:57:57 +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-07 14:57:57 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 14:57:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:57:58 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:57:58 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:58:22 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 26.9ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:58:22 +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-07 14:58: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-07 14:58:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (54ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 14:58:22 +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-07 14:58:22 +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-07 14:58:22 +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-07 14:58:22 +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-07 14:58: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-08-07 14:58: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-07 14:58: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-07 14:58: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-08-07 14:58: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-08-07 14:58:22 +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-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58:22 +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-07 14:58:23 +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-07 14:58:23 +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-07 14:58:23 +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-07 14:58: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-07 14:58:23 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:58:23 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:58: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-07 14:58:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 14:58:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58:38 +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-07 14:58: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-07 14:58:38 +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-07 14:58: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-07 14:58: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-07 14:58:38 +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-07 14:58:38 +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-07 14:58: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-08-07 14:58: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-08-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58:38 +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-07 14:58: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-07 14:58: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-07 14:58: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-07 14:58:38 +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-07 14:58:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 14:58:39 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 14:58:39 +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-07 14:58:39 +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-07 14:58:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 14:59:13 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (1.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 89ms (Views: 86.7ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 14:59:13 +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-07 14:59: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-07 14:59:14 +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-07 14:59:14 +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-07 14:59:14 +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-07 14:59:14 +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-07 14:59: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-07 14:59:14 +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-07 14:59:14 +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-07 14:59:14 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (66ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 14:59: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-07 14:59: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-08-07 14:59: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-07 14:59:14 +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-07 14:59:14 +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-07 14:59:14 +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-07 14:59:14 +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-07 14:59: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-07 14:59: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-07 14:59: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-07 14:59: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-08-07 14:59:14 +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-07 14:59:14 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:00:02 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (1.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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (8.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (10.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 28.4ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:00: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-07 15:00: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-07 15:00: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-07 15: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-07 15: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-07 15:00:02 +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-07 15:00:02 +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-07 15:00: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-07 15: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-07 15:00: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-07 15:00: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-07 15:00:02 +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-07 15:00:02 +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-07 15: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-07 15:00: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-07 15:00:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (73ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 15:00: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-07 15:00: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-07 15:00:02 +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-07 15:00:02 +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-07 15:00: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-07 15:00:02 +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-07 15: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-07 15:00:02 +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-07 15:00:02 +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-07 15:00:05 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:00:05 +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 2013-08-07 15:00:05 +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 2013-08-07 15:00:05 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 15:00:05 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:00: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 2013-08-07 15:00:07 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (30ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:00:15 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"2013-08-22", "to_date"=>"31/07/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (2.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) BEGIN  (77.9ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-01-01', "to_date" = '2014-07-31', "updated_at" = '2013-08-07 13:00:15.941861' WHERE "adherent_adhesions"."id" = 3  (16.0ms) COMMIT Redirected to Completed 500 Internal Server Error in 113ms NoMethodError (undefined method `adhesion_url' for #): actionpack (3.2.14) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.14) lib/action_dispatch/routing/url_for.rb:150:in `url_for' actionpack (3.2.14) lib/action_controller/metal/redirecting.rb:105:in `_compute_redirect_to_location' actionpack (3.2.14) lib/action_controller/metal/redirecting.rb:74:in `redirect_to' actionpack (3.2.14) lib/action_controller/metal/flash.rb:25:in `redirect_to' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' 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:59:in `redirect_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:24:in `block (2 levels) in update' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:22:in `update' 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:414:in `_run__920545044__process_action__605395150__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__725517587__call__644488602__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.3ms) 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 (12.0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:01:24 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (14.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 27.0ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01:24 +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-07 15:01: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-08-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01:24 +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-07 15:01: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-07 15:01:25 +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-07 15:01:25 +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-07 15:01:25 +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-07 15:01: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-07 15:01:25 +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-07 15:01:25 +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-07 15:01:25 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 15:01:25 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:01:25 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:01: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-07 15:01:25 +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-07 15:01:25 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:01:29 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 26ms (Views: 20.6ms | ActiveRecord: 2.1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01:29 +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-07 15:01:29 +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-07 15:01: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-07 15:01: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-07 15:01: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-07 15:01:29 +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-07 15:01: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-07 15:01:29 +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-07 15:01:29 +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-07 15:01: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-08-07 15:01:29 +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-07 15:01:29 +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-07 15:01:29 +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-07 15:01:29 +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-07 15:01: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-07 15:01: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-07 15:01:29 +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-07 15:01:29 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 15:01:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 15:01: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-07 15:01: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-07 15:01:31 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:01:31 +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 2013-08-07 15:01:31 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.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-07 15:01:31 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (104ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 15:01:31 +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 2013-08-07 15:01:32 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:01:34 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"2014-07-31"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (2.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (0.4ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-08-01', "to_date" = '2014-01-01', "updated_at" = '2013-08-07 13:01:34.800154' WHERE "adherent_adhesions"."id" = 3  (35.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 47ms (ActiveRecord: 39.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:01:34 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 19.7ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:01:34 +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-07 15:01: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-07 15:01:35 +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-07 15:01:35 +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-07 15:01: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-07 15:01:35 +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-07 15:01:35 +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-07 15:01:35 +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-07 15:01: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-07 15:01:35 +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-07 15:01:35 +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-07 15:01: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-07 15:01:35 +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-07 15:01: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-07 15:01:35 +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-07 15:01:35 +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-07 15:01:35 +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-07 15:01:35 +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-07 15:01: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-07 15:01: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-07 15:01:35 +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-07 15:01:35 +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-07 15:01:35 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:01:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:01:35 +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-07 15:01:35 +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-07 15:01:35 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:03:41 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (7.9ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined method `from_date' for nil:NilClass): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhestion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhestion.to_date}, :as=>:date_picker 8: 9: /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml__813612953_78624590' 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__813612953_78624590' 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/edit.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_edit_html_erb___327042728_85518100' 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:414:in `_run__920545044__process_action__661000919__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__725517587__call__644488602__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 (10.3ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:03:55 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.4ms) 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (12.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `to_date' for nil:NilClass): 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhestion.to_date}, :as=>:date_picker 8: 9: 10: .row-fluid /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:7:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml__813612953_85853590' 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__813612953_85853590' 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/edit.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_edit_html_erb___327042728_85518100' 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:414:in `_run__920545044__process_action__661000919__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__725517587__call__644488602__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.6ms) 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.3ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:04:04 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] 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 (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 28.9ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:04:04 +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-07 15:04: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-07 15:04:04 +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-07 15:04:04 +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-07 15:04: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-07 15:04:05 +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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:05 +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-07 15:04:05 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:05 +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-07 15:04: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-07 15:04: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-07 15:04:05 +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-07 15:04:05 +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-07 15:04:05 +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-07 15:04:10 +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-07 15:04:10 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:04:10 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (48ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:04:10 +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-07 15:04:10 +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 2013-08-07 15:04:11 +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 2013-08-07 15:04:11 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (8ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:04:16 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"31/03/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} 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"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (0.6ms) UPDATE "adherent_adhesions" SET "to_date" = '2014-03-31', "updated_at" = '2013-08-07 13:04:16.351395' WHERE "adherent_adhesions"."id" = 3  (49.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 61ms (ActiveRecord: 51.2ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:04:16 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:04:16 +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-07 15:04:16 +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-07 15:04: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-07 15:04: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-07 15:04:16 +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-07 15:04:16 +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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (58ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-08-07 15:04: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-07 15:04:16 +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-07 15:04: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-07 15:04:16 +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-07 15:04:16 +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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:16 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:04:16 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:04: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-07 15:04: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-07 15:04:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:04:19 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] 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/edit.html.erb within layouts/adherent/application (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:04: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-08-07 15:04: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-08-07 15:04: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-07 15:04: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-07 15:04:19 +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-07 15:04:19 +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-07 15:04:19 +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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:19 +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-07 15:04: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-07 15:04: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-07 15:04:20 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (85ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 15:04:20 +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-07 15:04:20 +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-07 15:04: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-07 15:04:20 +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-07 15:04:20 +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-07 15:04: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-08-07 15:04: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-07 15:04:20 +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-07 15:04:20 +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-07 15:04:21 +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-07 15:04:21 +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-07 15:04:21 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:04:21 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:04:21 +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 2013-08-07 15:04:21 +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 2013-08-07 15:04:22 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:04:24 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"05/08/2013", "to_date"=>"31/03/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) 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"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (0.4ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-08-05', "updated_at" = '2013-08-07 13:04:24.989274' WHERE "adherent_adhesions"."id" = 3  (109.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 120ms (ActiveRecord: 110.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:04:25 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:04: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-07 15:04: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-07 15:04:25 +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-07 15:04:25 +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-07 15:04: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-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (73ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 15:04:25 +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-07 15:04: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-07 15:04:25 +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-07 15:04: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-07 15:04:25 +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-07 15:04: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-07 15:04:25 +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-07 15:04:25 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:04:25 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:04:25 +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-07 15:04:25 +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-07 15:04:25 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:04:59 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 69ms (Views: 63.7ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:04:59 +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-07 15:04:59 +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-07 15:04: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-07 15:04:59 +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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04: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-07 15:04:59 +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-07 15:04:59 +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-07 15:04: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-07 15:04: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-07 15:04:59 +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-07 15:05:00 +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-07 15:05: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-07 15:05: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-07 15:05:00 +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-07 15:05:00 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 15:05:00 +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-07 15:05:00 +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-07 15:05:00 +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-07 15:05:00 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 15:05:00 +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-07 15:05:00 +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-07 15:05:00 +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-07 15:05:05 +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-07 15:05:05 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:05:05 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:05:05 +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-07 15:05:05 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:05: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 2013-08-07 15:05:06 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.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-07 15:05:08 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:05:13 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"31/07/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 13:05:13 UTC +00:00], ["from_date", Thu, 01 Aug 2013], ["member_id", 1], ["to_date", Thu, 31 Jul 2014], ["updated_at", Wed, 07 Aug 2013 13:05:13 UTC +00:00]]  (56.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 71ms (ActiveRecord: 57.2ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:05:13 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:05: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-07 15:05:13 +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-07 15:05:13 +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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05:13 +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-07 15:05: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-07 15:05: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-07 15:05:13 +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-07 15:05:13 +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-07 15:05: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-07 15:05:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (66ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 15:05: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-07 15:05:13 +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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05:13 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:05:13 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:05:13 +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-07 15:05:13 +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-07 15:05:13 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:05:21 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (19.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 47ms (Views: 43.4ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:05:22 +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-07 15:05: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-07 15:05: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-07 15:05: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-07 15:05:22 +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-07 15:05:22 +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-07 15:05: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-08-07 15:05:22 +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-07 15:05:22 +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-07 15:05: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 2013-08-07 15:05: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 2013-08-07 15:05:22 +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-07 15:05:22 +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-07 15:05: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 2013-08-07 15:05:22 +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-07 15:05: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 2013-08-07 15:05:22 +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-07 15:05:22 +0200 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 15:05:22 +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-07 15:05:22 +0200 Served asset /adherent/members.js - 304 Not Modified (60ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 15:05: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-08-07 15:05:22 +0200 Served asset /adherent/coords.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 15:05:22 +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-07 15:05: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-07 15:05:22 +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-07 15:05:23 +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-07 15:05:23 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:05:23 +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-07 15:05:23 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:05:23 +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-07 15:05:23 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:05:24 +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 2013-08-07 15:05:27 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:05:34 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"06/08/2013"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} 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"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (0.3ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-08-01', "to_date" = '2013-08-06', "updated_at" = '2013-08-07 13:05:35.000560' WHERE "adherent_adhesions"."id" = 3  (111.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 119ms (ActiveRecord: 112.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:05:35 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:05: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-08-07 15:05: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-07 15:05:35 +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-07 15:05:35 +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-07 15:05: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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +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-07 15:05: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-07 15:05: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-07 15:05:35 +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-07 15:05:35 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:05:35 +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-07 15:05:35 +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-07 15:05: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-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:05:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 15:05:35 +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-07 15:05:35 +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-07 15:05:35 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/adherent/members/1/adhesions/4/edit" for 127.0.0.1 at 2013-08-07 15:06:14 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"4"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (3.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (5.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06:14 +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-07 15:06:14 +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-07 15:06: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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06: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-08-07 15:06:14 +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-07 15:06:14 +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-07 15:06: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-08-07 15:06: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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06: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-08-07 15:06:14 +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-07 15:06: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-07 15:06:14 +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-07 15:06: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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:14 +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-07 15:06:16 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:06:16 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:06:16 +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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 15:06:16 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 15:06:16 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:06:16 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/4" for 127.0.0.1 at 2013-08-07 15:06:26 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/13/2013", "to_date"=>"31/07/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"4"} 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"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 73ms (ActiveRecord: 0.7ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:06:26 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06: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-07 15:06:26 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:26 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06: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-07 15:06: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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +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-07 15:06:27 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:06:27 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:06:27 +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-07 15:06: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-07 15:06:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/4/edit" for 127.0.0.1 at 2013-08-07 15:06:31 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"4"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]] 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/edit.html.erb within layouts/adherent/application (8.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 35ms (Views: 28.2ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06:31 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:06:31 +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-07 15:06:31 +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-07 15:06: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 2013-08-07 15:06: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-07 15:06:31 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:31 +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-07 15:06:31 +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-07 15:06:31 +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-07 15:06:31 +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-07 15:06: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-08-07 15:06:31 +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-07 15:06: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 2013-08-07 15:06: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-08-07 15:06:31 +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-07 15:06: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-07 15:06: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-07 15:06: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 2013-08-07 15:06:31 +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-07 15:06:31 +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-07 15:06: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-07 15:06:31 +0200 Served asset /adherent/cal.gif - 304 Not Modified (52ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 15:06:33 +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-07 15:06:33 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:06:33 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:06:33 +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-07 15:06:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:06:33 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 15:06:35 +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 2013-08-07 15:06:35 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/4" for 127.0.0.1 at 2013-08-07 15:06:41 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/13/2013", "to_date"=>"31/07/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"4"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN  (0.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:06:41 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06: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-07 15:06: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-07 15:06:41 +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-07 15:06:41 +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-07 15:06: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-07 15:06:41 +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-07 15:06: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-07 15:06: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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +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-07 15:06:41 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 15:06: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-07 15:06:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:06:42 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:06:42 +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-07 15:06: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-07 15:06:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/3/edit" for 127.0.0.1 at 2013-08-07 15:06:47 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 20.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06:47 +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-07 15:06: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-07 15:06: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-07 15:06:47 +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-07 15:06: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-07 15:06:47 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:47 +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-07 15:06:47 +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-07 15:06:47 +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-07 15:06: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-07 15:06:47 +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-08-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:47 +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-07 15:06: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-07 15:06: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 2013-08-07 15:06:53 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:06:53 +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-07 15:06:53 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:06:53 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (68ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 15:06:53 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:06:53 +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-07 15:06:56 +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 2013-08-07 15:06:56 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:06:59 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"08/2013", "to_date"=>"06/08/2013"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (3.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 12ms (ActiveRecord: 6.2ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:06:59 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:06:59 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:59 +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-07 15:06:59 +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-07 15:06:59 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:59 +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-07 15:06:59 +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-07 15:06: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-07 15:06:59 +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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06: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-07 15:06:59 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:06:59 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:06:59 +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-07 15:06:59 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:06:59 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:07:05 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (3.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 64ms (Views: 60.3ms | ActiveRecord: 0.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07: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-07 15:07:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:07:05 +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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07: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-07 15:07:05 +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-07 15:07:05 +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 2013-08-07 15:07:05 +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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:05 +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-07 15:07:07 +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-07 15:07:07 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:07:07 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:07:07 +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-07 15:07:07 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:07:09 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:16 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (3.1ms) BEGIN  (46.9ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (7.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 110ms (Views: 55.6ms | ActiveRecord: 50.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:16 +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-07 15:07:16 +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-07 15:07: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-07 15:07:16 +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-07 15:07:16 +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-07 15:07: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-08-07 15:07:16 +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-07 15:07: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-07 15:07:16 +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-07 15:07:16 +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-07 15:07: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-07 15:07: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-08-07 15:07:16 +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-07 15:07: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-07 15:07:16 +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-07 15:07:16 +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-07 15:07:16 +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-07 15:07:16 +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-07 15:07:16 +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-07 15:07:16 +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-07 15:07:18 +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-07 15:07:18 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:07:18 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 15:07:18 +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-07 15:07:18 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-07 15:07:25 +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 2013-08-07 15:07:25 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:27 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/12", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.3ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 79ms (Views: 66.8ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07: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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07: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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07:27 +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-07 15:07: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-07 15:07:27 +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-07 15:07:29 +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-07 15:07:29 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 15:07:29 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 15:07:29 +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 2013-08-07 15:07:29 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 15:07:30 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:32 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 13:07:32 UTC +00:00], ["from_date", Thu, 01 Aug 2013], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 13:07:32 UTC +00:00]]  (109.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 116ms (ActiveRecord: 110.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:32 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 70ms (Views: 68.5ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07: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-08-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +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-07 15:07: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-07 15:07: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-07 15:07:32 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 15:07:32 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:07:32 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:07:32 +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-07 15:07:32 +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-07 15:07:32 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/5" for 127.0.0.1 at 2013-08-07 15:07:36 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"5"} Adherent::Member Load (2.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) BEGIN SQL (0.7ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 5]]  (51.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 63ms (ActiveRecord: 55.8ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07:37 +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-07 15:07: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-07 15:07: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-07 15:07:37 +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-07 15:07:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 15:07:37 +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-07 15:07:37 +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-07 15:07: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-07 15:07: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-07 15:07:37 +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-07 15:07:37 +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-07 15:07:37 +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-07 15:07: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-07 15:07: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-07 15:07: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-07 15:07:37 +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-07 15:07:37 +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-07 15:07: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-07 15:07:37 +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-07 15:07: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-07 15:07:37 +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-07 15:07:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:07:37 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07:37 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:07:37 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/3" for 127.0.0.1 at 2013-08-07 15:07:40 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN SQL (0.1ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 3]]  (45.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 50ms (ActiveRecord: 46.0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:07:40 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07: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-08-07 15:07:40 +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-07 15:07:40 +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-07 15:07:40 +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-07 15:07:40 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 15:07:40 +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-07 15:07: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-07 15:07:40 +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-07 15:07:40 +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-07 15:07: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-07 15:07: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-08-07 15:07:40 +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-07 15:07:40 +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-07 15:07:40 +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-07 15:07:40 +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-07 15:07: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-07 15:07:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 15:07: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-07 15:07: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-07 15:07:40 +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-07 15:07:40 +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-07 15:07:40 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:07:40 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:07:40 +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-07 15:07: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-07 15:07:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) 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 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 Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:47:22 +0200 Connecting to database specified by database.yml Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (88.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.3ms) Completed 200 OK in 256ms (Views: 204.7ms | ActiveRecord: 9.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/application.css - 304 Not Modified (58ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (9ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (14ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +0200 Served asset /adherent/members.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +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-07 15:47:23 +0200 Served asset /adherent/members.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/application.js - 304 Not Modified (25ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 15:47:23 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (2ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:47:27 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (133.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (136.7ms) Completed 500 Internal Server Error in 143ms ActionView::Template::Error (No input found for date_picker): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: 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:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___376141821__614976138' 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___376141821__614976138' 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___766907083__615070028' 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:414:in `_run__803267418__process_action__88107721__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__438477153__call__43237577__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 (13.6ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:49:07 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.5ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `year' for "07/08/2013":String): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date} 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date} 8: 9: actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:791:in `block (2 levels) in ' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:767:in `select_year' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:964:in `block in build_selects_from_types' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:962:in `each' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:962:in `build_selects_from_types' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:697:in `select_date' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:990:in `to_date_select_tag' actionpack (3.2.14) lib/action_view/helpers/active_model_helper.rb:20:in `to_date_select_tag' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:221:in `date_select' actionpack (3.2.14) lib/action_view/helpers/date_helper.rb:1050:in `date_select' simple_form (2.1.0) lib/simple_form/inputs/date_time_input.rb:5: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/adhesions/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___376141821_77821060' 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___376141821_77821060' 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___766907083__615070028' 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:414:in `_run__803267418__process_action__88107721__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__438477153__call__43237577__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.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.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 (11.5ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:50:02 +0200 Connecting to database specified by database.yml Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (68.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (76.4ms) Completed 500 Internal Server Error in 148ms ActionView::Template::Error (No input found for date_picker): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: 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:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___474171613__615813928' 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___474171613__615813928' 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___212898774__614977808' 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:414:in `_run__1011837165__process_action__832804761__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__819350372__call__281602859__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.9ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-07 15:53:52 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (9.1ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (15.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.7ms) 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 (273.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.9ms) Completed 200 OK in 1443ms (Views: 1391.7ms | ActiveRecord: 49.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/application.css - 304 Not Modified (131ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (11ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (9ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +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-07 15:53:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (9ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (8ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +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-07 15:53:54 +0200 Served asset /adherent/members.css - 304 Not Modified (5ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +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-07 15:53:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +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-07 15:53:54 +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-08-07 15:53:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/members.js - 304 Not Modified (43ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/application.js - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (97ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (76ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 15:53:54 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:53:55 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (94ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 15:54:00 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 200ms (Views: 196.4ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:54:00 +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-07 15:54: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-07 15:54: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-07 15:54: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-07 15:54: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-07 15:54: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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54:00 +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-07 15:54: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-07 15:54:00 +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-07 15:54:00 +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-07 15:54: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-07 15:54:00 +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-07 15:54:00 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 15:54:00 +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-07 15:54:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 15:54:00 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (44ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 15:54:01 +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-07 15:54: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-07 15:54:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:54:03 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "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 (29.0ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (No input found for date_picker): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: 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:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___474171613__615813928' 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___474171613__615813928' 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___212898774__614977808' 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:414:in `_run__1011837165__process_action__832804761__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__819350372__call__281602859__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.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 (21.1ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 15:59:47 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (11.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 61.6ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 15:59: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-07 15:59:48 +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-07 15:59: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-07 15:59: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-07 15:59: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-07 15:59:48 +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-07 15:59:48 +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-07 15:59: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-07 15:59: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-07 15:59:48 +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-07 15:59: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-07 15:59:48 +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-07 15:59:48 +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-07 15:59:48 +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-07 15:59: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-07 15:59: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-07 15:59: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-07 15:59: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-07 15:59: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-07 15:59: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-07 15:59:48 +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-07 15:59:48 +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-07 15:59:48 +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-07 15:59:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (32ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 16:00:48 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (13.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (16.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 68ms (Views: 66.1ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:00:48 +0200 Served asset /adherent/application.css - 304 Not Modified (20ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 16:00:48 +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-07 16:00: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-07 16:00: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-07 16:00:48 +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-07 16:00: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-07 16:00: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-07 16:00: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-07 16:00: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-07 16:00: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-07 16:00:48 +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-07 16:00: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-07 16:00:48 +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-07 16:00: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-07 16:00:48 +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-07 16:00:48 +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-07 16:00: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-07 16:00: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-07 16:00:48 +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-07 16:00: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-07 16:00:48 +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-07 16:00:48 +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-07 16:00:48 +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-07 16:00:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 16:01:24 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] 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/new.html.erb within layouts/adherent/application (15.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 64.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 16:01:25 +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-07 16:01:25 +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-07 16:01: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-07 16:01: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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:25 +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-07 16:01: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-07 16:01:25 +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-07 16:01: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-07 16:01:25 +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-07 16:01: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-07 16:01:25 +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-07 16:01: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-07 16:01:25 +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-07 16:01:25 +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-07 16:01:26 +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-07 16:01:26 +0200 Served asset /adherent/cal.gif - 304 Not Modified (29ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 16:01:29 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (17ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 16:01:29 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (18ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 16:01:29 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-07 16:01:29 +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-07 16:01:29 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 16:01:30 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (26ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-07 16:01:36 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (27ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 16:01:37 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (20ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 16:01:43 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"15/08/2013", "to_date"=>"01/07/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (34.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (9.2ms) BEGIN SQL (228.2ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 14:01:43 UTC +00:00], ["from_date", Thu, 15 Aug 2013], ["member_id", 1], ["to_date", Tue, 01 Jul 2014], ["updated_at", Wed, 07 Aug 2013 14:01:43 UTC +00:00]]  (51.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 390ms (ActiveRecord: 323.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 16:01:43 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:01:43 +0200 Served asset /adherent/application.css - 304 Not Modified (24ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01:43 +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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01:43 +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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01:44 +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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01: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-07 16:01:44 +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-07 16:01:44 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 16:01:44 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 16:01:44 +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-07 16:01:44 +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-07 16:01:44 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 16:05:31 +0200 Connecting to database specified by database.yml Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (204.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (226.8ms) Completed 500 Internal Server Error in 647ms ActionView::Template::Error (No input found for date_picker): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :from_date, :label=> 'Du', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, :label=> 'Au', wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: 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:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___845941129__615842628' 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___845941129__615842628' 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__904289330__615022818' 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:414:in `_run__223735162__process_action__886013195__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__401533517__call__503913796__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.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 (2.7ms) 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 (24.1ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 16:07:15 +0200 Connecting to database specified by database.yml Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (24.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (29.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.0ms) Completed 200 OK in 524ms (Views: 455.7ms | ActiveRecord: 9.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/application.css - 304 Not Modified (43ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +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-07 16:07:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (10ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +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-07 16:07:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (79ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 16:07: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-07 16:07:16 +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-07 16:07:16 +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-07 16:07:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 16:07: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-07 16:07:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (15ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +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-07 16:07:16 +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-07 16:07: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-07 16:07:16 +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-07 16:07:16 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/application.js - 304 Not Modified (31ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (30ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 16:07:16 +0200 Served asset /adherent/cal.gif - 304 Not Modified (14ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 16:07:18 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (33ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 16:07:18 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (8ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 16:07:18 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (14ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 16:07:18 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (33ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 16:07:18 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (84ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 16:07:19 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (40ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 16:07:19 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (6ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 16:07:22 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/06/2013", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN SQL (176.0ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 14:07:22 UTC +00:00], ["from_date", Sat, 01 Jun 2013], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 14:07:22 UTC +00:00]]  (24.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 216ms (ActiveRecord: 201.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 16:07:23 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:07: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-07 16:07: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-07 16:07:23 +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-07 16:07:23 +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-07 16:07:23 +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-07 16:07:23 +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-07 16:07: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-08-07 16:07:23 +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-07 16:07:23 +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-07 16:07: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-07 16:07:23 +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-07 16:07:23 +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-07 16:07: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-07 16:07:23 +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-07 16:07: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-08-07 16:07:23 +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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07:23 +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-07 16:07: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-07 16:07: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-07 16:07:23 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 16:07:23 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (39ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 16:07:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 16:07:23 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 16:07:23 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started GET "/adherent/members/1/adhesions/7/edit" for 127.0.0.1 at 2013-08-07 16:07:26 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"7"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "7"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (3.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (6.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 62ms (Views: 53.6ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:26 +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-07 16:07: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-07 16:07:26 +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-07 16:07: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-07 16:07:26 +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-07 16:07: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-07 16:07:26 +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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07:26 +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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07: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-07 16:07:26 +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-07 16:07:26 +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-07 16:07:26 +0200 Served asset /adherent/application.js - 304 Not Modified (69ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:26 +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-07 16:07: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-07 16:07:27 +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-07 16:07:28 +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-07 16:07:28 +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-07 16:07:28 +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-07 16:07:28 +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-07 16:07:28 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (54ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 16:07:29 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/7" for 127.0.0.1 at 2013-08-07 16:07:31 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/06/2013", "to_date"=>"01/08/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"7"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "7"]]  (0.1ms) BEGIN  (67.6ms) UPDATE "adherent_adhesions" SET "to_date" = '2014-08-01', "updated_at" = '2013-08-07 14:07:31.128658' WHERE "adherent_adhesions"."id" = 7  (62.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 138ms (ActiveRecord: 130.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 16:07:31 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 24.2ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:31 +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-07 16:07:31 +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-07 16:07: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-07 16:07: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-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +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-07 16:07: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-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +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-07 16:07: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 2013-08-07 16:07:31 +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-07 16:07:31 +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-07 16:07: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-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 16:07:31 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 16:07:31 +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-07 16:07:31 +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-07 16:07:31 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/6/edit" for 127.0.0.1 at 2013-08-07 16:07:40 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"6"} 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:07:40 +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-07 16:07:40 +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-07 16:07:40 +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-07 16:07:40 +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-07 16:07: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-07 16:07:40 +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-07 16:07: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-08-07 16:07: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 2013-08-07 16:07:41 +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-07 16:07:41 +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-07 16:07: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-07 16:07:41 +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-07 16:07:41 +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-07 16:07:41 +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-07 16:07:41 +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-07 16:07: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-07 16:07:41 +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-07 16:07:41 +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-07 16:07:41 +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-07 16:07:41 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (61ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 16:07:41 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 16:07: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-07 16:07:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 16:07:41 +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-07 16:07:41 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/6/edit" for 127.0.0.1 at 2013-08-07 16:08:22 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"6"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] 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 (17.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 54ms (Views: 50.2ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:08: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-07 16:08: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-07 16:08:23 +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-07 16:08: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-07 16:08: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-07 16:08:23 +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-07 16:08:23 +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-07 16:08:23 +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-07 16:08:23 +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-07 16:08: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-08-07 16:08: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-07 16:08: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-07 16:08: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-08-07 16:08:23 +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-07 16:08:23 +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-07 16:08: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-07 16:08:23 +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-07 16:08: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-07 16:08:23 +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-07 16:08:23 +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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08:23 +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-07 16:08:23 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/6/edit" for 127.0.0.1 at 2013-08-07 16:08:33 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"6"} 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (23.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (39.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 72.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 16:08:33 +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-07 16:08: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-07 16:08: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-07 16:08: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-08-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08:33 +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-07 16:08:33 +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-07 16:08: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-07 16:08: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-07 16:08:33 +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-07 16:08: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-07 16:08:34 +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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08: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-07 16:08:34 +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-07 16:08:34 +0200 Served asset /adherent/application.js - 304 Not Modified (78ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 16:08:34 +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-07 16:08:34 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:44:46 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:44: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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44: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-07 17:44: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-07 17:44: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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44: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-07 17:44: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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +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-07 17:44:46 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 17:44:47 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 17:44:47 +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-07 17:44:47 +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-07 17:44:47 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 17:50:01 +0200 Connecting to database specified by database.yml Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (46.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (59.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (8.0ms) Completed 200 OK in 378ms (Views: 236.9ms | ActiveRecord: 9.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/application.css - 304 Not Modified (143ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (28ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (11ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +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-07 17:50:02 +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-07 17:50:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (10ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +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-07 17:50:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.js - 304 Not Modified (106ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (27ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (15ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +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-07 17:50:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +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-07 17:50:02 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:02 +0200 Served asset /adherent/application.js - 304 Not Modified (42ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 17:50:03 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 17:50:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 17:50:04 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 17:50:04 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 17:50:04 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (3ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 17:50:04 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (9ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 17:50:04 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.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-07 17:50:05 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (6ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 17:50:06 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-07 17:50:09 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (5ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:50:13 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/08/2013", "to_date"=>"02/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (6.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.4ms) BEGIN SQL (12.6ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 15:50:13 UTC +00:00], ["from_date", Thu, 01 Aug 2013], ["member_id", 1], ["to_date", Sat, 02 Aug 2014], ["updated_at", Wed, 07 Aug 2013 15:50:13 UTC +00:00]]  (40.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 68ms (ActiveRecord: 59.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:50:13 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (6.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (17.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 56ms (Views: 47.0ms | ActiveRecord: 6.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:50:13 +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-07 17:50: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-07 17:50: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-07 17:50:13 +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-07 17:50: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-07 17:50: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-07 17:50: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-07 17:50: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-07 17:50: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-07 17:50: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-07 17:50: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-07 17:50:13 +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-07 17:50:13 +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-07 17:50:13 +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-07 17:50:13 +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-07 17:50:13 +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-07 17:50:13 +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-07 17:50: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-07 17:50:14 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 17:50:14 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (8ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:50:51 +0200 Connecting to database specified by database.yml ActionController::RoutingError (undefined method `pick_date_for' for #): activerecord (3.2.14) lib/active_record/dynamic_matchers.rb:55:in `method_missing' /home/jcl/rails_project/Adherent/app/models/adherent/adhesion.rb:11:in `' /home/jcl/rails_project/Adherent/app/models/adherent/adhesion.rb:4:in `' /home/jcl/rails_project/Adherent/app/models/adherent/adhesion.rb:3:in `' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.14) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.14) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.14) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `const_missing' 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' activesupport (3.2.14) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.14) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.14) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.14) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:6:in `' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:5:in `' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.14) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.14) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.14) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `const_missing' 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' activesupport (3.2.14) lib/active_support/dependencies.rb:554:in `get' 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__868862592__call__287652819__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.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:54:16 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (71.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.8ms) Completed 200 OK in 175ms (Views: 122.2ms | ActiveRecord: 8.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/application.css - 304 Not Modified (26ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/members.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (74ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (13ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +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-07 17:54:17 +0200 Served asset /adherent/members.js - 304 Not Modified (5ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/application.js - 304 Not Modified (28ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 17:54:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (1ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 17:54:21 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (54.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (57.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 77ms (Views: 71.6ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:21 +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-07 17:54:21 +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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:21 +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-07 17:54: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-07 17:54:21 +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-07 17:54:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:21 +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-07 17:54:21 +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-07 17:54:21 +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-07 17:54:21 +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-07 17:54:21 +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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:21 +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-07 17:54:22 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (3ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-07 17:54:22 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-07 17:54:23 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (69ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 17:54:23 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 17:54:23 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (5ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 17:54:23 +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-07 17:54:23 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-07 17:54:24 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (3ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 17:54:24 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (2ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:54:27 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"12/10/2013", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN SQL (5.1ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 15:54:27 UTC +00:00], ["from_date", Sat, 12 Oct 2013], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 15:54:27 UTC +00:00]]  (75.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 95ms (ActiveRecord: 82.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:54:27 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 42ms (Views: 32.4ms | ActiveRecord: 8.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54: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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 17:54:27 +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-07 17:54:27 +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-07 17:54:27 +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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:27 +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-07 17:54:27 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 17:54:27 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 17:54:27 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/8/edit" for 127.0.0.1 at 2013-08-07 17:54:29 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"8"} Adherent::Member Load (9.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (16.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (18.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 40.4ms | ActiveRecord: 10.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54: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-07 17:54:30 +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-07 17:54: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-07 17:54:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:30 +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-07 17:54: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-07 17:54: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-07 17:54:30 +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-07 17:54:30 +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-07 17:54:30 +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-07 17:54:30 +0200 Served asset /adherent/application.js - 304 Not Modified (99ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 17:54:30 +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-07 17:54: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-07 17:54:30 +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-07 17:54: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-07 17:54: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-07 17:54:32 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 17:54:32 +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 2013-08-07 17:54:32 +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 2013-08-07 17:54: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-07 17:54:32 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (8ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 17:54:32 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 17:54:32 +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 2013-08-07 17:54:33 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/adhesions/8" for 127.0.0.1 at 2013-08-07 17:54:35 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"03/06/2013", "to_date"=>"02/08/2014"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"8"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "8"]]  (0.1ms) BEGIN  (2.0ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-06-03', "updated_at" = '2013-08-07 15:54:35.134187' WHERE "adherent_adhesions"."id" = 8  (22.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 91ms (ActiveRecord: 27.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 17:54:35 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.4ms) Completed 200 OK in 35ms (Views: 32.6ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:35 +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-07 17:54: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-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +0200 Served asset /jquery.js - 304 Not Modified (72ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54: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-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 17:54:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 17:54:35 +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-07 17:54:35 +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-07 17:54:35 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (13.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (735.8ms) DROP DATABASE IF EXISTS "adh_test"  (2996.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (682.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (49.0ms) 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)   (59.9ms) 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)  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (43.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (26.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (154.7ms) DROP DATABASE IF EXISTS "adh_test"  (1546.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (60.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (26.2ms) 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)   (37.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)  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.7ms) DROP DATABASE IF EXISTS "adh_test"  (665.5ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (221.6ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (57.4ms) 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)   (25.7ms) 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)  (3.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (238.4ms) DROP DATABASE IF EXISTS "adh_test"  (499.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (154.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (28.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)   (49.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)  (9.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (117.1ms) DROP DATABASE IF EXISTS "adh_test"  (618.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (144.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.4ms) 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.6ms) 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)  (7.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 18:08:27 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "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 (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 209ms (Views: 163.4ms | ActiveRecord: 8.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08:27 +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-07 18:08: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-07 18:08:28 +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-07 18:08:28 +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-07 18:08:28 +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-07 18:08:28 +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-07 18:08: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-07 18:08: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-07 18:08: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-08-07 18:08: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-07 18:08: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-07 18:08:28 +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-07 18:08:28 +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-07 18:08:33 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (52ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-07 18:08:33 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-07 18:08:33 +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 2013-08-07 18:08:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-07 18:08:33 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-07 18:08:35 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.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-07 18:08:36 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-07 18:08:37 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (3ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 18:08:39 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"07/08/2014", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK 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 (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 113ms (Views: 107.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 18:08: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-07 18:08:39 +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-07 18:08: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-07 18:08:39 +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-07 18:08: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-07 18:08:40 +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-07 18:08: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-07 18:08: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-07 18:08: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-07 18:08:40 +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-07 18:08: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 2013-08-07 18:08:40 +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-07 18:08:40 +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-07 18:08:40 +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-07 18:08:40 +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-07 18:08: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-08-07 18:08:40 +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-07 18:08:40 +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-07 18:08: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-07 18:08:40 +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-07 18:08: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-07 18:08:40 +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-07 18:08:40 +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-07 18:08:40 +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-07 18:08:40 +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-07 18:08:46 +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-07 18:08:46 +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-07 18:08:46 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (11ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-07 18:08:46 +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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-07 18:08:46 +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 2013-08-07 18:08:47 +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 2013-08-07 18:08:47 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/07/2014", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN SQL (3.4ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 16:08:50 UTC +00:00], ["from_date", Tue, 01 Jul 2014], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 16:08:50 UTC +00:00]]  (36.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 55ms (ActiveRecord: 41.4ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (18.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.0ms) Completed 200 OK in 90ms (Views: 83.9ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 18:08: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-07 18:08: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-07 18:08: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-07 18:08:50 +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-07 18:08: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-07 18:08:50 +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-07 18:08: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-07 18:08: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-07 18:08: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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +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-07 18:08: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-07 18:08: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-07 18:08: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-07 18:08: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-07 18:08:50 +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-07 18:08:50 +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-07 18:08:50 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (29ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 18:08:50 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (219.6ms) DROP DATABASE IF EXISTS "adh_test"  (647.7ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (99.9ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (8.5ms) 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)   (14.6ms) 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)  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (111.8ms) DROP DATABASE IF EXISTS "adh_test"  (658.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (106.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (57.7ms) 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)   (20.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)  (5.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.4ms) DROP DATABASE IF EXISTS "adh_test"  (733.9ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (137.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (16.8ms) 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)   (16.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)  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (117.4ms) DROP DATABASE IF EXISTS "adh_test"  (857.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (112.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (49.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)   (13.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)  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (115.9ms) DROP DATABASE IF EXISTS "adh_test"  (744.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (133.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (54.2ms) 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)   (36.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)  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (6.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (113.6ms) DROP DATABASE IF EXISTS "adh_test"  (806.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (112.4ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (19.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)   (15.9ms) 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)  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (118.6ms) DROP DATABASE IF EXISTS "adh_test"  (753.7ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (132.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (40.4ms) 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)   (30.8ms) 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)  (9.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (114.8ms) DROP DATABASE IF EXISTS "adh_test"  (735.5ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (114.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (25.0ms) 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)   (24.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)  (5.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (18.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (218.5ms) DROP DATABASE IF EXISTS "adh_test"  (648.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (95.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (24.0ms) 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.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)  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.6ms) SELECT version FROM "schema_migrations"  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (106.5ms) DROP DATABASE IF EXISTS "adh_test"  (1236.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (260.9ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (34.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)   (28.6ms) 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)  (14.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (12.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (137.7ms) DROP DATABASE IF EXISTS "adh_test"  (837.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (151.8ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (32.8ms) 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)   (20.9ms) 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)  (5.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (216.9ms) DROP DATABASE IF EXISTS "adh_test"  (725.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (169.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (25.2ms) 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)   (24.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)  (4.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (28.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.6ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Started DELETE "/adherent/members/1/adhesions/4" for 127.0.0.1 at 2013-08-07 20:14:45 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"4"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 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]]  (196.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 248ms (ActiveRecord: 200.8ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:14:46 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (43.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 218ms (Views: 200.0ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:14:47 +0200 Served asset /adherent/application.css - 304 Not Modified (22ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14:47 +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-07 20:14: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-07 20:14: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-07 20:14:47 +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-07 20:14: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-07 20:14:47 +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-07 20:14:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (121ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 20:14:47 +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-07 20:14: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-07 20:14:47 +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-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14:47 +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-07 20:14:47 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 20:14:47 +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-07 20:14:47 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:14:48 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14:48 +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-07 20:14:48 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/6" for 127.0.0.1 at 2013-08-07 20:14:50 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"6"} 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]]  (0.1ms) BEGIN SQL (0.3ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 6]]  (107.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 115ms (ActiveRecord: 108.7ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:14:51 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (16.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 63ms (Views: 53.3ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14: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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14: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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14: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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:14:51 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:14:51 +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-07 20:14:51 +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-07 20:14:51 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/7" for 127.0.0.1 at 2013-08-07 20:14:54 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"7"} 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "7"]]  (0.0ms) BEGIN SQL (0.2ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 7]]  (61.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 71ms (ActiveRecord: 62.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:14:54 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (14.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 37.7ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:14:55 +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-07 20:14: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-07 20:14: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-07 20:14:55 +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-07 20:14: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-07 20:14: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-07 20:14:55 +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-07 20:14: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-07 20:14:55 +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-07 20:14:55 +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-07 20:14: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-07 20:14: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-07 20:14:55 +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-07 20:14:55 +0200 Served asset /jquery.js - 304 Not Modified (73ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 20:14:55 +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-07 20:14: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-07 20:14:55 +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-07 20:14: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-07 20:14:55 +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-07 20:14:55 +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-07 20:14:55 +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-07 20:14: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-07 20:14:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:14:55 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:14:55 +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-07 20:14:55 +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-07 20:14:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/9" for 127.0.0.1 at 2013-08-07 20:14:57 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"9"} Adherent::Member Load (7.5ms) 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "9"]]  (2.3ms) BEGIN SQL (0.3ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 9]]  (112.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 129ms (ActiveRecord: 122.7ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:14:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (21.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 58ms (Views: 52.6ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14:58 +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-07 20:14:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (4ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14: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-07 20:14: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-07 20:14:58 +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-07 20:14:58 +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-07 20:14:58 +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-07 20:14:58 +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-07 20:14:58 +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-07 20:14:58 +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-07 20:14: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-07 20:14:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (69ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:14: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-07 20:14:58 +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-07 20:14:58 +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-07 20:14: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-07 20:14:58 +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-07 20:14:58 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:14:58 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 20:14:58 +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-07 20:14: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-07 20:14:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/8" for 127.0.0.1 at 2013-08-07 20:15:02 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"8"} Adherent::Member Load (4.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "8"]]  (5.0ms) BEGIN SQL (0.8ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 8]]  (114.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 157ms (ActiveRecord: 126.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:15:02 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (6.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 28.9ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:02 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:02 +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-07 20:15:02 +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-07 20:15:02 +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-07 20:15: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-07 20:15:02 +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-07 20:15:02 +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-07 20:15:02 +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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:02 +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-07 20:15:02 +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-07 20:15:02 +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-07 20:15:02 +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-07 20:15: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-07 20:15:02 +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-07 20:15: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-07 20:15: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-07 20:15:02 +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-07 20:15: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-07 20:15:02 +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-07 20:15:02 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:15:03 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:15:03 +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-07 20:15:03 +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-07 20:15:03 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/10" for 127.0.0.1 at 2013-08-07 20:15:06 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"10"} 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 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "10"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 10]]  (21.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 28ms (ActiveRecord: 22.0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:15:06 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (2.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15: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-07 20:15: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-07 20:15:06 +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-07 20:15:06 +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-07 20:15: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-07 20:15:06 +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-07 20:15: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-07 20:15:07 +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-07 20:15:07 +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-07 20:15: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-07 20:15: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-07 20:15:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 20:15:07 +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-07 20:15:07 +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-07 20:15:07 +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-07 20:15: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-07 20:15:07 +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-07 20:15:07 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 20:15: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-07 20:15: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-07 20:15:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (68ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 20:15:07 +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-07 20:15:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:15:07 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:15:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:15:09 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (14.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 54ms (Views: 48.1ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:09 +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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:09 +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-07 20:15:09 +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-07 20:15:09 +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-07 20:15:09 +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-07 20:15: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-07 20:15:09 +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-07 20:15: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-07 20:15:09 +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-07 20:15:09 +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-07 20:15: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-07 20:15: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-07 20:15:09 +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-07 20:15:09 +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-07 20:15: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-07 20:15:09 +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-07 20:15: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-07 20:15:09 +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-07 20:15:09 +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-07 20:15:09 +0200 Served asset /adherent/application.js - 304 Not Modified (72ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 20:15:10 +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-07 20:15:10 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:15:13 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"07/08/2013", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 18:15:13 UTC +00:00], ["from_date", Wed, 07 Aug 2013], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 18:15:13 UTC +00:00]]  (48.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 60ms (ActiveRecord: 49.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:15:13 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 32ms (Views: 27.5ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:13 +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-07 20:15: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-07 20:15: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-07 20:15:13 +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-07 20:15:13 +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-07 20:15:13 +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-07 20:15:13 +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-07 20:15:13 +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-07 20:15: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-07 20:15: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-07 20:15:13 +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-07 20:15:13 +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-07 20:15:13 +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-07 20:15:13 +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-07 20:15: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-07 20:15: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-07 20:15:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:13 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 20:15:14 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:15:14 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:15:14 +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-07 20:15: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-07 20:15:14 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:15:17 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "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 (9.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 27.6ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:18 +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-07 20:15:18 +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-07 20:15: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-07 20:15:18 +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-07 20:15: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-07 20:15: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-07 20:15:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 20:15:18 +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-07 20:15: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-07 20:15:18 +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-07 20:15:18 +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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:18 +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-07 20:15:18 +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-07 20:15:18 +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-07 20:15:18 +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-07 20:15:18 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:15:20 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (6.7ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (3.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 106ms (Views: 97.5ms | ActiveRecord: 7.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:15:21 +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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:21 +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-07 20:15:21 +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-07 20:15: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-07 20:15: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-07 20:15:21 +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-07 20:15: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-07 20:15: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-07 20:15:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 20:15:21 +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-07 20:15: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-07 20:15:21 +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-07 20:15: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-07 20:15:21 +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-07 20:15:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15: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-07 20:15:21 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:15:21 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:15:21 +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-07 20:15: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-07 20:15:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:17:05 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* 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 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (11.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 28.5ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17:05 +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-07 20:17: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-07 20:17: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-07 20:17:05 +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-07 20:17: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-07 20:17: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-07 20: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 2013-08-07 20:17:05 +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-07 20:17:05 +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-07 20:17:05 +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-07 20:17:05 +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-07 20:17: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-07 20:17:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 20:17:05 +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-07 20:17:05 +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-07 20:17:05 +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-07 20: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 2013-08-07 20:17: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-07 20:17:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (73ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:05 +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-07 20:17:06 +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-07 20:17:06 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:17:09 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 55ms (Views: 49.3ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:10 +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-07 20:17:10 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:10 +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-07 20:17:10 +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-07 20:17:10 +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-07 20:17: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-07 20:17: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-07 20:17:10 +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-07 20:17: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-07 20:17:10 +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-07 20:17: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-07 20:17:10 +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-07 20:17:10 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 20:17:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:17:10 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 20:17:10 +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-07 20:17:10 +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-07 20:17:10 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/adhesions/11" for 127.0.0.1 at 2013-08-07 20:17:13 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"11"} Adherent::Member Load (3.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (2.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "11"]]  (0.6ms) BEGIN SQL (1.7ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 11]]  (108.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 128ms (ActiveRecord: 116.4ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:17:13 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 31.7ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17:13 +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-07 20:17:13 +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-07 20:17: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-07 20:17:13 +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-07 20:17:13 +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-07 20:17:13 +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-07 20:17: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-07 20:17: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-07 20:17:13 +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-07 20:17: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-07 20:17: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-07 20:17:13 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:13 +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-07 20:17:13 +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-07 20:17:13 +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-07 20:17: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-07 20:17: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-07 20:17:13 +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-07 20:17:13 +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-07 20:17:14 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:17:14 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:17:16 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"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.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.7ms) 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 (4.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 23.1ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17:16 +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-07 20:17:16 +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-07 20:17: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-07 20:17: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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:16 +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-07 20:17: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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:17:16 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +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-07 20:17:16 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:17:19 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"07/08/2013", "to_date"=>"06/08/2014"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) BEGIN SQL (3.4ms) INSERT INTO "adherent_adhesions" ("created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Wed, 07 Aug 2013 18:17:19 UTC +00:00], ["from_date", Wed, 07 Aug 2013], ["member_id", 1], ["to_date", Wed, 06 Aug 2014], ["updated_at", Wed, 07 Aug 2013 18:17:19 UTC +00:00]]  (115.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 155ms (ActiveRecord: 120.8ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:17:20 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (78.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 115ms (Views: 109.1ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17: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-07 20:17:20 +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-07 20:17: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-07 20:17:20 +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-07 20:17:20 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:20 +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-07 20:17:20 +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-07 20:17: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-07 20:17: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-07 20:17:20 +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-07 20:17:20 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17:20 +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-07 20:17:20 +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-07 20:17:20 +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-07 20:17: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-07 20:17:20 +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-07 20:17:20 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:17:20 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:17:20 +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-07 20:17: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-07 20:17:20 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:17:22 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (5.4ms) 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 Adherent::Adhesion Load (2.3ms) 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 (5.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 127ms (Views: 115.2ms | ActiveRecord: 8.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-08-07 20:17:22 +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-07 20:17: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-07 20:17: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-07 20:17:22 +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-07 20:17:22 +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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-08-07 20:17: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-07 20:17:22 +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-07 20:17:22 +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-07 20:17:22 +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-07 20:17: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-08-07 20:17: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-08-07 20:17: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 2013-08-07 20:17: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-07 20:17: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-07 20:17:22 +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-07 20:17: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-07 20:17: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-07 20:17:22 +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-07 20:17:23 +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-07 20:17:23 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:17:29 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 81ms (Views: 78.0ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17: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-07 20:17:29 +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-07 20:17: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-07 20:17: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-07 20:17:29 +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-07 20:17: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-08-07 20:17: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-07 20:17: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-07 20:17:29 +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-07 20:17: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-08-07 20:17: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-07 20:17: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-08-07 20:17: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-07 20:17:29 +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-07 20:17: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-07 20:17:29 +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-07 20:17: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-07 20:17: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-07 20:17:29 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 20:17:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:17:29 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:17: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-07 20:17:29 +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-07 20:17:29 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:18:55 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.5ms) 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 (5.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 101ms (Views: 23.9ms | ActiveRecord: 4.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:18:55 +0200 Served asset /adherent/application.css - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 20:18: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-07 20:18: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-07 20:18:55 +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-07 20:18:55 +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-07 20:18: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-07 20:18: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-07 20:18:55 +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-07 20:18: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-07 20:18: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-07 20:18:55 +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-07 20:18:55 +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-07 20:18:55 +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-07 20:18: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-07 20:18:55 +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-07 20:18: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-07 20:18:55 +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-07 20:18:55 +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-07 20:18:55 +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-07 20:18: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-07 20:18:55 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 20:18: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-07 20:18:55 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 20:18:55 +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-07 20:18:55 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:19:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 48ms (Views: 40.6ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:19:58 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 20:19:58 +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-07 20:19:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 20:19: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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19:58 +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-07 20:19: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-07 20:19:58 +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-07 20:19:58 +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-07 20:19: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-07 20:19: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-07 20:19:58 +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-07 20:19: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-07 20:19:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:19:58 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:19:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:19:58 +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-07 20:19:58 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (36ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-07 20:20:03 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (4.0ms) 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 (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 64ms (Views: 49.2ms | ActiveRecord: 8.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:20: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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20:03 +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-07 20:20: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-07 20:20:03 +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-07 20:20:03 +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-07 20:20:03 +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-07 20:20:03 +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-07 20:20:03 +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-07 20:20:03 +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-07 20:20: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-07 20:20: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-07 20:20:03 +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-07 20:20:03 +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-07 20:20:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:20:05 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:20:05 +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-07 20: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-08-07 20: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-08-07 20:20: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-07 20:20: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-07 20:20:06 +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-07 20:20:06 +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-07 20:20: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-07 20:20:06 +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-07 20:20: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-07 20:20: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-07 20:20: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-07 20:20:06 +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-07 20:20:06 +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-07 20:20: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-07 20:20: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-07 20:20: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-07 20:20: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-07 20:20:06 +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-07 20:20:06 +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-07 20:20: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-07 20:20:06 +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-07 20:20:06 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-07 20:20:06 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:20: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-07 20:20: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-07 20:20:06 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:21:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 62ms (Views: 59.9ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21: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-07 20:21: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-08-07 20:21:18 +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-07 20:21: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-07 20:21:18 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:18 +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-07 20:21:18 +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-07 20:21:18 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:18 +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-07 20:21:18 +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-07 20:21:18 +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-07 20:21:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:18 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 20:21:21 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (106.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 130ms (Views: 120.8ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:21 +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-07 20:21:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20: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-07 20:21:21 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20: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-07 20:21:21 +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-07 20:21:21 +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-07 20:21:21 +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 2013-08-07 20:21: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-07 20:21: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-07 20: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-07 20:21:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:21:21 +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-07 20:21:21 +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-07 20:21: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-07 20:21:21 +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-07 20:21:21 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-07 20:21:21 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (42ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-07 20:21:21 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:21:21 +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-07 20: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-07 20:21:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-07 20:21:24 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 61ms (Views: 57.9ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20: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-07 20:21:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 20: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-07 20: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-07 20:21: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-07 20:21: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-07 20:21: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-08-07 20:21:24 +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-07 20:21:24 +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-07 20:21:24 +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-07 20:21:24 +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-07 20:21:24 +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-08-07 20:21: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-07 20:21:25 +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-07 20:21:25 +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-07 20:21:25 +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 2013-08-07 20:21:25 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 20:21:25 +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-07 20:21:25 +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-07 20:21:25 +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-07 20:21:25 +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-07 20:21: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-07 20:21:25 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 20:21:25 +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-07 20:21:25 +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-07 20:21:25 +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-07 20:21:25 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 20:21:28 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (5.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.9ms) 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 (44.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 154ms (Views: 139.3ms | ActiveRecord: 10.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:28 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20: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-08-07 20:21:28 +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-07 20: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-08-07 20:21: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-07 20:21: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-07 20:21:28 +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-07 20:21: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-07 20:21: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-07 20:21:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 20:21:28 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20: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-08-07 20: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-08-07 20:21: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-07 20:21: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-08-07 20: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-08-07 20: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-08-07 20:21: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-07 20:21:28 +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-07 20:21:29 +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-07 20:21:29 +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-07 20:21:29 +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-07 20:21:29 +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-07 20:21:29 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-07 20:21:31 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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/coords/show.html.erb within layouts/adherent/application (3.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 56ms (Views: 50.3ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20: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-07 20:21:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:31 +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-07 20:21:31 +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-07 20:21:31 +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-07 20:21: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-07 20:21:31 +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-07 20:21:31 +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-07 20: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-08-07 20:21:31 +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-07 20:21: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-07 20:21:31 +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-07 20: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-07 20:21:31 +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-07 20:21:31 +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-07 20: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-08-07 20:21: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 2013-08-07 20:21: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 2013-08-07 20:21: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-07 20: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-08-07 20:21: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 2013-08-07 20:21:31 +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-07 20:21:31 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:21:32 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-07 20:21:32 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 20:21:34 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (24.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 114ms (Views: 108.5ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:34 +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-07 20:21: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-07 20:21: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-07 20:21:34 +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-07 20:21:34 +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-07 20:21:34 +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-07 20:21:34 +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-07 20:21:34 +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-07 20:21: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-07 20:21: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-07 20:21:34 +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-07 20:21: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-07 20:21:34 +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-07 20:21:34 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:34 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:34 +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-07 20:21:34 +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-07 20:21: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-07 20:21:35 +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-07 20:21:35 +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-07 20:21:35 +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-07 20:21:35 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/edit" for 127.0.0.1 at 2013-08-07 20:21:39 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"2"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] 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/edit.html.erb within layouts/adherent/application (41.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 110ms (Views: 105.1ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:39 +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-07 20:21:39 +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-07 20:21: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-07 20:21: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-07 20:21:39 +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-07 20:21:39 +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-07 20:21: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-07 20:21:39 +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-07 20:21: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-07 20:21: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-07 20:21:39 +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-07 20:21:39 +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-07 20:21: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-07 20:21: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-07 20:21: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 2013-08-07 20:21:39 +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-07 20:21:39 +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-07 20:21:39 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21:39 +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-07 20:21:39 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 20:21:45 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.9ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.9ms) 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 (26.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 54ms (Views: 45.4ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21: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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:46 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-07 20:21:46 +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-07 20:21: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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21:46 +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-07 20:21: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-07 20:21:46 +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-07 20:21:46 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-07 20:21:50 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Adherent::Member Load (0.5ms) 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 (14.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (18.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:21:50 +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-07 20:21: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-07 20:21:50 +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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:50 +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-07 20:21: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-07 20:21:50 +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-07 20:21:50 +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-07 20:21:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 20:21: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-07 20:21: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-07 20:21: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-07 20:21:50 +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-07 20:21:50 +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-07 20:21:50 +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-07 20:21: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-07 20:21: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-07 20:21:50 +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-07 20:21:50 +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-07 20:21:50 +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-07 20:21: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-07 20:21:51 +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-07 20:21:51 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started PUT "/adherent/members/4" for 127.0.0.1 at 2013-08-07 20:22:09 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"003", "name"=>"Lepage", "forname"=>"Thomas", "birthdate(3i)"=>"13", "birthdate(2i)"=>"8", "birthdate(1i)"=>"1993"}, "commit"=>"Enregistrer", "id"=>"4"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN Adherent::Member Exists (44.1ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '003' AND "adherent_members"."id" != 4) LIMIT 1  (25.9ms) UPDATE "adherent_members" SET "name" = 'Lepage', "forname" = 'Thomas', "birthdate" = '1993-08-13', "updated_at" = '2013-08-07 18:22:09.970993' WHERE "adherent_members"."id" = 4  (10.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/4 Completed 302 Found in 129ms (ActiveRecord: 81.0ms) Started GET "/adherent/members/4" for 127.0.0.1 at 2013-08-07 20:22:10 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"4"} Adherent::Member Load (4.7ms) 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.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 69.5ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:22:10 +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-07 20:22: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-07 20:22: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-07 20:22:10 +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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22:10 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 20:22:10 +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-07 20:22:10 +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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22: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-07 20:22:10 +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-07 20:22:10 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 20:22:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 20:22:10 +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-07 20:22:10 +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-07 20:22:10 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 20:22:13 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (22.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 61ms (Views: 55.0ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 20:22:14 +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-07 20: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-07 20:22: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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22: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-07 20:22:14 +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-07 20:22:14 +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-07 20:22: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-08-07 20:22:14 +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-07 20:22: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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +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-07 20:22:14 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdherentAdhesions (20130806053936)  (0.6ms) BEGIN  (358.7ms) DROP TABLE "adherent_adhesions"  (1.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130806053936'  (52.9ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:04:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] PG::UndefinedTable: ERREUR: la relation « adherent_adhesions » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_adhesions"'::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_adhesions"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (96.8ms) Completed 500 Internal Server Error in 117ms ActionView::Template::Error (PG::UndefinedTable: ERREUR: la relation « adherent_adhesions » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_adhesions"'::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_adhesions"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): 14: %th Montant 15: %th Actions 16: %tbody 17: - @adhesions.each do |adhesion| 18: %tr 19: %td= adhesion.from_date 20: %td= adhesion.to_date activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1163:in `exec' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1163:in `exec_no_cache' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:660: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/postgresql_adapter.rb:1292:in `column_definitions' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:855:in `columns' activerecord (3.2.14) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize' activerecord (3.2.14) lib/active_record/model_schema.rb:229:in `yield' activerecord (3.2.14) lib/active_record/model_schema.rb:229:in `columns' activerecord (3.2.14) lib/active_record/model_schema.rb:238:in `columns_hash' activerecord (3.2.14) lib/active_record/locking/optimistic.rb:131:in `locking_enabled?' activerecord (3.2.14) lib/active_record/relation.rb:170:in `exec_queries' activerecord (3.2.14) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.14) lib/active_record/explain.rb:34:in `logging_query_plan' activerecord (3.2.14) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:159:in `all' activerecord (3.2.14) lib/active_record/associations/collection_association.rb:382:in `find_target' activerecord (3.2.14) lib/active_record/associations/collection_association.rb:335:in `load_target' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:44:in `load_target' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:87:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540__615412378' 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:414:in `_run__464552205__process_action__943231204__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__891867667__call__1032878063__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 (4.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 (3.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 (37.3ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (267.6ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "amount" float, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (9.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (24.1ms) COMMIT  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:05:29 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (18.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 38.1ms | ActiveRecord: 4.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:05: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-08 07:05: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-08 07:05:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 07:05: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-08 07:05:29 +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-08 07:05: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-08 07:05: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-08 07:05: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-08 07:05: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-08 07:05:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (95ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 07:05:29 +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-08 07:05:29 +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-08 07:05:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 07:05: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-08 07:05:29 +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-08 07:05: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-08 07:05: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-08 07:05:29 +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-08 07:05: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-08 07:05: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-08 07:05: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-08 07:05:29 +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-08 07:05:29 +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-08 07:05: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-08 07:05:30 +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-08 07:05:34 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.9ms) 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.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 (17.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (21.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 92ms (Views: 44.2ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:05: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-08-08 07:05: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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05: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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05: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-08 07:05:35 +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-08 07:05:35 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05: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-08-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +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-08 07:05:35 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:05:35 +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-08 07:05:35 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-08 07:06:24 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.4ms) 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 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 (10.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (12.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 122ms (Views: 63.9ms | ActiveRecord: 6.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:06:24 +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-08 07:06:24 +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-08 07:06: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-08 07:06: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-08 07:06:24 +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-08 07:06:24 +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-08 07:06: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-08 07:06: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-08 07:06: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-08 07:06:24 +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-08 07:06: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-08-08 07:06:24 +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-08 07:06: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-08 07:06:24 +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-08 07:06: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-08 07:06:24 +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-08 07:06: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-08 07:06: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-08 07:06: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-08 07:06: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-08-08 07:06:24 +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-08 07:06:24 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 07:06:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:06: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-08 07:06:24 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:06:37 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"08/08/2013", "to_date"=>"07/08/2014", "amount"=>"50.25"}, "commit"=>"Enregistrer", "member_id"=>"4"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: amount): activemodel (3.2.14) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.14) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.14) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.14) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.14) lib/active_record/base.rb:498:in `initialize' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `new' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `build_association' activerecord (3.2.14) lib/active_record/associations/association.rb:239:in `build_record' activerecord (3.2.14) lib/active_record/associations/collection_association.rb:112:in `build' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:46:in `build' /home/jcl/rails_project/Adherent/app/controllers/adherent/adhesions_controller.rb:40: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:414:in `_run__464552205__process_action__330369358__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__891867667__call__1032878063__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 (4.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 (2.6ms) 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 (45.0ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:07:37 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"08/08/2013", "to_date"=>"07/08/2014", "amount"=>"50.25"}, "commit"=>"Enregistrer", "member_id"=>"4"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN SQL (33.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", 50.25], ["created_at", Thu, 08 Aug 2013 05:07:37 UTC +00:00], ["from_date", Thu, 08 Aug 2013], ["member_id", 4], ["to_date", Thu, 07 Aug 2014], ["updated_at", Thu, 08 Aug 2013 05:07:37 UTC +00:00]]  (54.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 127ms (ActiveRecord: 92.4ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:07:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (21.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (45.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 118ms (Views: 88.1ms | ActiveRecord: 22.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:07:37 +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-08 07:07: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-08 07:07:37 +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-08 07:07: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-08 07:07: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-08 07:07:37 +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-08 07:07:37 +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-08 07:07: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-08 07:07: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-08 07:07:37 +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-08 07:07: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-08 07:07: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-08 07:07: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-08 07:07: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-08 07:07: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-08 07:07: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-08 07:07:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 07:07: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-08 07:07:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (73ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 07:07:38 +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-08 07:07:38 +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-08 07:07:38 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-08 07:07:38 +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-08 07:07:38 +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-08 07:07:38 +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-08 07:07:38 +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-08 07:07:38 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:08:44 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (2.0ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 23.0ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:08:45 +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-08 07:08:45 +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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08:45 +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-08 07:08: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-08 07:08:45 +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-08 07:08:45 +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-08 07:08: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-08 07:08: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-08 07:08:45 +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-08 07:08:45 +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-08 07:08: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-08 07:08: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-08 07:08: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-08 07:08:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (70ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-08 07:08: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-08 07:08:45 +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-08 07:08:45 +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-08 07:08: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-08 07:08:45 +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-08 07:09:12 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (2.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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (18.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 58ms (Views: 50.2ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:09: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-08 07:09: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-08 07:09: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-08 07:09:13 +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-08 07:09: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-08 07:09:13 +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-08 07:09: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-08 07:09: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-08 07:09: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-08 07:09:13 +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-08 07:09: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-08 07:09:13 +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-08 07:09: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-08 07:09:13 +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 2013-08-08 07:09:13 +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-08 07:09: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-08 07:09: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-08 07:09:13 +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-08 07:09:13 +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-08 07:09: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-08 07:09:13 +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-08 07:09:13 +0200 Served asset /adherent/application.js - 304 Not Modified (70ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-08 07:09:13 +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-08 07:09: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-08 07:09:13 +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-08 07:09:13 +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-08 07:09:13 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:13:14 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.5ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (32.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 95ms (Views: 50.6ms | ActiveRecord: 6.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:13:14 +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-08 07:13:14 +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-08 07:13: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-08 07:13:14 +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-08 07:13:14 +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-08 07:13:14 +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-08 07:13:14 +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-08 07:13:14 +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-08 07:13: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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13: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-08 07:13: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-08 07:13: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-08 07:13:15 +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-08 07:13:15 +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-08 07:13: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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13:15 +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-08 07:13: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-08 07:13:15 +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-08 07:13:58 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (3.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (21.7ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (wrong argument type nil (expected Fixnum)): 18: %tr 19: %td= adhesion.from_date 20: %td= adhesion.to_date 21: %td= number_with_precision(adhesion.amount) 22: %td 23: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 24: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' actionpack (3.2.14) lib/action_view/helpers/number_helper.rb:351:in `round' actionpack (3.2.14) lib/action_view/helpers/number_helper.rb:351:in `number_with_precision' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:21:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540_83750830' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540_83750830' 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:414:in `_run__464552205__process_action__943231204__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__891867667__call__1032878063__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 (2.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 (15.2ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:14:19 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (1.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (22.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 59ms (Views: 50.8ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:14: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-08 07:14: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-08 07:14: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-08 07:14:19 +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-08 07:14: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-08 07:14:19 +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-08 07:14:19 +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-08 07:14:19 +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-08 07:14: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-08 07:14: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-08 07:14: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-08-08 07:14: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-08 07:14:19 +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-08 07:14: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-08 07:14: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-08 07:14: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-08 07:14: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-08 07:14: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-08 07:14:19 +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-08 07:14: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-08 07:14:19 +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-08 07:14:19 +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-08 07:14:19 +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-08 07:14:20 +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-08 07:14:20 +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-08 07:14:20 +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-08 07:14:20 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:15:56 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (68.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 101ms (Views: 83.2ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:15:56 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15: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-08 07:15: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-08 07:15: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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15: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-08 07:15: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-08 07:15: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-08 07:15: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-08 07:15: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-08 07:15: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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +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-08 07:15:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 07:15:56 +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-08 07:15:56 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:16:11 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (8.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (28.0ms) Completed 500 Internal Server Error in 54ms ActionView::Template::Error (Object must be a Date, DateTime or Time object. "$50.25" given.): 18: %tr 19: %td= adhesion.from_date 20: %td= adhesion.to_date 21: %td= l number_to_currency(adhesion.amount, precision:2) 22: %td 23: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 24: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' i18n (0.6.4) lib/i18n/backend/base.rb:49:in `localize' i18n (0.6.4) lib/i18n.rb:237:in `localize' actionpack (3.2.14) lib/action_view/helpers/translation_helper.rb:66:in `localize' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:21:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540__615206198' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540__615206198' 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:414:in `_run__464552205__process_action__943231204__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__891867667__call__1032878063__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.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.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 (12.5ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:16:22 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (9.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (3.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (25.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 64ms (Views: 49.5ms | ActiveRecord: 13.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:16:22 +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-08 07:16: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-08 07:16:22 +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-08 07:16: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 2013-08-08 07:16:22 +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-08 07:16:22 +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-08 07:16:22 +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-08 07:16: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-08-08 07:16:22 +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-08 07:16:22 +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-08 07:16:22 +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-08 07:16: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 2013-08-08 07:16:22 +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-08 07:16: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-08 07:16: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-08 07:16: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-08-08 07:16: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 2013-08-08 07:16: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-08 07:16: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-08 07:16:22 +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-08 07:16: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-08 07:16:22 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 07:16:22 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:16:23 +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-08 07:16: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-08 07:16:23 +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-08 07:16:23 +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-08 07:16:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (2.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (27.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 69ms (Views: 64.2ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:16: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-08 07:16:39 +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-08 07:16: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-08 07:16: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-08 07:16: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-08 07:16:39 +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-08 07:16:39 +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-08 07:16: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-08 07:16:39 +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-08 07:16:39 +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-08 07:16: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-08 07:16:39 +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-08 07:16:39 +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-08 07:16:39 +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-08 07:16:39 +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-08 07:16: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-08 07:16:39 +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-08 07:16:39 +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-08 07:16:39 +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-08 07:16:39 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 07:16: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 2013-08-08 07:16: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-08 07:16:39 +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-08 07:16:40 +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-08 07:16: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-08 07:16:40 +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-08 07:16:40 +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-08 07:17:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (27.5ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (wrong argument type nil (expected Fixnum)): 18: %tr 19: %td= adhesion.from_date 20: %td= adhesion.to_date 21: %td= l number_with_precision(adhesion.amount) 22: %td 23: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 24: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' actionpack (3.2.14) lib/action_view/helpers/number_helper.rb:351:in `round' actionpack (3.2.14) lib/action_view/helpers/number_helper.rb:351:in `number_with_precision' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:21:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540_79117590' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__1018752540_79117590' 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:414:in `_run__464552205__process_action__943231204__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__891867667__call__1032878063__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 (3.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.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 (13.3ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:22:14 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (48.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (58.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (131.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 507ms (Views: 397.7ms | ActiveRecord: 106.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22:15 +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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22:15 +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-08 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-08 07:22:15 +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-08 07:22: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-08 07:22: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-08 07:22:15 +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-08 07:22:15 +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-08 07:22:15 +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-08 07:22: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-08 07:22:15 +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-08 07:22:15 +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-08 07:22:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 07:22:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-08 07:22:16 +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-08 07:22: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-08 07:22:22 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (6.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (5.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 45ms (Views: 30.7ms | ActiveRecord: 12.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:22: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 2013-08-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +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-08 07:22: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-08 07:22: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-08 07:22: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-08 07:22:22 +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-08 07:22: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 2013-08-08 07:22: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-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +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-08 07:22: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 2013-08-08 07:22:22 +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-08 07:22: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-08 07:22:22 +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-08 07:22: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-08 07:22: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-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +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-08 07:22:22 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-08 07:22:22 +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-08 07:22:22 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:23:40 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (27.8ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (158.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (6.6ms) Completed 200 OK in 1022ms (Views: 619.5ms | ActiveRecord: 204.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:41 +0200 Served asset /adherent/application.css - 304 Not Modified (130ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +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-08 07:23:42 +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-08 07:23:42 +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-08 07:23:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +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-08 07:23:42 +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-08 07:23:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (101ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +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-08 07:23:42 +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-08 07:23:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (16ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (10ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +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-08 07:23:42 +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-08 07:23:42 +0200 Served asset /adherent/members.js - 304 Not Modified (6ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/application.js - 304 Not Modified (38ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:23:42 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (31ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 07:23:43 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 07:23:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-08 07:23:43 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (7ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:25:24 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.6ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.4ms) Completed 200 OK in 62ms (Views: 56.8ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +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-08 07:25: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-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +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-08 07:25:25 +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-08 07:25: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-08 07:25:25 +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-08 07:25: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-08 07:25: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-08 07:25:25 +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-08 07:25: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-08 07:25:25 +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-08 07:25: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-08 07:25:25 +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-08 07:25:25 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:25:25 +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-08 07:25: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-08 07:25: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-08 07:25:25 +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-08 07:27:41 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 58ms (Views: 54.6ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:27:41 +0200 Served asset /adherent/application.css - 304 Not Modified (22ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 07:27: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-08 07:27:41 +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-08 07:27:41 +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-08 07:27: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-08 07:27:41 +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-08 07:27: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-08 07:27: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-08 07:27:41 +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-08 07:27:41 +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-08 07:27: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-08 07:27:41 +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-08 07:27:41 +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-08 07:27: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-08 07:27: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-08 07:27:41 +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-08 07:27: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-08 07:27:41 +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-08 07:27:41 +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-08 07:27: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-08 07:27:41 +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-08 07:27:41 +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-08 07:27:41 +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-08 07:27:41 +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-08 07:27: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-08 07:27:41 +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-08 07:27:41 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-08 07:28:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (1.0ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (143.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (6.3ms) Completed 200 OK in 418ms (Views: 290.1ms | ActiveRecord: 16.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +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-08 07:28:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (21ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +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-08 07:28:19 +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-08 07:28:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +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-08 07:28:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (18ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-08 07:28:19 +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-08 07:28:19 +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-08 07:28:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (113ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +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-08 07:28:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +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-08 07:28:20 +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-08-08 07:28:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (9ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +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-08 07:28:20 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /adherent/application.js - 304 Not Modified (40ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (40ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-08 07:28:20 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (16ms) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (233.0ms) DROP TABLE "adherent_adhesions"  (25.0ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130806053936'  (471.5ms) COMMIT  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (388.9ms) 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)   (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (34.0ms) COMMIT  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdherentAdhesions (20130806053936)  (0.0ms) BEGIN  (1.3ms) DROP TABLE "adherent_adhesions"  (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130806053936'  (82.9ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.0ms) BEGIN  (77.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)   (3.0ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (2.0ms) COMMIT Migrating to CreateAdherentPayments (20130808054023)  (0.3ms) BEGIN  (26.8ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.2ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (3.3ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (2.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130808054023')  (2.0ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (393.1ms) DROP DATABASE IF EXISTS "adh_test"  (2841.6ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (172.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.0ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (59.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)  (18.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)   (30.5ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.2ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (6.6ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (5.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (21.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.7ms) DROP DATABASE IF EXISTS "adh_test"  (628.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (58.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.2ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (27.8ms) 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)  (10.7ms) 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)   (11.1ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (9.0ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (4.7ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (76.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (731.7ms) DROP DATABASE IF EXISTS "adh_test"  (5929.4ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (620.0ms) 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)  (35.9ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (57.6ms) 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)  (76.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)   (83.4ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (14.0ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (9.8ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (40.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (12.7ms) SELECT version FROM "schema_migrations"  (80.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (13.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (59.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (1302.3ms) DROP DATABASE IF EXISTS "adh_test"  (8137.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (1093.0ms) 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)  (27.0ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (70.7ms) 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)  (123.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)   (244.9ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (104.4ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (174.6ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (9.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (180.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (11.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (16.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (34.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (125.2ms) DROP DATABASE IF EXISTS "adh_test"  (2672.9ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (386.0ms) 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)  (12.3ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (74.0ms) 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)  (27.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)   (8.8ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.6ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (13.5ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (29.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (21.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.4ms) DROP DATABASE IF EXISTS "adh_test"  (571.7ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (268.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)  (21.7ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (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)  (49.6ms) 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)   (10.3ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "adhesion_id" integer, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.4ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (7.6ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (1.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130808054023')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdherentPayments (20130808054023)  (0.0ms) BEGIN  (45.7ms) DROP INDEX "index_adherent_payments_on_member_id"  (3.7ms) DROP INDEX "index_adherent_payments_on_adhesion_id"  (35.6ms) DROP TABLE "adherent_payments"  (16.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130808054023'  (80.6ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023)  (0.1ms) BEGIN  (269.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)   (2.2ms) CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id") PG::UndefinedColumn: ERREUR: la colonne « adhesion_id » n'existe pas : CREATE INDEX "index_adherent_payments_on_adhesion_id" ON "adherent_payments" ("adhesion_id")  (0.3ms) ROLLBACK Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023)  (0.0ms) BEGIN  (36.6ms) 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)   (5.9ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130808054023')  (1.5ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023) Migrating to AddColumnToAdherentAdhesions (20130808065455)  (0.1ms) BEGIN  (14.0ms) ALTER TABLE "adherent_adhesions" ADD COLUMN "payment" references PG::SyntaxError: ERREUR: erreur de syntaxe sur ou près de « references » LINE 1: ...R TABLE "adherent_adhesions" ADD COLUMN "payment" references ^ : ALTER TABLE "adherent_adhesions" ADD COLUMN "payment" references  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023) Migrating to AddColumnToAdherentAdhesions (20130808065455)  (0.1ms) BEGIN  (38.6ms) ALTER TABLE "adherent_adhesions" ADD COLUMN "payment_id" integer  (51.3ms) CREATE INDEX "index_adherent_adhesions_on_payment_id" ON "adherent_adhesions" ("payment_id")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130808065455')  (2.7ms) COMMIT  (3.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-08 09:15:35 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (23.8ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (31.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (332.5ms) Compiled adherent/payments.css (0ms) (pid 26792) Compiled adherent/application.css (154ms) (pid 26792) Compiled adherent/payments.js (0ms) (pid 26792) Compiled adherent/application.js (17ms) (pid 26792) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 2800ms (Views: 2531.8ms | ActiveRecord: 170.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:15:40 +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-08 09:15: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-08 09:15:41 +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-08 09:15:41 +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-08 09:15:41 +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-08 09:15:41 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 09:15:41 +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-08 09:15: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-08 09:15: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-08 09:15: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-08 09:15:41 +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-08 09:15:41 +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-08 09:15:41 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-08 09:15: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-08 09:15:41 +0200 Served asset /adherent/payments.css - 200 OK (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 09:15: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-08 09:15: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-08 09:15:41 +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-08 09:15:41 +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-08 09:15:41 +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-08 09:15: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-08 09:15:41 +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-08 09:15:41 +0200 Served asset /adherent/application.js - 304 Not Modified (227ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-08 09:15:42 +0200 Served asset /adherent/payments.js - 200 OK (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-08 09:15:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-08 09:15:42 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (136ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-08 09:15:42 +0200 Served asset /adherent/icones/payment.png - 200 OK (11ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-08 09:15:42 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (65ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 09:15:43 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 09:15:43 +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-08 09:15:43 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-08 09:16:59 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 42ms (Views: 39.4ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16:59 +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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16:59 +0200 Served asset /adherent/members.css - 304 Not Modified (4ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16:59 +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-08 09:16:59 +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-08 09:16:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-08 09:16: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-08 09:16:59 +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-08 09:16: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-08 09:16: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-08 09:16: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-08 09:16:59 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 09:17:00 +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-08 09:17:00 +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-08 09:17:00 +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-08 09:17:00 +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-08 09:17: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-08 09:17:00 +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-08 09:17:10 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (127.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Completed 500 Internal Server Error in 147ms 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/payments_controller.rb:9: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:414:in `_run__952717784__process_action__57732020__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__37656842__call__521038652__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.6ms) 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/diagnostics.erb within rescues/layout (12.1ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-08 09:17:50 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} 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/payments/index.html.haml within layouts/adherent/application (437.3ms) Completed 500 Internal Server Error in 475ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 14: %th Par 15: %th Actions 16: %tbody 17: - @payements.each do |adhesion| 18: %tr 19: %td= payement.date 20: %td= number_to_currency(payment.amount, locale: :fr) /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___122677141_85561740' 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:414:in `_run__952717784__process_action__57732020__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__37656842__call__521038652__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.8ms) 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 (19.4ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-08 09:18:06 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (48.0ms) 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 (95.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 115ms (Views: 62.1ms | ActiveRecord: 50.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:18:06 +0200 Served asset /adherent/application.css - 304 Not Modified (15ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 09:18:07 +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-08 09:18: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-08 09:18:07 +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-08 09:18: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-08 09:18:07 +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-08 09:18:07 +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-08 09:18: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-08 09:18: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-08 09:18:07 +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-08 09:18: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-08 09:18: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-08 09:18: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-08 09:18: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-08 09:18:07 +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-08 09:18: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-08 09:18:07 +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-08 09:18:07 +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-08 09:18:07 +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-08 09:18: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-08 09:18: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-08 09:18: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-08 09:18:07 +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-08 09:18:07 +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-08 09:18: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-08 09:18:07 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-08 09:18:07 +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-08 09:25:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.5ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (7.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 261ms (Views: 258.2ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:25:30 +0200 Served asset /adherent/application.css - 304 Not Modified (15ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 09:25:30 +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-08 09:25: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-08 09:25:30 +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-08 09:25: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-08 09:25: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-08 09:25:30 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:30 +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-08 09:25: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-08 09:25:30 +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-08 09:25:30 +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-08 09:25:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09: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-08 09:25: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-08 09:25: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-08 09: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-08 09:25:30 +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-08 09:25:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-08 09:25:30 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (209ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 09:25:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (17ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-08 09:25:36 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (95.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 112ms (Views: 106.8ms | ActiveRecord: 3.7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 09:25:37 +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 2013-08-08 09:25:37 +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-08 09:25:37 +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-08 09:25: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-08 09:25: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-08 09:25: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-08-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:37 +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-08 09:25: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-08 09:25: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-08 09:25:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-08 09:25:37 +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-08 09:25:37 +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-08 09:25: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-08-08 09:25:37 +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-08 09:25:37 +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-08 09:25: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-08 09:25:37 +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-08 09:25:37 +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-08 09:25:38 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-08 09:25:38 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-08 09:25:38 +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-08 09:25:38 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-08 09:25:38 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 09:25:38 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:25:45 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (39.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (51.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 120ms (Views: 73.7ms | ActiveRecord: 43.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:25:47 +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-08 09:25:47 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:47 +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-08 09:25:47 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:47 +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-08 09:25:47 +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-08 09:25: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-08 09:25:47 +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-08 09:25:47 +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-08 09:25: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-08 09:25:47 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:47 +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-08 09:25:47 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-08 09:25:50 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (17.5ms) 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 (63.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (79.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 207ms (Views: 109.0ms | ActiveRecord: 18.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:25: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-08 09:25:50 +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-08 09:25: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-08 09:25:50 +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-08 09:25:50 +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-08 09:25:50 +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-08 09:25:50 +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-08 09:25:50 +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-08 09:25: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-08 09:25: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-08 09:25:51 +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-08 09:25:51 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:51 +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-08 09:25:51 +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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25: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-08 09:25:51 +0200 Served asset /adherent/coords.js - 304 Not Modified (67ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-08 09:25: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-08 09:25: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-08 09:25:51 +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-08 09:25:51 +0200 Served asset /adherent/cal.gif - 304 Not Modified (70ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:25:59 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"08/08/2013", "to_date"=>"07/08/2014", "amount"=>"120.25"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (30.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (419.1ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "payment_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["amount", #], ["created_at", Thu, 08 Aug 2013 07:25:59 UTC +00:00], ["from_date", Thu, 08 Aug 2013], ["member_id", 1], ["payment_id", nil], ["to_date", Thu, 07 Aug 2014], ["updated_at", Thu, 08 Aug 2013 07:25:59 UTC +00:00]]  (62.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 900ms (ActiveRecord: 512.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:26:00 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 19.1ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:26:00 +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-08 09:26:00 +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-08 09:26: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-08 09:26: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-08 09:26: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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26: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-08 09:26:00 +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-08 09:26:00 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-08 09:26: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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (65ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +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-08 09:26:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:27:21 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:27:21 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 09:27: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-08 09:27: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-08 09:27: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-08 09:27: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-08 09:27:21 +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-08 09:27: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-08 09:27: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-08 09:27: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-08 09:27: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-08 09:27:21 +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-08 09:27:21 +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-08 09:27: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-08 09:27:21 +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-08 09:27:21 +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-08 09:27:21 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-08 09:27: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-08-08 09: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-08 09: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-08 09:27: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-08 09: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-08 09:27: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-08 09:27: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-08 09:27: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-08 09:27:21 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-08 09:27:21 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 09:27:21 +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-08 09:27:21 +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-08 09:27: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-08 09:27:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:32:01 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (7.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (42.8ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (undefined local variable or method `adhesion' for #): 22: %td 23: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 24: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' 25: = icon_to 'money-plus.png', new_member_payment_path(@member) unless adhesion.paied? 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/models/adherent/adhesion.rb:30:in `paied?' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:25:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__227204517__613007128' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__227204517__613007128' 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:414:in `_run__287978071__process_action__57732020__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__37656842__call__521038652__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 (14.6ms) 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 (26.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:33:14 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (22.9ms) Completed 500 Internal Server Error in 82ms ActionView::Template::Error (undefined local variable or method `adhesion' for #): 22: %td 23: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 24: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' 25: = icon_to('money-plus.png', new_member_payment_path(@member)) unless adhesion.is_paied? 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/models/adherent/adhesion.rb:30:in `is_paied?' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:25:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__227204517_80210140' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml__227204517_80210140' 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:414:in `_run__287978071__process_action__57732020__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__37656842__call__521038652__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.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 (8.4ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 09:34:26 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (17.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 29.9ms | ActiveRecord: 6.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:34:26 +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-08 09:34: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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34: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-08 09:34: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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:26 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08 09:34:27 +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-08-08 09:34:27 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 09:34:27 +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-08 09:34: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-08 09:34:27 +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-08 09:34:27 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:34:33 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 52.2ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:34: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-08 09:34: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 2013-08-08 09:34:34 +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-08 09:34: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 2013-08-08 09:34: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-08 09:34:34 +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-08 09:34: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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +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-08 09:34: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-08 09:34:34 +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-08 09:34:34 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 09:34: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-08 09:34:34 +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-08 09:34: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-08 09:34: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-08 09:34:34 +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-08 09:34:34 +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-08 09:34:34 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:39:25 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] 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.erb within layouts/adherent/application (6.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: .inputs.row-fluid#transfer 2: = simple_form_for([@member, @payement], :html=>{class:'form-inline'}) do |f| 3: =f.error_notification 4: .row-fluid 5: .span12 activemodel (3.2.14) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.14) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:369: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___938563688__615289398' 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__710103516__615353958' 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:414:in `_run__952717784__process_action__964973353__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__37656842__call__521038652__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 (5.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 (12.6ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:39:34 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (28.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (29.7ms) Completed 500 Internal Server Error in 39ms ActionView::Template::Error (Association :mode not found): 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: 'span4'}, input_html:{class:'span8'} 8: = f.association :mode, :collection=>['CB', 'chèque'] 9: .row-fluid 10: .span12 11: .form-actions simple_form (2.1.0) lib/simple_form/form_builder.rb:178:in `association' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:8:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___938563688_87515170' 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___938563688_87515170' 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__710103516__615353958' 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:414:in `_run__952717784__process_action__964973353__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__37656842__call__521038652__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 (6.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.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 (21.6ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:41:35 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (21.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (23.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 406ms (Views: 378.2ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:41:36 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 09:41: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-08 09:41:37 +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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-08 09:41: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-08 09:41:37 +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-08 09:41: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-08 09:41:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41:37 +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-08 09:41:37 +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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41: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-08 09:41:37 +0200 Served asset /adherent/application.js - 304 Not Modified (76ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 09:41:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (13ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-08 09:41:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (52ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:42:36 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___938563688_80142570 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:8: syntax error, unexpected ',' ...ollection=>['CB', 'chèque'], , label_html:{class: 'span4'},... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:8: syntax error, unexpected ',', expecting ')' ... , label_html:{class: 'span4'}, input_html:{class:'span8'} ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___938563688_80142570(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}, :as=>:date_picker ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>['CB', 'chèque'], , label_html:{class: 'span4'}, input_html:{class:'span8'} ));}\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: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__710103516__615353958' /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:414:in `_run__952717784__process_action__964973353__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__37656842__call__521038652__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 (36.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (43.0ms) Completed 500 Internal Server Error in 56ms Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 09:42:46 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (26.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (35.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 74ms (Views: 68.6ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 09:42:47 +0200 Served asset /adherent/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 09:42: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-08 09:42:47 +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-08 09:42:47 +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-08 09:42: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-08 09:42: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-08 09:42:47 +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-08 09:42: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-08 09:42: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-08 09:42:47 +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-08 09:42: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-08 09:42:47 +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-08 09:42:47 +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-08 09:42:47 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 09:42:47 +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-08 09:42:47 +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-08 09:42:47 +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-08 09:42: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-08 09:42: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-08 09:42: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-08 09:42: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-08 09:42:47 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (104ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-08 09:42: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-08 09:42:47 +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-08 09:42:47 +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-08 09:42:47 +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-08 09:42:47 +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-08 09:42:57 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (83ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-08 09:42:57 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (28ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-08 09:42:57 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (41ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-08 09:42:57 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (41ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-08 09:42:57 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (21ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-08 09:42:59 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (55ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml PG::InvalidTextRepresentation: ERREUR: syntaxe en entrée invalide pour l'entier : « » LINE 1: ... "adherent_adhesions"."member_id" = 1 AND (payment_id <> '') ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id <> '') PG::InvalidTextRepresentation: ERREUR: syntaxe en entrée invalide pour l'entier : « » LINE 1: ...sions".* FROM "adherent_adhesions" WHERE (payment_id <> '') ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE (payment_id <> '') PG::InvalidTextRepresentation: ERREUR: syntaxe en entrée invalide pour l'entier : « » LINE 1: ... "adherent_adhesions"."member_id" = 1 AND (payment_id <> '') ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id <> '') Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 10:02:33 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (40.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.4ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (39.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (53.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 582ms (Views: 420.7ms | ActiveRecord: 82.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 10:02:34 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 10:02: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-08 10:02:34 +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-08 10:02:34 +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-08 10:02:34 +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-08 10:02:34 +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-08 10:02:34 +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-08 10:02: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 2013-08-08 10:02:34 +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-08 10:02: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 2013-08-08 10:02:34 +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-08 10:02: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-08 10:02: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-08 10:02:34 +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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02: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-08 10:02:34 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-08 10:02:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 10:02:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (14ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-08 10:02:34 +0200 Served asset /adherent/cal.gif - 304 Not Modified (6ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:03:12 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.3ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Completed 500 Internal Server Error in 103ms NoMethodError (undefined method `split' for Thu, 08 Aug 2013:Date): /home/jcl/rails_project/Adherent/config/initializers/pick_date_extension.rb:41:in `block (2 levels) in pick_date_for' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.14) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.14) lib/active_record/base.rb:498:in `initialize' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `new' activerecord (3.2.14) lib/active_record/reflection.rb:183:in `build_association' activerecord (3.2.14) lib/active_record/associations/association.rb:239:in `build_record' activerecord (3.2.14) lib/active_record/associations/collection_association.rb:112:in `build' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:46:in `build' /home/jcl/rails_project/Adherent/app/controllers/adherent/payments_controller.rb:13:in `new' 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:414:in `_run__952717784__process_action__964973353__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__37656842__call__521038652__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/diagnostics.erb within rescues/layout (10.7ms) Connecting to database specified by database.yml Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:07:23 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (15.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.6ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (196.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (209.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (15.9ms) Completed 200 OK in 1047ms (Views: 888.8ms | ActiveRecord: 38.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:24 +0200 Served asset /adherent/application.css - 304 Not Modified (47ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (89ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (13ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +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-08 11:07:25 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +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-08 11:07:25 +0200 Served asset /adherent/application.js - 304 Not Modified (101ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 11:07:25 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (25ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-08 11:07:25 +0200 Served asset /adherent/cal.gif - 304 Not Modified (85ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:08:35 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (4.8ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (53.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (55.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 189ms (Views: 93.8ms | ActiveRecord: 30.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:08:36 +0200 Served asset /adherent/application.css - 304 Not Modified (149ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 11:08:36 +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-08 11:08:36 +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-08 11:08: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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08: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-08 11:08:36 +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-08 11:08: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-08 11:08: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-08 11:08:36 +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-08 11:08: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-08 11:08: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-08 11:08: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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +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-08 11:08:36 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:10:55 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.6ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (137.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (151.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.1ms) Completed 200 OK in 415ms (Views: 262.1ms | ActiveRecord: 25.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/application.css - 304 Not Modified (54ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (22ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/coords.css - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +0200 Served asset /adherent/members.css - 304 Not Modified (97ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +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-08 11:10:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (19ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +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-08 11:10:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (11ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-08 11:10:56 +0200 Served asset /adherent/application.js - 304 Not Modified (52ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 11:10:57 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (2ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-08 11:10:57 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:11:55 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.6ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) 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 (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 105ms (Views: 34.1ms | ActiveRecord: 13.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:11:55 +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-08 11:11:55 +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-08 11:11:56 +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-08 11:11: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-08 11:11:56 +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-08 11:11:56 +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-08 11:11:56 +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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11:56 +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-08 11: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-08 11:11:56 +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-08 11:11:56 +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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11: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-08 11:11:56 +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-08 11:11:56 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 11:11:56 +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-08 11:11:56 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:12:23 +0200 AbstractController::ActionNotFound (The action 'create' could not be found for Adherent::PaymentsController): actionpack (3.2.14) lib/abstract_controller/base.rb:116: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__820538838__call__714048515__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/unknown_action.erb within rescues/layout (0.6ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 11:16:02 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (29.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 143ms (Views: 77.2ms | ActiveRecord: 7.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:16:03 +0200 Served asset /adherent/application.css - 304 Not Modified (9ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-08 11:16:03 +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-08 11:16: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-08 11:16: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-08 11:16:03 +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-08 11:16:03 +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-08 11:16:03 +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-08 11:16: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-08 11:16:03 +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-08 11:16:03 +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-08 11:16: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-08 11:16:03 +0200 Served asset /adherent/members.css - 304 Not Modified (12ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:03 +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-08 11:16:03 +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-08 11:16: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-08 11:16: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-08 11:16:03 +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-08 11:16:03 +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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:03 +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-08 11:16:03 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-08 11:16:03 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-08 11:16:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 11:16:03 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (8ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:16:07 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (3.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.7ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (12.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 78ms (Views: 33.3ms | ActiveRecord: 7.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:16:07 +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-08 11:16: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-08 11:16: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-08 11:16:07 +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-08 11:16:07 +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-08 11:16:07 +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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:07 +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-08 11:16: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-08 11:16:08 +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-08 11:16:08 +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-08 11:16: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-08-08 11:16:08 +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-08 11:16:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 11: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-08 11:16:08 +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-08 11:16:08 +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-08 11:16:08 +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-08 11:16:08 +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-08 11:16: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-08 11:16:08 +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-08 11:16: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-08 11:16:08 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:16:17 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"08/08/2013", "amount"=>"120.25", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (236.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", Thu, 08 Aug 2013 09:16:17 UTC +00:00], ["date", Thu, 08 Aug 2013], ["member_id", 1], ["mode", "CB"], ["updated_at", Thu, 08 Aug 2013 09:16:17 UTC +00:00]]  (53.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 304ms (ActiveRecord: 290.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 11:16:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:18 +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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:18 +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-08 11:16:18 +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-08 11:16:18 +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-08 11:16: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-08 11:16:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-08 11:16:18 +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-08 11:16: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-08 11:16: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-08 11:16: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-08 11:16:18 +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-08 11:16:18 +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-08 11:16:18 +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-08 11:16: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-08 11:16:18 +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-08 11:16:18 +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-08 11:16:18 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-08 11:16:18 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 11:16:18 +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-08 11:16:18 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-08 11:20:54 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.2ms) SELECT SUM("adherent_adhesions"."amount") AS sum_id FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (11.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 123ms (Views: 61.7ms | ActiveRecord: 7.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:20:54 +0200 Served asset /adherent/application.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 11:20:54 +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-08 11:20: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-08 11:20: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-08 11:20:54 +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-08 11:20:54 +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-08 11:20:54 +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-08 11:20: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-08 11:20: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-08 11:20: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-08 11:20:54 +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-08 11:20:54 +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-08 11:20: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-08 11:20:54 +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-08 11:20:54 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-08 11:20:54 +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-08 11:20:54 +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-08 11:20: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-08 11:20: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-08 11:20:54 +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-08 11:20:54 +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-08 11:20: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-08 11:20:54 +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-08 11:20: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-08 11:20:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 11:20:55 +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-08 11:20:55 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:21:11 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"08/08/2013", "amount"=>"12.25", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (4.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (3.2ms) BEGIN SQL (3.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", Thu, 08 Aug 2013 09:21:11 UTC +00:00], ["date", Thu, 08 Aug 2013], ["member_id", 1], ["mode", "CB"], ["updated_at", Thu, 08 Aug 2013 09:21:11 UTC +00:00]]  (26.8ms) COMMIT Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND (payment_id IS NULL)  (0.2ms) BEGIN  (20.0ms) UPDATE "adherent_adhesions" SET "payment_id" = 2, "updated_at" = '2013-08-08 09:21:11.234472' WHERE "adherent_adhesions"."id" = 1  (3.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 125ms (ActiveRecord: 62.4ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 11:21:11 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:21:11 +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-08 11:21: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-08 11:21:11 +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-08 11:21: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-08 11:21:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-08 11:21:11 +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-08 11:21:11 +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-08 11:21: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-08 11:21: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-08 11:21:11 +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-08 11: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-08-08 11: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-08-08 11:21:11 +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-08 11:21:11 +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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21:11 +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-08 11:21:11 +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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21:11 +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-08 11:21:12 +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-08 11:21:12 +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-08 11:21:12 +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-08 11:21:12 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-08 11:21:18 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (8.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (88.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 129ms (Views: 111.3ms | ActiveRecord: 14.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:21:19 +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-08 11:21: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-08-08 11:21: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-08 11:21: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-08 11:21:19 +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-08 11:21:19 +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-08 11: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-08-08 11: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-08-08 11: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-08-08 11:21:19 +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-08 11:21: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-08 11:21: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-08 11: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-08-08 11: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-08-08 11:21: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-08 11:21: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-08-08 11:21: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-08-08 11:21:19 +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-08 11:21: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-08 11:21:19 +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-08 11:21:19 +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-08 11:21: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-08 11:21:19 +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-08 11:21: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-08 11:21:19 +0200 Served asset /adherent/application.js - 304 Not Modified (100ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-08 11:21:19 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-08 11:21:19 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-08 11:21:19 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 11:21:19 +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-08 11:21:19 +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-08 11:21:19 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-08 11:21:40 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 21.3ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:21: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-08 11:21: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-08 11:21: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-08-08 11:21: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 2013-08-08 11:21: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-08 11:21:40 +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-08 11:21:40 +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-08 11:21:40 +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-08 11:21:40 +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-08 11:21:40 +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-08 11:21: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 2013-08-08 11:21: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-08-08 11:21:40 +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-08 11:21: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-08 11:21:40 +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-08 11:21:40 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-08 11:21:40 +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-08 11:21: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-08 11:21: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 2013-08-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21: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-08 11:21:40 +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-08 11:21:40 +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-08 11:21: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-08 11:21:40 +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-08 11:21:40 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-08 11:22:19 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Coord Load (0.7ms) 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 (23.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 55ms (Views: 49.9ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:22:20 +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-08 11:22:20 +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-08 11:22: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-08 11:22: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-08 11:22: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-08 11:22:20 +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-08 11:22: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-08 11:22:20 +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-08 11:22:20 +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-08 11:22: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-08 11:22:20 +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-08 11:22:20 +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-08 11:22: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-08 11:22:20 +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-08 11:22: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-08 11:22: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-08 11:22:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (78ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-08 11:22: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-08 11:22:20 +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-08 11:22: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-08 11:22: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-08 11:22:20 +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-08 11:22: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-08-08 11:22: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-08 11:22:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-08 11:22:20 +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-08 11:22:20 +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-08 11:22:20 +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-08 11:22:20 +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-08 11:22:20 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-08 11:22:20 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:22:25 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (1.0ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (43.6ms) Completed 500 Internal Server Error in 78ms ActionView::Template::Error (undefined local variable or method `payement' for #<#:0xb2ebc28>): 16: %tbody 17: - @payments.each do |adhesion| 18: %tr 19: %td= payement.date 20: %td= number_to_currency(payment.amount, locale: :fr) 21: %td= payement.mode 22: %td /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:19:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_93802000' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_93802000' 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:414:in `_run__513954012__process_action__631805947__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__820538838__call__714048515__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 (3.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.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 (16.1ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:22:54 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (134.2ms) Completed 500 Internal Server Error in 140ms ActionView::Template::Error (undefined local variable or method `payment' for #<#:0xb625970>): 16: %tbody 17: - @payments.each do |adhesion| 18: %tr 19: %td= payment.date 20: %td= number_to_currency(payment.amount, locale: :fr) 21: %td= payement.mode 22: %td /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:19:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_95495450' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_95495450' 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:414:in `_run__513954012__process_action__631805947__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__820538838__call__714048515__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 (3.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.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 (14.0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:23:16 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.7ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (50.7ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (undefined local variable or method `payement' for #<#:0xb1fc2a4>): 18: %tr 19: %td= payment.date 20: %td= number_to_currency(payment.amount, locale: :fr) 21: %td= payement.mode 22: %td 23: = icon_to 'modifier.png', edit_member_payment_path(@member, payment) 24: = icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:21:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_93353580' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:17:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___208790014_93353580' 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:414:in `_run__513954012__process_action__631805947__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__820538838__call__714048515__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 (2.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.3ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-08 11:23:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (33.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 68ms (Views: 63.9ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:23:30 +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-08 11:23: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-08 11:23: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-08 11:23:30 +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-08 11:23: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-08 11:23:30 +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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23:30 +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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23:30 +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-08 11:23: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-08 11:23:30 +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-08 11:23: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-08 11:23: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-08 11:23:30 +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-08 11:23:30 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-08 11:23:30 +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-08 11:23: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-08 11:23:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/2/edit" for 127.0.0.1 at 2013-08-08 11:23:38 +0200 Processing by Adherent::PaymentsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/edit.html.erb within layouts/adherent/application (5.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 121ms (Views: 119.8ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-08 11:23:38 +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-08 11:23: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-08 11:23:38 +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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23:38 +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-08 11:23: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-08 11:23: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-08 11:23: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-08-08 11:23:38 +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-08 11:23:38 +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-08 11:23:38 +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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23: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-08 11:23:38 +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-08 11:23:38 +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-08 11:23: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-08 11:23: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-08 11:23:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started DELETE "/adherent/members/1/payments/2" for 127.0.0.1 at 2013-08-08 11:23:45 +0200 AbstractController::ActionNotFound (The action 'destroy' could not be found for Adherent::PaymentsController): actionpack (3.2.14) lib/abstract_controller/base.rb:116: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__820538838__call__714048515__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/unknown_action.erb within rescues/layout (0.9ms) Connecting to database specified by database.yml  (52.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to AddColumnToAdherentAdhesions (20130808065455)  (0.1ms) BEGIN  (277.5ms) DROP INDEX "index_adherent_adhesions_on_payment_id"  (132.1ms) ALTER TABLE "adherent_adhesions" DROP "payment_id"  (63.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130808065455'  (33.2ms) COMMIT  (3.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023) Migrating to CreateAdherentReglements (20130809052125)  (0.1ms) BEGIN  (496.6ms) 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)   (5.1ms) CREATE INDEX "index_adherent_reglements_on_adhesion_id" ON "adherent_reglements" ("adhesion_id")  (41.3ms) CREATE INDEX "index_adherent_reglements_on_payment_id" ON "adherent_reglements" ("payment_id")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130809052125')  (5.0ms) COMMIT  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: entrée manquante de la clause FROM pour la table « adhesions » LINE 1: ...."adhesion_id" = "adherent_adhesions"."id" WHERE (adhesions.... ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE (adhesions.amount = reglements.sum(reglements.amount)) PG::AmbiguousFunction: ERREUR: la fonction sum(unknown) n'est pas unique LINE 1: ...erent_adhesions"."id" WHERE ('adhesions.amount' = sum('regle... ^ HINT: N'a pas pu choisir un meilleur candidat dans les fonctions. Vous pourriez avoir besoin d'ajouter des conversions explicites de type. : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adhesions.amount' = sum('reglements.amount')) PG::AmbiguousFunction: ERREUR: la fonction sum(unknown) n'est pas unique LINE 1: SELECT SUM('reglements.amount') AS tot FROM "adherent_adhesi... ^ HINT: N'a pas pu choisir un meilleur candidat dans les fonctions. Vous pourriez avoir besoin d'ajouter des conversions explicites de type. : SELECT SUM('reglements.amount') AS tot FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adhesions.amount' = 'tot') PG::UndefinedObject: ERREUR: le type « sum » n'existe pas LINE 1: SELECT SUM 'reglements.amount' AS tot FROM "adherent_adhesio... ^ : SELECT SUM 'reglements.amount' AS tot FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adhesions.amount' <> 'tot') PG::UndefinedTable: ERREUR: entrée manquante de la clause FROM pour la table « reglements » LINE 1: SELECT SUM(reglements.amount) AS sum_id FROM "adherent_adhes... ^ : SELECT SUM(reglements.amount) AS sum_id FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" PG::AmbiguousFunction: ERREUR: la fonction sum(unknown) n'est pas unique LINE 1: ...sions"."id" WHERE ('adherent_adhesions.amount' <> SUM('adher... ^ HINT: N'a pas pu choisir un meilleur candidat dans les fonctions. Vous pourriez avoir besoin d'ajouter des conversions explicites de type. : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adherent_adhesions.amount' <> SUM('adherent_reglements.amount')) PG::SyntaxError: ERREUR: erreur de syntaxe sur ou près de « . » LINE 1: ...herent_adhesions"."id" WHERE ('adherent_adhesions'.'amount' ... ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adherent_adhesions'.'amount' <> SUM('adherent_reglements'.'amount')) PG::SyntaxError: ERREUR: erreur de syntaxe sur ou près de « . » LINE 1: ...herent_adhesions"."id" WHERE ('adherent_adhesions'.'amount' ... ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adherent_adhesions'.'amount' <> SUM('adherent_reglements'.'amount')) PG::SyntaxError: ERREUR: erreur de syntaxe sur ou près de « . » LINE 1: ...ent_adhesions.amount' <> SUM('adherent_reglements'.'amount')... ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE ('adherent_adhesions.amount' <> SUM('adherent_reglements'.'amount')) PG::UndefinedColumn: ERREUR: la colonne adherent_adhesions.conditions n'existe pas LINE 1: ..."."adhesion_id" = "adherent_adhesions"."id" WHERE "adherent_... ^ : SELECT "adherent_adhesions".* FROM "adherent_adhesions" INNER JOIN "adherent_reglements" ON "adherent_reglements"."adhesion_id" = "adherent_adhesions"."id" WHERE "adherent_adhesions"."conditions" = '''adherent_adhesions.amount'' <> SUM(''adherent_reglements''.''amount'')' Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 08:12:24 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (13.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (5.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.7ms) 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" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (216.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (7.5ms) Completed 200 OK in 900ms (Views: 720.5ms | ActiveRecord: 118.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +0200 Served asset /adherent/application.css - 304 Not Modified (145ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (13ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +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-09 08:12:26 +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-09 08:12:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (9ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (25ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +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-09 08:12:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (93ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (20ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:26 +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-09 08:12:26 +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-09 08:12:26 +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-09 08:12: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-09 08:12:27 +0200 Served asset /adherent/members.js - 304 Not Modified (18ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:27 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:27 +0200 Served asset /adherent/application.js - 304 Not Modified (25ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 08:12:27 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 08:12:27 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 08:12:27 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 08:12:28 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 08:12:28 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 08:12:28 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (29ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:12:36 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (44.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (1.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (74.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 263ms (Views: 102.4ms | ActiveRecord: 65.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:12:36 +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-09 08:12: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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12:36 +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-09 08:12: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-09 08: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-09 08:12:37 +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-09 08: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-09 08: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-09 08:12: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-09 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-09 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-09 08: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-09 08:12: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-09 08:12:37 +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-09 08:12:37 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 08:12:37 +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-09 08:12:37 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 08:12:37 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 08:12:37 +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-09 08:12:37 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/payments/2" for 127.0.0.1 at 2013-08-09 08:12:58 +0200 AbstractController::ActionNotFound (The action 'destroy' could not be found for Adherent::PaymentsController): actionpack (3.2.14) lib/abstract_controller/base.rb:116: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__571639571__call__490844459__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/unknown_action.erb within rescues/layout (0.6ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:13:57 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (41.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 191ms (Views: 132.4ms | ActiveRecord: 17.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:13:57 +0200 Served asset /adherent/application.css - 304 Not Modified (11ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13:57 +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-09 08:13:57 +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-09 08:13:57 +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-09 08:13: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-09 08:13:57 +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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13:57 +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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13: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-09 08:13:57 +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-09 08:13:57 +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-09 08:13:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 08:13:58 +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-09 08:13: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-09 08:13:58 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/payments/2" for 127.0.0.1 at 2013-08-09 08:14:01 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"2"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (2.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN SQL (137.8ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 2]]  (95.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/payments Completed 302 Found in 243ms (ActiveRecord: 237.5ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:14:02 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:14:02 +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-09 08:14:02 +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-09 08:14: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-09 08:14: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-09 08:14:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 08:14:02 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:02 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:02 +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-09 08:14:02 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:02 +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-09 08:14: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-09 08:14:02 +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-09 08:14: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-09 08:14:02 +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-09 08:14:02 +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-09 08:14:03 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 08:14:03 +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-09 08:14:03 +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-09 08:14:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/payments/1" for 127.0.0.1 at 2013-08-09 08:14:06 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (1.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 1]]  (20.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/payments Completed 302 Found in 27ms (ActiveRecord: 22.4ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:14:06 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (2.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Completed 200 OK in 65ms (Views: 63.9ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:14: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-09 08:14:06 +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-09 08:14:06 +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-09 08:14:06 +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-09 08:14: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-09 08:14:06 +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-09 08:14:06 +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-09 08:14:06 +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-09 08:14: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-09 08:14:06 +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-09 08:14: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-09 08:14:06 +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-09 08:14:06 +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-09 08:14: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-09 08:14:06 +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-09 08:14:06 +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-09 08:14:06 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 08:14:06 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:14:47 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:14:47 +0200 Served asset /adherent/application.css - 304 Not Modified (20ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:47 +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-09 08:14:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:47 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:47 +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-09 08:14:47 +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-09 08:14:47 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-09 08:14: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-09 08:14: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-09 08:14:47 +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-09 08:14:47 +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-09 08:14:47 +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-09 08:14:47 +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-09 08:14: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-09 08:14:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 08:14:48 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 08:14:54 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"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.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (9.3ms) 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 (50.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (67.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 215ms (Views: 93.7ms | ActiveRecord: 15.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:14:54 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:54 +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-09 08:14: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-09 08:14:54 +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-09 08:14: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-09 08:14: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-09 08:14: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-09 08:14:54 +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-09 08:14: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-09 08:14:54 +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-09 08:14:54 +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-09 08:14: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-09 08:14:54 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 08:14:54 +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-09 08:14:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (90ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 08:14:55 +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-09 08:14: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-09 08:14:55 +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-09 08:14:55 +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-09 08:14: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-09 08:14:55 +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-09 08:14:55 +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-09 08:14:55 +0200 Served asset /adherent/cal.gif - 304 Not Modified (28ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 08:15:09 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"09/08/2013", "amount"=>"120.25", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (102.9ms) 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, 09 Aug 2013 06:15:09 UTC +00:00], ["date", Fri, 09 Aug 2013], ["member_id", 1], ["mode", "CB"], ["updated_at", Fri, 09 Aug 2013 06:15:09 UTC +00:00]]  (174.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 288ms (ActiveRecord: 277.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 08:15:10 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (14.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 59ms (Views: 51.8ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 08:15:10 +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-09 08:15: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-09 08:15: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-09 08:15: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-09 08:15:10 +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-09 08:15:10 +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-09 08:15:10 +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-09 08:15: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-09 08:15: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-09 08:15: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-09 08:15: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 2013-08-09 08:15: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-09 08:15:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (69ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 08:15: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-09 08:15:10 +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-09 08:15: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-09 08:15: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-09 08:15:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 08:15: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-09 08:15: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-09 08:15:10 +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-09 08:15:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 08:15:10 +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-09 08:15:10 +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-09 08:15:10 +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-09 08:15: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-09 08:15:10 +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-09 08:15: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-09 08:15:11 +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-09 08:15:11 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 10:25:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) 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  (0.9ms) 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 (32.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Completed 200 OK in 390ms (Views: 363.8ms | ActiveRecord: 9.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:25:37 +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-09 10:25:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:25:37 +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-09 10:25: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-09 10:25:37 +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-09 10:25:37 +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-09 10:25:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 10:25:38 +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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25:38 +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-09 10:25:38 +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-09 10:25: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-09 10:25:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (60ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25:38 +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-09 10:25:38 +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-09 10:25:38 +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-09 10:25:38 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 10:25:38 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (94ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:25:57 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (45.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 87ms (Views: 81.9ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:25:57 +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-09 10:25: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-09 10:25:57 +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-09 10:25: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-09 10:25: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-09 10:25:57 +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-09 10:25: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-09 10:25:57 +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-09 10:25:57 +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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25: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-09 10:25:57 +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-09 10:25:57 +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-09 10:25: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-09 10:25:57 +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-09 10:25: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-09 10:25:57 +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-09 10:25:57 +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-09 10:25:57 +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-09 10:25:57 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 10:25:57 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (14ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 10:25: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-09 10:25:58 +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-09 10:25:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:26:39 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (8.6ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (8.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (4.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (36.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 82ms (Views: 58.4ms | ActiveRecord: 22.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:26: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-09 10:26: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-09 10:26:39 +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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26:39 +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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26:39 +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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26: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-09 10:26:39 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 10:26:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 10:26: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-09 10:26:40 +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-09 10:26:40 +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-09 10:26:40 +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-09 10:26:40 +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-09 10:26:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-09 10:26:53 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 37ms (Views: 29.5ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:26:54 +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-09 10:26: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-09 10:26: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-09 10:26:54 +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-09 10:26:54 +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-09 10:26: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-09 10:26: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-09 10:26:54 +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-09 10:26: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-09 10:26: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-09 10:26:54 +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-09 10:26:54 +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-09 10:26: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-09 10:26: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-09 10:26:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 10:26:54 +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-09 10:26:54 +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-09 10:26:54 +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-09 10:26: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-09 10:26:54 +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-09 10:26:54 +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-09 10:26: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-09 10:26:54 +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-09 10:26: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-09 10:26:54 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 10:26:54 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:26:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (15ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-09 10:27:34 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.9ms) 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/show.html.erb within layouts/adherent/application (1.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 17.8ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:27:34 +0200 Served asset /adherent/application.css - 304 Not Modified (43ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 10:27: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-09 10:27:34 +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-09 10:27: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 2013-08-09 10:27:34 +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-09 10:27:34 +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-09 10:27:34 +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-09 10:27:34 +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-09 10:27:34 +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-09 10:27:34 +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-09 10: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-09 10:27:34 +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-09 10:27:34 +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-09 10:27: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 2013-08-09 10:27:34 +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-09 10:27:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 10:27: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-09 10:27: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-09 10: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-09 10: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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27:34 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 10:27:34 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:27:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:27:37 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:27:37 +0200 Served asset /adherent/application.css - 304 Not Modified (37ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 10:27: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-09 10:27:37 +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-09 10:27: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-09 10:27: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-09 10:27:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:27: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-09 10:27:37 +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-09 10:27:37 +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-09 10:27: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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27: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-09 10:27: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-08-09 10:27:37 +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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27: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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +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-09 10:27:37 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:28:03 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) 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" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (18.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 70ms (Views: 66.7ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:03 +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-09 10:28: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-09 10:28:03 +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-09 10:28: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-09 10:28:03 +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-09 10:28: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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:03 +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-09 10:28:03 +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-09 10:28: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-09 10:28: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-09 10:28:03 +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-09 10:28: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-09 10:28:03 +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-09 10:28: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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +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-09 10:28:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 10:28:16 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (7.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 85.7ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28: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-09 10:28: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-09 10:28:16 +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-09 10:28: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-09 10:28:16 +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-09 10:28:17 +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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:17 +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-09 10:28: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-09 10:28: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-09 10:28:17 +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-09 10:28: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-08-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:28:17 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (18ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:28:19 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (5.5ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (8.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (3.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (30.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 90ms (Views: 67.7ms | ActiveRecord: 20.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28:20 +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-09 10:28:20 +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-09 10: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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28: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-09 10:28:20 +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-09 10: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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28: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-09 10: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-09 10:28:20 +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-09 10:28:20 +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-09 10:28: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-09 10: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-09 10: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-09 10:28: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-09 10:28: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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +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-09 10:28: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-09 10:28:20 +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-09 10:28:20 +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-09 10:28:20 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:28:22 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.0ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (16.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 71ms (Views: 67.3ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28: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-08-09 10:28:22 +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-09 10:28:22 +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-09 10:28:22 +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-09 10:28: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-09 10:28: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-09 10:28:22 +0200 Served asset /adherent/coords.css - 304 Not Modified (14ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28: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-09 10:28:22 +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-09 10:28: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-09 10:28: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-09 10:28:22 +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-09 10:28:22 +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-09 10:28: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-09 10:28:22 +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-09 10:28:22 +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-09 10:28:22 +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 2013-08-09 10:28:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 10:28:23 +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-09 10:28: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-09 10:28:23 +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-09 10:28:23 +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-09 10:28:23 +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-09 10:28:23 +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-09 10:28: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-09 10:28:23 +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-09 10:28:23 +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-09 10:28:23 +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-09 10:28:23 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/1/payments/3" for 127.0.0.1 at 2013-08-09 10:28:29 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member_id"=>"1", "id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 3]]  (12.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/payments Completed 302 Found in 19ms (ActiveRecord: 13.6ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:28:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (3.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 51.3ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:28:29 +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-09 10:28: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-09 10:28:29 +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-09 10:28: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-09 10:28: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-09 10:28:29 +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-09 10:28: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-09 10:28:29 +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-09 10:28:29 +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-09 10:28: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-09 10:28: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-09 10:28:30 +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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:30 +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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28: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-09 10:28:30 +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-09 10:28: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-09 10:28:30 +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-09 10:28:30 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:29:56 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (17.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 31.4ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:29:56 +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-09 10:29:56 +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-09 10:29: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-09 10:29:56 +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-09 10:29:56 +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-09 10:29:56 +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-09 10:29: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-09 10:29: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-09 10:29: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-09 10:29: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-09 10:29: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-09 10:29:56 +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-09 10:29:56 +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-09 10:29:56 +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-09 10:29:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (80ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 10:29:56 +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-09 10:29: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-09 10:29:56 +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-09 10:29:56 +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-09 10:29:56 +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-09 10:29: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-09 10:29: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-09 10:29:56 +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-09 10:29:56 +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-09 10:29:56 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:29:57 +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-09 10:29:57 +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-09 10:29:57 +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-09 10:29:57 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:35:57 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (97.9ms) Completed 500 Internal Server Error in 218ms ActionView::Template::Error (undefined method `list_imputations' for #<#:0xb6a061b0>): 20: %td= payment.date 21: %td= number_to_currency(payment.amount, locale: :fr) 22: %td= payment.mode 23: %td= list_imputations(payment) 24: %td 25: = icon_to 'modifier.png', edit_member_payment_path(@member, payment) 26: = icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:23:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__615403298' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:18:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__615403298' 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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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 (10.5ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:36:12 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (85.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.6ms) Completed 200 OK in 457ms (Views: 431.4ms | ActiveRecord: 5.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:36:12 +0200 Served asset /adherent/application.css - 304 Not Modified (25ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 10:36:12 +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-09 10:36:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 10:36: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-09 10:36: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-09 10:36:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:36: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-09 10:36:12 +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-09 10:36:12 +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-09 10:36:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-09 10:36:12 +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-09 10:36:12 +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-09 10:36:12 +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-09 10:36:12 +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-09 10:36:12 +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-09 10:36:12 +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-09 10:36:13 +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-09 10:36:13 +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-09 10:36:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-09 10:36:13 +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-09 10:36:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 10:36:13 +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-09 10:36:13 +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-09 10:36:13 +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-09 10:36:13 +0200 Served asset /adherent/application.js - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:36:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 10:36:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 10:36:13 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:36:13 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (1ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:47:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (28.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (78.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 597ms (Views: 449.7ms | ActiveRecord: 113.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:47:30 +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-09 10:47: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-09 10:47:30 +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-09 10:47:30 +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-09 10:47: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-09 10:47: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-09 10:47:30 +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-09 10:47: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-09 10:47: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-09 10:47:30 +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-09 10:47:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (47ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 10:47: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-09 10:47:30 +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-09 10:47:30 +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-09 10:47: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-09 10:47: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-09 10:47: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-09 10:47:30 +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-09 10:47:30 +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-09 10:47: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-09 10:47: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-09 10:47:30 +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-09 10:47: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-09 10:47: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-09 10:47: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-09 10:47:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 10:47:31 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (79ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 10:47:31 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:47:31 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (94ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:48:04 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.2ms) 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" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (56.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 204ms (Views: 160.4ms | ActiveRecord: 12.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48: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-08-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48:05 +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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48:05 +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-09 10:48:05 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:48:06 +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-09 10:48: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-09 10:48:06 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:48:11 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (4.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (4.1ms) 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" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 124ms (Views: 113.8ms | ActiveRecord: 8.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:48:12 +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-09 10:48: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-09 10:48:12 +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-08-09 10:48: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-08-09 10:48:12 +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-09 10:48: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-09 10:48: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-09 10:48:12 +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-09 10:48: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-09 10:48: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-08-09 10:48:12 +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-09 10:48: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-08-09 10:48:12 +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-09 10:48:12 +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-09 10:48:12 +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-09 10:48:12 +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-09 10:48:12 +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-09 10:48: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-09 10:48: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-09 10:48:12 +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-09 10:48:12 +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-09 10:48: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-09 10:48: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-09 10:48:12 +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-09 10:48: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-09 10:48:12 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:48:12 +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-09 10:48:12 +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-09 10:48:12 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:48:52 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.2ms) 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" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (33.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 43.7ms | ActiveRecord: 5.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:48:53 +0200 Served asset /adherent/application.css - 304 Not Modified (15ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:48:53 +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-09 10:48: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-09 10:48:53 +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-09 10:48: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-08-09 10:48: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-09 10:48:53 +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-09 10:48:53 +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-09 10:48:53 +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-09 10:48: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-09 10:48:53 +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-09 10:48:53 +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-09 10:48: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-09 10:48:53 +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-09 10:48: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-09 10:48: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-09 10:48:53 +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-09 10:48:53 +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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48: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-09 10:48:53 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:48:53 +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-09 10:48: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-09 10:48:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:49:26 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (15.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.2ms) 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" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (32.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 136ms (Views: 95.9ms | ActiveRecord: 21.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:49:26 +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-09 10:49:26 +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-09 10:49: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-09 10: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-09 10:49:26 +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-09 10:49: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-09 10:49:26 +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-09 10:49: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-09 10:49:26 +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-09 10: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-09 10:49: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-09 10:49: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-09 10:49:26 +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-09 10:49: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-09 10:49:26 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 10:49:26 +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-09 10: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-09 10:49:26 +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-09 10:49:26 +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-09 10:49:26 +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-09 10:49:26 +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-09 10:49: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-09 10:49: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-09 10:49:26 +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-09 10:49:26 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:49:27 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:49:27 +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-09 10:49: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-09 10:49:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 10:49:41 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (9.2ms) 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 (111.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (150.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 291ms (Views: 182.8ms | ActiveRecord: 15.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:49:41 +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-09 10:49:41 +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-09 10:49: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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49: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-09 10:49: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-09 10:49:41 +0200 Served asset /adherent/members.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-09 10:49: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-09 10:49:41 +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-09 10:49:41 +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-09 10:49: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-09 10:49:41 +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-09 10:49:41 +0200 Served asset /adherent/payments.css - 304 Not Modified (61ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49:41 +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-09 10:49: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-09 10:49:42 +0200 Served asset /adherent/cal.gif - 304 Not Modified (98ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 10:52:29 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) 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 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 (8.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 111ms (Views: 56.0ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:52:29 +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-09 10:52:29 +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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52:29 +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-09 10:52:29 +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-09 10:52:29 +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-09 10:52: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-09 10:52:29 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:52:46 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.8ms) 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" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (14.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 62.8ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:52:46 +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-09 10:52: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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52: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-09 10:52:46 +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-09 10:52:46 +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-09 10:52: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-09 10:52: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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52:46 +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-09 10:52: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-09 10:52: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-09 10:52:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:52:46 +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-09 10:52: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-09 10:52:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 10:54:59 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"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  (0.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/payments/_form.html.haml (6.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (8.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 22.4ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:54:59 +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-09 10: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-09 10:54: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-09 10: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-09 10:54:59 +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-09 10:54:59 +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-09 10:54: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-09 10:54:59 +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-09 10:54: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-09 10: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-09 10:54:59 +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-09 10:54: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-09 10:54: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-09 10: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-09 10: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-09 10:54:59 +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-09 10:54: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-09 10:54: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-09 10:54: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-09 10:54: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-09 10: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-09 10:54: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-09 10: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-09 10:54:59 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 10:54:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (63ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:54:59 +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-09 10:54:59 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:55:54 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (9.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:55: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-09 10: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-09 10:55: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-09 10:55:54 +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-09 10:55: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-09 10:55:54 +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-09 10:55:54 +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-09 10:55:54 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55: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-09 10:55: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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55: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-09 10:55:55 +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-09 10:55: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-09 10:55:55 +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-09 10:55:55 +0200 Served asset /adherent/application.js - 304 Not Modified (100ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +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-09 10:55:55 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:57:59 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.9ms) 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" = 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (36.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 59ms (Views: 53.5ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:57:59 +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-09 10:57:59 +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-09 10:57: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-09 10:57: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-09 10:57: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-09 10:57:59 +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-09 10:57:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-09 10:57: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-09 10:57:59 +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-09 10:57:59 +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-09 10:58:00 +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-09 10:58:00 +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-09 10:58:00 +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-08-09 10:58:00 +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-09 10:58:00 +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-09 10:58:00 +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-09 10:58:00 +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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58:00 +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-09 10:58:00 +0200 Served asset /adherent/application.js - 304 Not Modified (68ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 10:58:00 +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-09 10:58: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-09 10:58: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-09 10:58:00 +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-09 10:58:00 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:58:22 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) 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.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (17.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 38ms (Views: 32.5ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:58:22 +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-09 10:58:22 +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-09 10:58: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-09 10:58:22 +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-09 10:58:22 +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-09 10:58:22 +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-09 10:58: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-09 10:58: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-08-09 10:58:23 +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-09 10:58:23 +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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58:23 +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-09 10:58:23 +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-09 10:58: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-08-09 10:58:23 +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-09 10:58:23 +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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58: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-09 10:58:23 +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-09 10:58: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-09 10:58: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-09 10:58:23 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 10:58:23 +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-09 10:58:23 +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-09 10:58:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 10:58:53 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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.6ms) SELECT "adherent_reglements".* 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  (0.2ms) 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/index.html.haml within layouts/adherent/application (18.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:58:53 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:58:53 +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-09 10:58: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-09 10:58:53 +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-09 10:58: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-09 10:58: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-09 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-09 10:58:53 +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-09 10:58: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-09 10:58: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-08-09 10:58:53 +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-09 10:58:53 +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-09 10:58:53 +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-09 10:58: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-08-09 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-09 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-09 10:58:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (73ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-09 10:58: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-09 10:58:53 +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-09 10:58:53 +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-09 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-09 10:58:53 +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-09 10:58: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-09 10:58:53 +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-09 10:58:53 +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-09 10:58:53 +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-09 10:58:53 +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-09 10:58:53 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:59:00 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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 (155.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 180ms (Views: 157.7ms | ActiveRecord: 20.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:59:00 +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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59:01 +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-09 10:59:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (52ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 10:59:01 +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-09 10:59: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 2013-08-09 10:59: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 2013-08-09 10:59:01 +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-09 10:59:01 +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-09 10:59:01 +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-09 10:59:01 +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-09 10:59:01 +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-09 10:59: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-09 10:59: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 2013-08-09 10:59:01 +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-09 10:59: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 2013-08-09 10:59: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 2013-08-09 10:59:01 +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-09 10:59:01 +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-09 10:59: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-09 10:59:01 +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-09 10:59:01 +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-09 10:59:01 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (41ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 10:59:01 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 10:59:01 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 10:59:01 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (14ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 10:59: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-09 10:59:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 10:59:16 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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 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 (14.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:59:17 +0200 Served asset /adherent/application.css - 304 Not Modified (35ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59:17 +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-09 10:59:17 +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-09 10:59: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-09 10:59: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-09 10:59: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-08-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59: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-09 10:59:17 +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-09 10:59: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-09 10:59: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-09 10:59:17 +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-09 10:59:17 +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-09 10:59:17 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 10:59: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-09 10:59:17 +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-09 10:59: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-09 10:59:17 +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-09 10:59:17 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 10:59:25 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 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.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 10:59:25 +0200 Served asset /adherent/application.css - 304 Not Modified (33ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 10:59: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-09 10:59:25 +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-09 10:59: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-09 10:59:25 +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-09 10:59:25 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 10:59:25 +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-09 10:59:25 +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-09 10:59: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-09 10:59: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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59: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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59: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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59: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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +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-09 10:59:25 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:02:44 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.2ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.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" = 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/members/index.html.erb within layouts/adherent/application (61.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 130ms (Views: 68.4ms | ActiveRecord: 11.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:02:44 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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 2013-08-09 11:02:44 +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-09 11:02: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-09 11:02:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (82ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02: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-09 11:02:45 +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-09 11:02: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-09 11:02:45 +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-09 11:02:45 +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-09 11:02:45 +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-09 11:02:45 +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-09 11:02:45 +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-09 11:02:45 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:03:55 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.6ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (1.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (4.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (7.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (4.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (48.6ms) Compiled adherent/members.css (24ms) (pid 31110) Compiled adherent/application.css (13ms) (pid 31110) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 572ms (Views: 547.8ms | ActiveRecord: 22.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:03:56 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11:03:56 +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-09 11:03:56 +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-09 11:03:56 +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-09 11:03:56 +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-09 11:03:56 +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-09 11:03: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-09 11:03:56 +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-09 11:03:56 +0200 Served asset /adherent/members.css - 200 OK (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-09 11:03:56 +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-09 11:03:56 +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-09 11:03:56 +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-09 11:03: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-09 11:03: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-09 11:03: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-09 11:03: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-09 11:03: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-09 11:03: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-09 11:03: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-09 11:03:57 +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-09 11:03: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-09 11:03:57 +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-09 11:03:57 +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-09 11:03:57 +0200 Served asset /adherent/application.js - 304 Not Modified (46ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 11:03:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 11:03:58 +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-09 11:03:58 +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-09 11:03:58 +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-09 11:03:58 +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-09 11:03: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-09 11:03:58 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:04:11 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:04: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-09 11:04:11 +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-09 11:04: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-08-09 11:04:11 +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-09 11:04:11 +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-09 11:04:11 +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-09 11:04:11 +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-09 11:04:11 +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-09 11:04: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-09 11:04:11 +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-09 11:04: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-09 11:04:11 +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-09 11:04: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-09 11:04:11 +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-09 11:04:11 +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-09 11:04: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-09 11:04:11 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (67ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 11:04: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-08-09 11:04:11 +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-09 11:04:11 +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-09 11:04:12 +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-09 11:04:12 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:04:15 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members"  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.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 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Coord Load (0.9ms) 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 (23.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 47ms (Views: 38.1ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:04:15 +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-09 11:04: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-09 11:04:15 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:15 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:15 +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-09 11:04: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-09 11:04:15 +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-09 11:04:15 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:15 +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-09 11:04: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-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +0200 Served asset /adherent/members.js - 304 Not Modified (67ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +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-09 11:04:15 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:04:17 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (3.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:04:17 +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-09 11:04: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-09 11:04: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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:17 +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-09 11:04: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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04:17 +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-09 11:04: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-09 11:04: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-09 11:04:18 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions/new" for 127.0.0.1 at 2013-08-09 11:04:20 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (4.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (33.5ms) 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 (15.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (30.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.3ms) Completed 200 OK in 141ms (Views: 98.4ms | ActiveRecord: 38.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:04:20 +0200 Served asset /adherent/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04: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-09 11:04:20 +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-09 11:04: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-09 11:04: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-09 11:04:20 +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-09 11:04: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-09 11:04: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-09 11:04:20 +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-09 11:04: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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04:20 +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-09 11:04: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-09 11:04: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-09 11:04:20 +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-09 11:04:20 +0200 Served asset /adherent/cal.gif - 304 Not Modified (16ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:04:23 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (2.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:04:23 +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-09 11:04:23 +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-09 11:04:23 +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-09 11:04: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-09 11:04:23 +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-09 11:04:23 +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-09 11:04:23 +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-09 11:04: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-09 11:04:23 +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-09 11:04: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-09 11:04: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-09 11:04: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-09 11:04:23 +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-09 11:04: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-09 11:04:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 11:04: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-09 11:04:24 +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-09 11:04:24 +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-09 11:04: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-09 11:04:24 +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-09 11:04:24 +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-09 11:04:24 +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-09 11:04:24 +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-09 11:04:24 +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-09 11:04:24 +0200 Served asset /adherent/application.js - 304 Not Modified (66ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:04:24 +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-09 11:04:24 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:06:33 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (0.0ms) 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.2ms) 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 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 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" = 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/members/index.html.erb within layouts/adherent/application (57.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 83ms (Views: 62.4ms | ActiveRecord: 11.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:06:34 +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-09 11:06: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-09 11:06:34 +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-09 11:06:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11:06:34 +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-09 11:06:34 +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-09 11:06: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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06: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-09 11:06: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-09 11:06:34 +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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 11:06:34 +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-09 11:06: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-09 11:06:34 +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-09 11:06:34 +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-09 11:06: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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +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-09 11:06:34 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:06:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Redirected to http://localhost:3000/adherent/members/2/adhesions/new Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/adherent/members/2/adhesions/new" for 127.0.0.1 at 2013-08-09 11:06:37 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.3ms) 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 (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 25.2ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:06:37 +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-08-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06:38 +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-09 11:06: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-09 11:06: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-09 11:06:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-09 11:06:38 +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-09 11:06: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-09 11:06:38 +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-09 11:06: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-09 11:06: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-08-09 11:06:38 +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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:06:50 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"09/08/2013", "to_date"=>"08/08/2014", "amount"=>"150"}, "commit"=>"Enregistrer", "member_id"=>"2"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (21.6ms) BEGIN SQL (346.0ms) 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, 09 Aug 2013 09:06:50 UTC +00:00], ["from_date", Fri, 09 Aug 2013], ["member_id", 2], ["to_date", Fri, 08 Aug 2014], ["updated_at", Fri, 09 Aug 2013 09:06:50 UTC +00:00]]  (35.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/adhesions Completed 302 Found in 632ms (ActiveRecord: 403.3ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:06:51 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.8ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (9.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 66ms (Views: 59.8ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06:51 +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-09 11:06:51 +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-09 11:06:51 +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-09 11:06:51 +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-09 11:06: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-09 11:06:51 +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-09 11:06:51 +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-09 11:06:51 +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-09 11:06: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-09 11:06:51 +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-09 11:06: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-09 11:06:51 +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-09 11:06:51 +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-09 11:06:51 +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-09 11:06: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-09 11:06: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-09 11:06:51 +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-08-09 11:06:51 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:06: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-09 11:06:51 +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-09 11:06: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-09 11:06:51 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 11:06:56 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/payments/_form.html.haml (48.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (61.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 119ms (Views: 89.5ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06: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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06: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-09 11:06:57 +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-09 11:06: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-09 11:06: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-09 11:06: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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +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-09 11:06:57 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 11:07:02 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"09/08/2013", "amount"=>"150.0", "mode"=>"Chèque"}, "commit"=>"Enregistrer", "member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN SQL (27.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", Fri, 09 Aug 2013 09:07:02 UTC +00:00], ["date", Fri, 09 Aug 2013], ["member_id", 2], ["mode", "Chèque"], ["updated_at", Fri, 09 Aug 2013 09:07:02 UTC +00:00]] Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 SQL (4.4ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 2], ["amount", #], ["created_at", Fri, 09 Aug 2013 09:07:02 UTC +00:00], ["payment_id", 7], ["updated_at", Fri, 09 Aug 2013 09:07:02 UTC +00:00]]  (15.5ms) COMMIT Completed 500 Internal Server Error in 139ms NameError (undefined local variable or method `imputation' for #): /home/jcl/rails_project/Adherent/app/controllers/adherent/payments_controller.rb:19: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:414:in `_run__935584485__process_action__241603932__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__826148822__call__879238133__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.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.4ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:07:33 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.2ms) 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.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (58.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 120ms (Views: 101.0ms | ActiveRecord: 9.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07:33 +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-09 11:07: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-09 11:07:34 +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-09 11:07:34 +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-09 11:07:34 +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-09 11:07:34 +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-09 11:07: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 2013-08-09 11:07:34 +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-09 11:07: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 2013-08-09 11:07: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-09 11:07:34 +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-09 11:07:34 +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-09 11:07: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-09 11:07:34 +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-09 11:07: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-09 11:07:34 +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-09 11:07:34 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:34 +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-09 11:07:34 +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-09 11:07:34 +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-09 11:07: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-09 11:07:34 +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-09 11:07:34 +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-09 11:07:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 11:07:34 +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-09 11:07:34 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 11:07:41 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 2 Adherent::Reglement Load (0.4ms) 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.4ms) 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/payments/index.html.haml within layouts/adherent/application (29.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 74ms (Views: 67.3ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:07:41 +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-09 11:07: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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +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-09 11:07: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-09 11:07:41 +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-09 11:07:41 +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-09 11:07: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-09 11:07:41 +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-09 11:07: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-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +0200 Served asset /adherent/application.js - 304 Not Modified (70ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:07:41 +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-09 11:07:41 +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-09 11:07:41 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:07:45 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (2.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.5ms) 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.3ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (21.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 30.3ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (22ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:45 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:45 +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-09 11:07:45 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:45 +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-09 11:07: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-09 11:07: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-09 11:07:45 +0200 Served asset /adherent/application.js - 304 Not Modified (79ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 11:07:46 +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-09 11:07:46 +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-09 11:07: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-09 11:07:46 +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-09 11:07:46 +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-09 11:07:46 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 11:07:47 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:47 +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-09 11:07:47 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:47 +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-09 11:07: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-09 11:07: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-09 11:07:47 +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-09 11:07:47 +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-09 11:07: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-09 11:07:47 +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-09 11:07:47 +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-09 11:07: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-09 11:07: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-09 11:07:47 +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-09 11:07:47 +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-09 11:07:47 +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-09 11:07: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-09 11:07:48 +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-09 11:07: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-09 11:07:48 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:07:52 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.3ms) 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.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) 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 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (18.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:52 +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-09 11:07:52 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:52 +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-09 11:07: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-09 11:07:53 +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-09 11:07: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-09 11:07: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-09 11:07:53 +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-09 11:07:53 +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-09 11:07:53 +0200 Served asset /adherent/application.js - 304 Not Modified (75ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07:53 +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-09 11:07:53 +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-09 11:07:53 +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-09 11:07:53 +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-09 11:07:53 +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-09 11:07:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (3.5ms) 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 9ms (ActiveRecord: 3.9ms) Started GET "/adherent/members/5/adhesions/new" for 127.0.0.1 at 2013-08-09 11:07:57 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.3ms) 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 (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 56ms (Views: 51.5ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:57 +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-09 11:07:57 +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-09 11:07:57 +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-09 11:07: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-09 11:07:57 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:57 +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-09 11:07: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-09 11:07: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-09 11:07: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-09 11:07:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (65ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 11:07: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-09 11:07: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-09 11:07:57 +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-09 11:07:57 +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-09 11:07:57 +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-09 11:07:57 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-09 11:08:06 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"09/08/2013", "to_date"=>"08/08/2014", "amount"=>"150"}, "commit"=>"Enregistrer", "member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.2ms) BEGIN SQL (19.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", Fri, 09 Aug 2013 09:08:06 UTC +00:00], ["from_date", Fri, 09 Aug 2013], ["member_id", 5], ["to_date", Fri, 08 Aug 2014], ["updated_at", Fri, 09 Aug 2013 09:08:06 UTC +00:00]]  (30.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/adhesions Completed 302 Found in 64ms (ActiveRecord: 50.6ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-09 11:08:06 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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 (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:07 +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-09 11:08:07 +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-09 11:08: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-09 11:08:07 +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-09 11:08:07 +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-09 11:08:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:07 +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-09 11:08:07 +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-09 11:08:07 +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-09 11:08: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-09 11:08:07 +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-09 11:08:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 11:08: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-09 11:08: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-09 11:08:07 +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-09 11:08:07 +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-09 11:08: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-09 11:08:07 +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-09 11:08:07 +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-09 11:08: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-09 11:08: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-09 11:08:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (61ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08:07 +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-09 11:08:07 +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-09 11:08:07 +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-09 11:08:07 +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-09 11:08:07 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments/new" for 127.0.0.1 at 2013-08-09 11:08:14 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (1.0ms) 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  (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/payments/_form.html.haml (16.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (25.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 98ms (Views: 87.7ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08: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-09 11:08:14 +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-09 11:08:14 +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-09 11:08: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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08: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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08:14 +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-09 11:08: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-08-09 11:08:14 +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-09 11:08:15 +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-09 11:08:15 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:08:33 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"09/08/2013", "amount"=>"300", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"5"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.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", Fri, 09 Aug 2013 09:08:33 UTC +00:00], ["date", Fri, 09 Aug 2013], ["member_id", 5], ["mode", "CB"], ["updated_at", Fri, 09 Aug 2013 09:08:33 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date  (0.1ms) 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 SQL (0.6ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 3], ["amount", #], ["created_at", Fri, 09 Aug 2013 09:08:33 UTC +00:00], ["payment_id", 8], ["updated_at", Fri, 09 Aug 2013 09:08:33 UTC +00:00]]  (50.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/adhesions Completed 302 Found in 77ms (ActiveRecord: 53.2ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-09 11:08:33 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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 (7.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 29ms (Views: 23.9ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:33 +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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +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-09 11:08: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-09 11:08:33 +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-09 11:08: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-09 11:08: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-09 11:08:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 11:08: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-09 11:08: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-09 11:08:33 +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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +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-09 11:08:33 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:08:41 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (1.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (1.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.6ms) 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 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.3ms) 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" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Coord Load (0.1ms) 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 (23.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 44ms (Views: 32.1ms | ActiveRecord: 6.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:41 +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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +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-09 11:08: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-09 11:08: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-09 11:08: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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 11:08:41 +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-09 11:08: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-09 11:08:41 +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-09 11:08:41 +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-09 11:08: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-09 11:08:41 +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-09 11:08:41 +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-09 11:08:42 +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-09 11:08:42 +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-09 11:08: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 2013-08-09 11:08:42 +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-09 11:08:42 +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-09 11:08:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:08:46 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* 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  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:08:46 +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-09 11:08: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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08: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-09 11:08: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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08:46 +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-09 11:08: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-09 11:08:46 +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-09 11:08: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-09 11:08:46 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:10:11 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (1.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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (36.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 76ms (Views: 45.1ms | ActiveRecord: 7.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:10:11 +0200 Served asset /adherent/application.css - 304 Not Modified (57ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11:10:11 +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-09 11:10: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-09 11:10: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-09 11:10: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-09 11:10:11 +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-09 11:10:11 +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-09 11:10:11 +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-09 11:10: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-09 11:10:11 +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-09 11:10: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-09 11:10: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-09 11:10:11 +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-09 11:10:11 +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-09 11:10: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-09 11:10:12 +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-09 11:10:12 +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-09 11:10:12 +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-09 11:10: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-09 11:10: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-09 11:10: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-09 11:10: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-09 11:10:12 +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-09 11:10:12 +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-09 11:10:12 +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-09 11:10: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-09 11:10:12 +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-09 11:10:12 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:20:45 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (32.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (34.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (117.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 509ms (Views: 439.0ms | ActiveRecord: 67.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:20:46 +0200 Served asset /adherent/application.css - 304 Not Modified (89ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 11:20:46 +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-09 11:20: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-09 11:20:46 +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-09 11:20:46 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:20:47 +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-09 11:20:47 +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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20:47 +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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20: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-09 11:20:47 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 11:20:47 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:20:47 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (15ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:35:54 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (16.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776_78391380 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:28: syntax error, unexpected '>' if payment.non_impute <> 0.0 ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:32: syntax error, unexpected keyword_ensure, expecting end-of-input Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776_78391380(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/index";_old_output_buffer = @output_buffer;;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;;haml_temp = content_for :menu do _hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'navigation90.png', members_path, title:'Liste des membres' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'money-plus.png', new_member_payment_path(@member), title:'Nouveau paiement' ));}\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n

#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_false_false_true_false(("Historique des paiements re\u{e7}us de #{Haml::Helpers.html_escape((@member.to_s))}" ));}

\n
<%= coord.city %><%= icon_to 'detail.png', member_coord_path(coord.member) %> 46: <%= icon_to 'modifier.png', edit_member_coord_path(member) %> 47: <%= icon_to 'supprimer.png', coord, :confirm => 'Etes vous sur ?', :method => :delete %>
<%= member.name %><%= member.forname %><%= member.birthdate %><%= member.coord.exists? ? member.coord.mail : '' %> 37: <%= member.coord.exists? ? member.coord.tel : '' %> 38: <%= icon_to 'detail.png', member_coord_path(member) %> 39: <%= icon_to 'modifier.png', edit_member_path(member) %> 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:36:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__487732761__612609058' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `__home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__487732761__612609058' 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:10: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:403:in `_run__977388886__process_action__455976501__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__160213321__call__87998887__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.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 (0.7ms) 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" for 127.0.0.1 at 2013-08-06 07:09:06 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.8ms) 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 (12.7ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined method `any?' for #): 33: <%= member.name %><%= member.forname %><%= member.birthdate %><%= member.coord.any? ? member.coord.mail : '' %> 37: <%= member.coord.any? ? member.coord.tel : '' %> 38: <%= icon_to 'detail.png', member_coord_path(member) %> 39: <%= icon_to 'modifier.png', edit_member_path(member) %> 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:36:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__487732761__612497858' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:30:in `__home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__487732761__612497858' 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:10: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:403:in `_run__977388886__process_action__455976501__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__160213321__call__87998887__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.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 (9.2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:09:18 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (1.0ms) 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 (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-06 07:09:18 +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-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09:18 +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-06 07:09:18 +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-06 07:09: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-06 07:09:18 +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-06 07:09:18 +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-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09: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-06 07:09:18 +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-06 07:09:18 +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-06 07:09:19 +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-06 07:09: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-06 07:09:19 +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-06 07:09:19 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-06 07:10:16 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 17ms (Views: 13.9ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-06 07:10: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-08-06 07:10: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-06 07:10: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-08-06 07:10: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-08-06 07:10:16 +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 2013-08-06 07:10:16 +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-06 07:10:16 +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-06 07:10:16 +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-06 07:10: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-06 07:10: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-06 07:10:16 +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-06 07:10: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-06 07:10: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-08-06 07:10: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-06 07:10: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-08-06 07:10:16 +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-06 07:10: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-06 07: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-06 07:10:17 +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-06 07:10:17 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 07:10:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:10:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:10:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:10:22 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  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/members/index.html.erb within layouts/adherent/application (4.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:10:23 +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-06 07:10:23 +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-06 07:10: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-06 07:10:23 +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-06 07:10:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-06 07:10: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-06 07:10: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-06 07:10:23 +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-06 07:10: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-06 07:10:23 +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-06 07:10:23 +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-06 07:10:23 +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-06 07:10:23 +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-06 07:10: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-06 07:10: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-08-06 07:10:23 +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-06 07:10: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-06 07:10:23 +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-06 07:10: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-06 07:10: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-06 07:10:23 +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-06 07: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-06 07:10:23 +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-06 07:10:23 +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-06 07:10:23 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:10:27 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (13.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:10:27 +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-06 07:10:27 +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-06 07: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-06 07:10:27 +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-06 07:10:27 +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-06 07:10:27 +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-06 07: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-06 07:10:27 +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-06 07: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-06 07: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-06 07:10:27 +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-06 07: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-06 07:10:27 +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-06 07: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-06 07:10:27 +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-06 07:10:27 +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-06 07:10:27 +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-06 07:10:27 +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-06 07:10:27 +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-06 07:10:27 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 07:10:27 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:10:27 +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-06 07:10:27 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:10:27 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:11:00 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (13.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (15.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 07:11:00 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (71ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-06 07:11: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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +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-06 07:11:00 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:11:18 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (15.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:11:18 +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-06 07:11: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-06 07:11:18 +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-06 07:11: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-06 07:11: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-06 07:11:18 +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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:18 +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-06 07:11:18 +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-06 07:11:18 +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-06 07:11:18 +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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:18 +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-06 07:11:18 +0200 Served asset /adherent/application.js - 304 Not Modified (64ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:11:19 +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-06 07:11:19 +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-06 07:11:19 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:11:47 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.4ms) UPDATE "adherent_members" SET "birthdate" = '2013-03-03', "updated_at" = '2013-08-06 05:11:47.527578' WHERE "adherent_members"."id" = 1  (28.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 35ms (ActiveRecord: 28.8ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:11:47 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (4.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:11:47 +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-06 07:11:47 +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-06 07:11: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-06 07:11:47 +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-06 07:11:47 +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-06 07:11:47 +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-06 07:11: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-06 07:11: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-06 07:11:47 +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-06 07:11:47 +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-06 07:11: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-06 07:11:47 +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-06 07:11:47 +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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:48 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:11:48 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:11:48 +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-06 07:11:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:11:54 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members"  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 (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 59ms (Views: 53.3ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:54 +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-06 07:11:54 +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-06 07:11:54 +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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:54 +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-06 07:11:54 +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-06 07:11: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-06 07:11: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-06 07:11:54 +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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11: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-06 07:11:54 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:11: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-06 07:11:54 +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-06 07:11:54 +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-06 07:11:54 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:12:32 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (18.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Completed 200 OK in 69ms (Views: 66.9ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:12:32 +0200 Served asset /adherent/application.css - 304 Not Modified (24ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +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-06 07:12: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-08-06 07:12:32 +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-06 07:12:32 +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-06 07:12:32 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-06 07:12: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-06 07:12: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-06 07:12:32 +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-06 07:12: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-06 07:12: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-06 07:12: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-06 07:12: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-06 07:12:32 +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-06 07:12:33 +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-06 07:12:33 +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-06 07:12:33 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:23:19 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___668932929__615027378 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ')', expecting => ...art_year:1900, end_year:2020} );@output_buffer.safe_concat(' ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:18: syntax error, unexpected keyword_end, expecting ')' '); end ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:22: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb___668932929__615027378(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/members/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= simple_form_for(@member, :html=> {class: 'form-horizontal'}) do |f| @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.error_notification );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.input :number, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :name, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :forname, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :birthdate, input_html: {class: "span1"}, {start_year:1900, end_year:2020} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.button :submit, class: "btn-primary span2" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end @output_buffer.to_s 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb:12:in `__home_jcl_rails_project__dherent_app_views_adherent_members_edit_html_erb___726368770__612703478' /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:403:in `_run__977388886__process_action__770206179__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__160213321__call__87998887__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/members/_form.html.erb (3.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (7.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:11: syntax error, unexpected ')', expecting => ...art_year:1900, end_year:2020} );@output_buffer.safe_concat(' ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:18: syntax error, unexpected keyword_end, expecting ')' '); end ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')' /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:22: syntax error, unexpected keyword_end, expecting ')'): 8: <%= f.input :number, input_html: {class: "span3"} %> 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate, input_html: {class: "span1"}, {start_year:1900, end_year:2020} %> 12:
13: 14: 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb:12:in `__home_jcl_rails_project__dherent_app_views_adherent_members_edit_html_erb___726368770__612703478' 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:403:in `_run__977388886__process_action__770206179__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__160213321__call__87998887__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.6ms) 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 (11.9ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:23:53 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (55.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (60.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 81ms (Views: 77.6ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:23:54 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 07:23: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-06 07:23: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-06 07:23:54 +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-06 07:23:54 +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-06 07:23:54 +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-06 07:23:54 +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-06 07:23: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-06 07:23: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-06 07:23: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-06 07:23: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-06 07:23: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-06 07:23: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-06 07:23:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:23:54 +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-06 07:23: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-06 07:23:54 +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-06 07:23: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-06 07:23: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-06 07:23: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-06 07:23:54 +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-06 07:23: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-06 07:23:54 +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-06 07:23:54 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:24:24 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (17.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (24.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 89.4ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:24: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-06 07:24: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-06 07:24: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-06 07:24: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-06 07:24:24 +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-06 07:24:24 +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-06 07:24: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-06 07:24: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-06 07:24: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-06 07:24:24 +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-06 07:24:24 +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-06 07:24: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-06 07:24:24 +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-06 07:24:24 +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-06 07:24: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-06 07:24:24 +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-06 07:24: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-06 07:24: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-06 07:24: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-06 07:24:24 +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-06 07:24:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:24:24 +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-06 07:24:24 +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-06 07:24:24 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:25:14 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (18.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (21.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:25:14 +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-06 07:25:14 +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-06 07:25: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-06 07:25: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-06 07:25:14 +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-06 07:25:14 +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-06 07:25: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-06 07:25:14 +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-06 07:25:14 +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-06 07:25:14 +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-06 07:25:14 +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-06 07:25:14 +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-06 07:25:14 +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-06 07:25: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-06 07:25: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-06 07:25:15 +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-06 07:25: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-06 07:25:15 +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-06 07:25:15 +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-06 07:25:15 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 07:25:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:25:15 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:25:15 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:25:15 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:28:38 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (16.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (19.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 197ms (Views: 194.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:28:38 +0200 Served asset /adherent/application.css - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28:38 +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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (3ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:28:38 +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-06 07:28:38 +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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28: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-06 07:28:38 +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-06 07:28: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-06 07:28:39 +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-06 07:28:39 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:29:20 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (17.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (19.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:29: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-06 07:29: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-06 07:29:20 +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-06 07:29: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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (4ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-06 07:29:20 +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-06 07:29:20 +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-06 07:29:20 +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-06 07:29: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-08-06 07:29:20 +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-06 07:29:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:29:21 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:29:21 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:30:21 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (5.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:30:21 +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-06 07:30:21 +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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30:21 +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-06 07:30: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-06 07:30: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-06 07:30:21 +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-06 07:30:21 +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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30:21 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:30:22 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:30:22 +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-06 07:30:22 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:30:29 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (1.9ms) 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.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:30:29 +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-06 07:30:29 +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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30:29 +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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-08-06 07:30: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-06 07:30: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-08-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30:29 +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-06 07:30:29 +0200 Served asset /adherent/application.js - 304 Not Modified (74ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:30: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-06 07:30: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-06 07:30:30 +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-06 07:30:30 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-06 07:30:33 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +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-06 07:30:34 +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-06 07:30: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-06 07:30:34 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-06 07:30: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-06 07:30:34 +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-06 07:30: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-06 07:30:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (11ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-06 07:30:34 +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-06 07:30:34 +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-06 07:30: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-06 07:30:34 +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-06 07:30:34 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:30:34 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:30:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:30:36 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (2.0ms) 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 (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 77ms (Views: 73.5ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:30: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-06 07:30: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-06 07:30: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-08-06 07:30: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-06 07:30:37 +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-06 07:30:37 +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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30: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-06 07:30:37 +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-06 07:30:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-06 07:30:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-06 07:30: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-06 07:30:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:30: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-06 07:30:37 +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-06 07:30:37 +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-06 07:30:37 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:31:01 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (1.7ms) 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 (10.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:31:01 +0200 Served asset /adherent/application.css - 304 Not Modified (37ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 07:31:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:31:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-06 07:31:02 +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-06 07:31:02 +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-06 07:31:02 +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-06 07:31: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-06 07:31: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-06 07:31: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-06 07:31: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-06 07:31: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-06 07:31: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-06 07:31:02 +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-06 07:31:02 +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-06 07:31: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-06 07:31: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-06 07:31: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-06 07:31:02 +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-06 07:31: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-06 07:31:02 +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-06 07:31:02 +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-06 07:31: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-06 07:31:02 +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-06 07:31:02 +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-06 07:31:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-06 07:40:57 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 139ms (Views: 105.3ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:40:57 +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-06 07:40:57 +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-06 07:40: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-06 07:40:57 +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-06 07:40: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-06 07:40:57 +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-06 07:40:57 +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-06 07:40:57 +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-06 07:40: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-06 07:40:57 +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-06 07:40:57 +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-06 07:40: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-06 07:40:57 +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-06 07:40:57 +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-06 07:40: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-06 07:40:57 +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-06 07:40: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-06 07:40: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-06 07:40: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-06 07:40:57 +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-06 07:40:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:40:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:40:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-06 07:41:04 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (1.6ms) 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 (8.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (16.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 34.0ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:41:04 +0200 Served asset /adherent/application.css - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:41:04 +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-06 07:41: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-06 07:41:04 +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-06 07:41:04 +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-06 07:41:04 +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-06 07:41: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-06 07:41:04 +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-06 07:41:04 +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-06 07:41: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-06 07:41: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-06 07:41:04 +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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41:04 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 07:41:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-06 07:41: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-06 07:41: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-06 07:41:04 +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-06 07:41:04 +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-06 07:41:04 +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-06 07:41:04 +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-06 07:41:04 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-06 07:41:07 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (1.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/show.html.erb within layouts/adherent/application (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.1ms) Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:41:07 +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-06 07:41:07 +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-06 07:41:07 +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-06 07:41:07 +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-06 07:41:07 +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-06 07:41:07 +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-06 07:41:07 +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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41:07 +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-06 07:41: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-06 07:41: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-08-06 07:41: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-06 07:41:08 +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-06 07:41:08 +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-06 07:41: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-06 07:41:08 +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-06 07:41:08 +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-06 07:41:08 +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-06 07:41:08 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:41:08 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:41:08 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:41:10 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.7ms) 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 (5.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:41: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-06 07:41:10 +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-06 07:41: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-06 07:41:10 +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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41:10 +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-06 07:41: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-06 07:41:10 +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-06 07:41:10 +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-06 07:41: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-06 07:41: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-06 07:41:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (62ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-06 07:41:10 +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-06 07:41:10 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-06 07:41: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-06 07:41:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:41: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-06 07:41:10 +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-06 07:41: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-06 07:41:10 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:41:12 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (13.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (15.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:41:12 +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-06 07:41: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-06 07:41: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-06 07:41:12 +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-06 07:41: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-08-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41: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-06 07:41: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-06 07:41:12 +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-06 07:41:12 +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-06 07:41:12 +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-06 07:41: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-06 07:41: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-06 07:41: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-06 07:41:12 +0200 Served asset /adherent/application.js - 304 Not Modified (68ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:41:13 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:41:13 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:41:13 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:47:36 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (13.0ms) ROLLBACK 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/edit.html.erb within layouts/adherent/application (14.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 58ms (Views: 28.2ms | ActiveRecord: 16.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:47:36 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:47: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-06 07:47:36 +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-06 07:47:36 +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-06 07:47: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-06 07:47:36 +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-06 07:47: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-06 07:47:36 +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-06 07:47:36 +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-06 07:47: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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:36 +0200 Served asset /adherent/members.css - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-06 07:47: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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:36 +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-06 07:47:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:47:37 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:47:37 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:47:37 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:47:59 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (4.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (1.2ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (13.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 38ms (Views: 28.8ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:48: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-06 07:48: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-06 07:48:00 +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-06 07:48: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-06 07:48: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-06 07:48: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-06 07:48:00 +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-06 07:48:00 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (6ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-06 07:48: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-06 07:48:00 +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-06 07:48:00 +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-06 07:48:00 +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-06 07:48: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-06 07:48:00 +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-06 07:48:00 +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-06 07:48:00 +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-06 07:48: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-06 07:48:00 +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-06 07:48: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-06 07:48:00 +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-06 07:48:00 +0200 Served asset /adherent/application.js - 304 Not Modified (63ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:48:00 +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-06 07:48:00 +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-06 07:48:00 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:49:18 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK 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/edit.html.erb within layouts/adherent/application (15.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 27.8ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:49:18 +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-06 07:49:18 +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-06 07:49: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-06 07:49:18 +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-06 07:49: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-06 07:49: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-06 07:49: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-06 07:49: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-06 07:49: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-06 07:49: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-06 07:49:18 +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-06 07:49: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-08-06 07:49: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-06 07:49:18 +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-06 07:49: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-06 07:49:18 +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-06 07:49:18 +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-06 07:49: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-06 07:49: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-06 07:49:18 +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-06 07:49:18 +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-06 07:49:19 +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-06 07:49:19 +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-06 07:49:19 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:50:18 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (14.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 48ms (Views: 27.9ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:50:18 +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-06 07:50:18 +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-06 07:50: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-06 07:50:19 +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-06 07:50:19 +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-06 07:50: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-06 07:50: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-06 07:50: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-06 07:50:19 +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-06 07:50: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-06 07:50:19 +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-06 07:50: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-08-06 07:50:19 +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-06 07:50: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-06 07:50:19 +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-06 07:50: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-06 07:50:19 +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-06 07:50: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-06 07:50: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-06 07:50: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-06 07:50:19 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:50:19 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:50:19 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:50:19 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:50:34 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"3", "birthdate(2i)"=>"3", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (23.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (31.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 45.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50: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-06 07:50:34 +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-06 07:50: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-06 07:50:34 +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-06 07:50: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-06 07:50: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-06 07:50:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (83ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-06 07:50:34 +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-06 07:50: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-06 07:50: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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +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-06 07:50:34 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:50:34 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:50:34 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:50:39 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"3", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (16.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (19.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 35.7ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07: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-06 07:50: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-06 07:50:39 +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-06 07:50: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-06 07:50: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-06 07:50: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-06 07:50: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-06 07:50: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-06 07:50:39 +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-06 07: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-06 07:50: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-06 07:50:39 +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-06 07:50: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-06 07:50:39 +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-06 07:50: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-06 07:50:39 +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-06 07:50: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-06 07:50: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-06 07:50: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-06 07: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-06 07:50:39 +0200 Served asset /adherent/application.js - 304 Not Modified (66ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:50: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-06 07:50:39 +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-06 07:50:39 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 07:54:25 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  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/members/index.html.erb within layouts/adherent/application (113.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (7.0ms) Completed 200 OK in 563ms (Views: 523.9ms | ActiveRecord: 9.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:25 +0200 Served asset /adherent/application.css - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (61ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (6ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (17ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +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-06 07:54:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (16ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/members.css - 304 Not Modified (17ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +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-06 07:54:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +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-06 07:54:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (85ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +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-06 07:54:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/application.js - 304 Not Modified (25ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:54:26 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (4ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:54:30 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (24.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (83.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (88.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 131ms (Views: 105.6ms | ActiveRecord: 26.7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 07:54: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-06 07:54:30 +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-06 07:54:30 +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-06 07:54:30 +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-06 07:54:30 +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-06 07:54:30 +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-06 07:54: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-06 07:54: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-06 07:54: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-06 07:54: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-06 07:54: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-06 07:54:30 +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-06 07:54: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-06 07:54:31 +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-06 07:54:31 +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-06 07:54:31 +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-06 07:54: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-08-06 07:54: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-06 07:54: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 2013-08-06 07:54:31 +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-06 07:54:31 +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-06 07:54:31 +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-06 07:54:31 +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-06 07:54:31 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (64ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:54:39 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"31", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:54:39 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (2.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:54:40 +0200 Served asset /adherent/application.css - 304 Not Modified (75ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 07:54: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-06 07:54:40 +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-06 07:54:40 +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-06 07:54: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-06 07:54:40 +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-06 07:54: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-06 07:54: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-06 07:54: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-08-06 07:54: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 2013-08-06 07:54: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-08-06 07:54: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-06 07:54: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-08-06 07:54: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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +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-06 07:54:40 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:54:40 +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-06 07:54:40 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:55:11 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (3.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 434ms (Views: 432.7ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:55: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-06 07:55: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-06 07:55:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (40ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-06 07:55: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-06 07:55:12 +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-06 07:55: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-06 07:55:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 07:55:12 +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-06 07:55:12 +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-06 07:55:12 +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-06 07:55:12 +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-06 07:55:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 07:55: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-06 07:55: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-06 07:55:12 +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-06 07:55:12 +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-06 07:55: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-06 07:55: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-06 07:55: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-06 07:55: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-06 07:55:12 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:55:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:55:13 +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-06 07:55:13 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (64ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:55:36 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (4.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 491ms (Views: 487.6ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:55:38 +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-06 07:55: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-06 07:55:38 +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-06 07:55:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:55:38 +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-06 07:55:38 +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-06 07:55: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-06 07:55:38 +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-06 07:55: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-06 07:55:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (43ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-06 07:55: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-06 07:55: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-06 07:55: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-06 07:55: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-06 07:55:38 +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-06 07:55: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-06 07:55:38 +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-06 07:55:38 +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-06 07:55:38 +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-06 07:55:38 +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-06 07:55:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:55:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (48ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:55:39 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:55:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (19ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:56:52 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (250.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (338.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.2ms) Completed 200 OK in 4657ms (Views: 3238.1ms | ActiveRecord: 1393.9ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:57:01 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (23.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (30.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 171ms (Views: 101.2ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 07:57: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-06 07:57:11 +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-06 07:57: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-08-06 07:57: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-06 07:57:11 +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-06 07:57:11 +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-06 07:57: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-06 07:57:11 +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-06 07:57: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-06 07:57:11 +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-06 07:57: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-06 07:57:12 +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-06 07:57:12 +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-06 07:57:12 +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-06 07:57:12 +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-06 07:57: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-06 07:57: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-06 07:57: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-06 07:57: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-06 07:57:12 +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-06 07:57:12 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-06 07:57:26 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:57:27 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (28ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 07:57:27 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:57:58 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"30", "birthdate(2i)"=>"2", "birthdate(1i)"=>"2013"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (528.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] EXPLAIN (174.5ms) EXPLAIN SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] EXPLAIN for: SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] QUERY PLAN ------------------------------------------------------------------------------------------------------- Limit (cost=0.00..8.27 rows=1 width=1572) -> Index Scan using adherent_members_pkey on adherent_members (cost=0.00..8.27 rows=1 width=1572) Index Cond: (id = 1) (3 rows)  (0.2ms) BEGIN  (610.9ms) UPDATE "adherent_members" SET "birthdate" = '2013-03-02', "updated_at" = '2013-08-06 05:57:59.286522' WHERE "adherent_members"."id" = 1  (113.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 3750ms (ActiveRecord: 1428.4ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:58:03 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (2.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 768ms (Views: 762.7ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58: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-06 07:58: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-06 07:58: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-06 07:58:04 +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-06 07:58:04 +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-06 07:58:04 +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-06 07:58: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-06 07:58: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-06 07:58:04 +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-06 07:58: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-06 07:58: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-06 07:58: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-06 07:58:04 +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-06 07:58:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:58:06 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:58:06 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:58:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (25ms) Started GET "/adherent/members/1/edit" for 127.0.0.1 at 2013-08-06 07:59:34 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (33.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 160ms (Views: 54.7ms | ActiveRecord: 48.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:59:34 +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-06 07:59: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-06 07:59:34 +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-06 07:59:35 +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-06 07:59: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-06 07:59: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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59: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-08-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +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-06 07:59: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-06 07:59: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-06 07:59:35 +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-06 07:59:35 +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-06 07:59:35 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (32ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:59:35 +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-06 07:59:35 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (13ms) Started PUT "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:59:52 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"6", "birthdate(2i)"=>"6", "birthdate(1i)"=>"1955"}, "commit"=>"Enregistrer", "id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (0.4ms) UPDATE "adherent_members" SET "birthdate" = '1955-06-06', "updated_at" = '2013-08-06 05:59:52.900929' WHERE "adherent_members"."id" = 1  (5.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1 Completed 302 Found in 13ms (ActiveRecord: 6.0ms) Started GET "/adherent/members/1" for 127.0.0.1 at 2013-08-06 07:59:52 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 410ms (Views: 407.9ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 07:59:53 +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-06 07:59: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-06 07:59: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-06 07:59: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-06 07:59: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 2013-08-06 07:59:53 +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-06 07:59: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-06 07:59:53 +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-06 07:59: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-06 07:59: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-06 07:59: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-06 07:59:53 +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-06 07:59:53 +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-06 07:59: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-06 07:59:53 +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-06 07:59: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-06 07:59:53 +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-06 07:59:53 +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-06 07:59: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-06 07:59: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-06 07:59:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 07:59:54 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (179ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 07:59:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 07:59:54 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 08:00:03 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" 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 (64.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 138ms (Views: 105.6ms | ActiveRecord: 31.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:00:03 +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-06 08:00: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-06 08:00: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-06 08:00:03 +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-06 08:00: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-06 08:00:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 08:00: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-06 08:00: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-06 08:00:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-06 08:00: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-06 08:00:04 +0200 Served asset /adherent/members.css - 304 Not Modified (12ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 08:00:04 +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-06 08:00:04 +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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00:04 +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-06 08:00:04 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 08:00: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-06 08:00:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 08:00:04 +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-06 08:00:04 +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-06 08:00: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-06 08:00:04 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (19ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-06 08:00:06 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (26.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (67.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 291ms (Views: 290.0ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:00:06 +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-06 08:00:06 +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-06 08:00:06 +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-06 08:00:06 +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-06 08:00:06 +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-06 08:00:06 +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-06 08:00:06 +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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00:06 +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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00:07 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-06 08:00:30 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"002", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"15", "birthdate(2i)"=>"6", "birthdate(1i)"=>"1952"}, "commit"=>"Créer le membre"}  (0.2ms) BEGIN SQL (245.8ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Sun, 15 Jun 1952], ["created_at", Tue, 06 Aug 2013 06:00:30 UTC +00:00], ["forname", "Annie"], ["name", "Lepage"], ["number", "002"], ["updated_at", Tue, 06 Aug 2013 06:00:30 UTC +00:00]]  (118.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/2 Completed 302 Found in 392ms (ActiveRecord: 364.6ms) Started GET "/adherent/members/2" for 127.0.0.1 at 2013-08-06 08:00:31 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"2"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (3.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:00:31 +0200 Served asset /adherent/application.css - 304 Not Modified (59ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00: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-08-06 08:00:31 +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-06 08:00: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-06 08:00: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-06 08:00: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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00: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-08-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 08:00:31 +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-06 08:00:31 +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-06 08:00:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 08:01:31 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (54.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 284ms (Views: 240.1ms | ActiveRecord: 9.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:01:32 +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-06 08:01:32 +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-06 08:01:32 +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-06 08:01:32 +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-06 08:01:32 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 08:01:32 +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-06 08:01: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-06 08:01: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-06 08:01:32 +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-06 08:01: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-06 08:01: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-08-06 08:01: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-06 08:01:32 +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-06 08:01: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-08-06 08:01:32 +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-06 08:01:32 +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-06 08:01: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-06 08:01: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-06 08:01:33 +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-06 08:01: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-06 08:01:33 +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-06 08:01:33 +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-06 08:01:33 +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-06 08:01:33 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 08:01:33 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-06 08:01:34 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (13.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 107ms (Views: 106.6ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:01: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-08-06 08:01: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-08-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-06 08:01: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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +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-06 08:01:35 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 08:01:35 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-06 08:01:51 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"003", "name"=>"Lepage", "forname"=>"Thomas", "birthdate(3i)"=>"13", "birthdate(2i)"=>"8", "birthdate(1i)"=>"1993"}, "commit"=>"Créer le membre"}  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Fri, 13 Aug 1993], ["created_at", Tue, 06 Aug 2013 06:01:51 UTC +00:00], ["forname", "Thomas"], ["name", "Lepage"], ["number", "003"], ["updated_at", Tue, 06 Aug 2013 06:01:51 UTC +00:00]]  (27.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/coord/new Completed 302 Found in 33ms (ActiveRecord: 28.0ms) Started GET "/adherent/members/3/coord/new" for 127.0.0.1 at 2013-08-06 08:01:51 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"3"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Completed 500 Internal Server Error in 26ms NoMethodError (undefined method `coords' 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/coords_controller.rb:32:in `new' 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:414:in `_run__911184434__process_action__264033419__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__532982842__call__566053980__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 (5.6ms) 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/diagnostics.erb within rescues/layout (18.5ms) Started GET "/adherent/members/3/coord/new" for 127.0.0.1 at 2013-08-06 08:02:23 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"3"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Completed 500 Internal Server Error in 57ms NoMethodError (undefined method `coords' 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/coords_controller.rb:32:in `new' 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:414:in `_run__911184434__process_action__264033419__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__532982842__call__566053980__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.6ms) 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 (11.2ms) Started GET "/adherent/members/3/coord/new" for 127.0.0.1 at 2013-08-06 08:02:30 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"3"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Completed 500 Internal Server Error in 14ms NoMethodError (undefined method `coords' 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/coords_controller.rb:32:in `new' 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:414:in `_run__911184434__process_action__264033419__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__532982842__call__566053980__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.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) Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 08:04:47 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 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 (42.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 103ms (Views: 89.8ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:04:47 +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-06 08:04: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-06 08: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-06 08:04:47 +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-06 08:04: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-06 08:04:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-06 08:04:47 +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-06 08:04: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-06 08: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-06 08:04:47 +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-06 08: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-06 08:04:47 +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-06 08:04: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-06 08:04: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-06 08:04:47 +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-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04:47 +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-06 08:04:47 +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-06 08:04:47 +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-06 08:04: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-06 08:04:47 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/3" for 127.0.0.1 at 2013-08-06 08:04:51 +0200 Processing by Adherent::MembersController#destroy as HTML Parameters: {"authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "id"=>"3"} 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.8ms) DELETE FROM "adherent_members" WHERE "adherent_members"."id" = $1 [["id", 3]]  (21.0ms) COMMIT Redirected to http://localhost:3000/adherent/members Completed 302 Found in 31ms (ActiveRecord: 22.2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 08:04:51 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:04:51 +0200 Served asset /adherent/application.css - 304 Not Modified (52ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04:51 +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-06 08:04: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-06 08:04: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-06 08:04:51 +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-06 08:04:51 +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-06 08:04:51 +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-06 08:04:52 +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-06 08:04:52 +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-06 08:04:52 +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-06 08:04:52 +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-06 08:04:52 +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-06 08:04:52 +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-06 08:04: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-06 08:04:52 +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-06 08:04:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-06 08:04: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-06 08:04:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 08:04:52 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-06 08:04:52 +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-06 08:04:52 +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-06 08:04:52 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-06 08:04:54 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (12.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 08:04: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-06 08:04: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-06 08:04:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (49ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 08:04: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-06 08:04: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-06 08:04:54 +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-06 08:04:54 +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-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04: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-06 08:04:54 +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-06 08:04:54 +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-06 08:04: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-06 08:04:54 +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-06 08:04:54 +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-06 08:04: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-06 08:04: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-06 08:04:54 +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-06 08:04:54 +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-06 08:04:54 +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-06 08:04:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-06 08:05:04 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"003", "name"=>"Thomas", "forname"=>"Ldepa", "birthdate(3i)"=>"6", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"}  (0.0ms) BEGIN SQL (0.8ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Tue, 06 Aug 2013], ["created_at", Tue, 06 Aug 2013 06:05:04 UTC +00:00], ["forname", "Ldepa"], ["name", "Thomas"], ["number", "003"], ["updated_at", Tue, 06 Aug 2013 06:05:04 UTC +00:00]]  (36.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/coord/new Completed 302 Found in 42ms (ActiveRecord: 37.4ms) Started GET "/adherent/members/4/coord/new" for 127.0.0.1 at 2013-08-06 08:05:05 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `coords' 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/coords_controller.rb:32:in `new' 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:414:in `_run__911184434__process_action__264033419__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__532982842__call__566053980__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.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.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (384.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (110.3ms) COMMIT  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (262.0ms) DROP DATABASE IF EXISTS "adh_test"  (4708.6ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (313.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (44.4ms) 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)   (405.9ms) 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)  (39.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdherentAdhesions (20130806053936)  (0.1ms) BEGIN  (141.5ms) DROP TABLE "adherent_adhesions"  (1.7ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130806053936'  (153.1ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936)  (0.2ms) BEGIN  (49.4ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (1.3ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (340.6ms) DROP DATABASE IF EXISTS "adh_test"  (3060.4ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (209.0ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.7ms) 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)   (34.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)  (6.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (49.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.9ms) SELECT version FROM "schema_migrations"  (5.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (28.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (118.2ms) DROP DATABASE IF EXISTS "adh_test"  (1058.7ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (246.6ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (26.2ms) 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)   (17.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)  (3.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (5.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (132.8ms) DROP DATABASE IF EXISTS "adh_test"  (691.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (158.8ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (46.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)   (19.8ms) 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)  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (13.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (106.8ms) DROP DATABASE IF EXISTS "adh_test"  (991.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (106.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (32.2ms) 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)   (17.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)  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (8.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (108.0ms) DROP DATABASE IF EXISTS "adh_test"  (918.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (48.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (27.8ms) 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)   (18.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)  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (7.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (120.7ms) DROP DATABASE IF EXISTS "adh_test"  (740.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (199.8ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (74.2ms) 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)   (47.8ms) 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)  (9.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (28.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (4.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (211.9ms) DROP DATABASE IF EXISTS "adh_test"  (756.5ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (148.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (40.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)   (28.7ms) 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)  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.1ms) DROP DATABASE IF EXISTS "adh_test"  (853.3ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (117.6ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (47.6ms) 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)   (21.6ms) 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)  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (121.2ms) DROP DATABASE IF EXISTS "adh_test"  (736.5ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (186.8ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (23.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)   (36.7ms) 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)  (8.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (6.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.7ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (215.4ms) DROP DATABASE IF EXISTS "adh_test"  (843.3ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (124.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.0ms) 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)   (25.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)  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (12.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (216.0ms) DROP DATABASE IF EXISTS "adh_test"  (673.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (113.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (36.8ms) 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)   (16.9ms) 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)  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (6.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (111.9ms) DROP DATABASE IF EXISTS "adh_test"  (725.6ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (87.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (40.8ms) 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)   (23.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)  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (12.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (122.0ms) DROP DATABASE IF EXISTS "adh_test"  (623.6ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (82.5ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (34.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)   (39.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)  (4.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (7.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (217.6ms) DROP DATABASE IF EXISTS "adh_test"  (761.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (114.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (49.2ms) 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)   (14.7ms) 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)  (6.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (119.5ms) DROP DATABASE IF EXISTS "adh_test"  (1073.7ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (181.6ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (42.8ms) 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)   (57.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)  (10.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (7.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.2ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (5.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (213.0ms) DROP DATABASE IF EXISTS "adh_test"  (1027.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (139.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (18.5ms) 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)   (25.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)  (6.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (7.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (5.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (118.0ms) DROP DATABASE IF EXISTS "adh_test"  (981.1ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (74.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (59.7ms) 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)   (20.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)  (11.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (9.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml Started GET "/adherent/" for 127.0.0.1 at 2013-08-06 14:04:08 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 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/members/index.html.erb within layouts/adherent/application (74.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (5.2ms) Completed 200 OK in 1005ms (Views: 905.9ms | ActiveRecord: 56.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /adherent/application.css - 304 Not Modified (27ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +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-06 14:04:09 +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-06 14:04:09 +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-06 14:04:09 +0200 Served asset /adherent/coords.css - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +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-06 14:04:09 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (9ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +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-06 14:04:09 +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-06 14:04:09 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +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-06 14:04:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (73ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +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-06 14:04:09 +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-06 14:04:09 +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-06 14:04:09 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /adherent/application.js - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 14:04:09 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (118ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 14:04:10 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 14:04:10 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-06 14:04:10 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (5ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-06 14:04:15 +0200 Processing by Adherent::MembersController#new as HTML Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (23.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (27.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 81.4ms | ActiveRecord: 0.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:04: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-06 14:04:15 +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-06 14:04:15 +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-06 14:04:15 +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-06 14:04:15 +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-06 14:04: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-06 14:04:15 +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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04:15 +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-06 14:04: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-06 14:04:15 +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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04:15 +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-06 14:04:15 +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-06 14:04:15 +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-06 14:04:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 14:04:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (23ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-06 14:04:42 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YJEHwfXYafflCFXN9Y0pLcGiYEYzR+k09+Sw5n9elJw=", "member"=>{"number"=>"004", "name"=>"Lepage", "forname"=>"Boris", "birthdate(3i)"=>"14", "birthdate(2i)"=>"5", "birthdate(1i)"=>"1986"}, "commit"=>"Créer le membre"}  (0.2ms) BEGIN SQL (6.5ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["birthdate", Wed, 14 May 1986], ["created_at", Tue, 06 Aug 2013 12:04:42 UTC +00:00], ["forname", "Boris"], ["name", "Lepage"], ["number", "004"], ["updated_at", Tue, 06 Aug 2013 12:04:42 UTC +00:00]]  (1.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/coord/new Completed 302 Found in 18ms (ActiveRecord: 8.3ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:04:42 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.4ms) 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 (13.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (16.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 84ms (Views: 78.5ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:04:43 +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-06 14:04:43 +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-06 14:04:43 +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-06 14:04:43 +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-06 14:04:43 +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-06 14:04:43 +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-06 14:04:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04:43 +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-06 14:04: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-06 14:04: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-06 14:04: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-06 14:04: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-08-06 14:04: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-06 14:04:43 +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-06 14:04:43 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 14:04:43 +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-06 14:04:43 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:06:33 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (1.7ms) 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 (11.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (23.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 121ms (Views: 37.0ms | ActiveRecord: 18.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:06:33 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06:33 +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-06 14:06:33 +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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06: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-08-06 14:06: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-06 14:06: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-06 14:06:33 +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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06: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-06 14:06:33 +0200 Served asset /adherent/application.js - 304 Not Modified (92ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 14:06:33 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:08:29 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (3.7ms) Completed 500 Internal Server Error in 53ms ActionView::Template::Error (undefined method `+@' for " ":String): 4: <% end -%> 5: 6:
7:

Enregistrer les coordonnées de <%= @member %>

8:
9:
10: /home/jcl/rails_project/Adherent/app/models/adherent/member.rb:11:in `to_s' actionpack (3.2.14) lib/action_view/buffers.rb:11:in `<<' /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_new_html_erb___433499767__613400708' 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:34:in `new' 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:414:in `_run__682026479__process_action__605479872__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__834585479__call__227139584__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 (4.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 (3.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 (27.2ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:08:57 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (2.2ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (undefined method `+@' for " ":String): 4: <% end -%> 5: 6:
7:

Enregistrer les coordonnées de <%= @member.to_s %>

8:
9:
10: /home/jcl/rails_project/Adherent/app/models/adherent/member.rb:11:in `to_s' /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb:7:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_new_html_erb___433499767__615145038' 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:34:in `new' 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:414:in `_run__682026479__process_action__605479872__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__834585479__call__227139584__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.6ms) 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 (11.1ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:09:38 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] 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/coords/_form.html.erb (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (12.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 98ms (Views: 28.4ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:09: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-06 14:09: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-06 14:09:39 +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-06 14:09:39 +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-06 14:09: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-06 14:09:39 +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-06 14:09:39 +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-06 14:09:39 +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-06 14:09: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-06 14:09:39 +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-06 14:09:39 +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-06 14:09:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 14:09:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-06 14:09:39 +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-06 14:09: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-06 14:09:39 +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-06 14:09:39 +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-06 14:09:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-06 14:09:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-06 14:09:39 +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-06 14:09:39 +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-06 14:09:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:10:04 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.4ms) 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 (11.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (14.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 34ms (Views: 30.1ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:10:04 +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-06 14:10: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-06 14:10: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-08-06 14:10:05 +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-06 14:10:05 +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-06 14:10:05 +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-06 14:10:05 +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-06 14:10: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-06 14:10: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-06 14:10:05 +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-06 14:10: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-06 14:10:05 +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-06 14:10: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-06 14:10: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-06 14:10: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-08-06 14:10:05 +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-06 14:10: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-06 14:10:05 +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-06 14:10: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-06 14:10:05 +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-06 14:10:05 +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-06 14:10:05 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:10:19 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (1.4ms) 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 (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (21.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 88ms (Views: 80.9ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:10: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-06 14:10: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-06 14:10: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-06 14:10: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-06 14:10:19 +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-06 14:10:19 +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-06 14:10:19 +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-06 14:10:19 +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-06 14:10: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-08-06 14:10:19 +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-06 14:10:19 +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-06 14:10:19 +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-06 14:10:19 +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-06 14:10:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 14:10:19 +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-06 14:10: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-08-06 14:10:19 +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-06 14:10: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-06 14:10: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-06 14:10: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-06 14:10:19 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-06 14:10:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-06 14:10:26 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (18.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 121ms (Views: 114.4ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +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-06 14:10:27 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-06 14:10:27 +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-06 14:10: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-06 14:10:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-06 14:10:54 +0200 Processing by Adherent::CoordsController#index as HTML Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 49ms (Views: 44.4ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:10:54 +0200 Served asset /adherent/application.css - 304 Not Modified (34ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-06 14:10: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-06 14:10: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-06 14:10: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-06 14:10:54 +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-06 14:10:54 +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-06 14:10:54 +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-06 14:10: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-06 14:10:54 +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-06 14:10:54 +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-06 14:10: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-06 14:10:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-06 14:10: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-06 14:10:54 +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-06 14:10: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-06 14:10:55 +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-06 14:10: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-06 14:10:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-06 14:10:55 +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-06 14:10:55 +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-06 14:10:55 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 14:10:55 +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-06 14:10:55 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-06 14:10:55 +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-06 14:10:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 14:11:00 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.1ms) 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.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 38ms (Views: 32.2ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:11: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-06 14:11:00 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (49ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-06 14:11:00 +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-06 14:11: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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11: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-06 14:11:00 +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-06 14:11: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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +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-06 14:11:00 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-06 14:11:00 +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-06 14:11:01 +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-06 14:11: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-06 14:11:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/edit" for 127.0.0.1 at 2013-08-06 14:11:05 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (14.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:11: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-06 14:11: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-06 14:11:05 +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-06 14:11:05 +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-06 14:11:05 +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-06 14:11:05 +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-06 14:11: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-06 14:11: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-06 14:11: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-06 14:11: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-06 14:11: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-06 14:11: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-06 14:11: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-08-06 14:11:05 +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-06 14:11: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-06 14:11:05 +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-06 14:11:05 +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-06 14:11:05 +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-06 14:11:05 +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-06 14:11: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-06 14:11:05 +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-06 14:11:05 +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-06 14:11:06 +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-06 14:11:06 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (67ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 14:11:08 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (3.1ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (13.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 32ms (Views: 25.2ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:11:08 +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-06 14:11: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-06 14:11:08 +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-06 14:11: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-06 14:11:08 +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-06 14:11:08 +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-06 14:11: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-06 14:11: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-06 14:11: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-06 14:11:08 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (68ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-06 14:11:08 +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-06 14:11:08 +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-06 14:11: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-08-06 14:11: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-06 14:11: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-06 14:11:09 +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-06 14:11: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-06 14: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-06 14:11:09 +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-06 14:11:09 +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-06 14:11:09 +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-06 14:11:09 +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-06 14:11:09 +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-06 14:11:09 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-06 14:11:09 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-06 14:11:10 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (5.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.1ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `mail' for nil:NilClass): 13: 14:

15: <%= I18n::t('mail') %>: 16: <%= @coord.mail %> 17:

18: 19:

/home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb:16:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_show_html_erb___146835001__610358158' 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:23: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:414:in `_run__682026479__process_action__202280941__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__834585479__call__227139584__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.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 (21.0ms) Started GET "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-06 14:13:11 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.4ms) 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 500 Internal Server Error in 51ms AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".): actionpack (3.2.14) lib/action_controller/metal/rendering.rb:15: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:26: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:414:in `_run__682026479__process_action__202280941__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__834585479__call__227139584__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 (3.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 (2.0ms) 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 (18.2ms) Started GET "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-06 14:13:59 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.2ms) 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 22ms (ActiveRecord: 3.0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:13:59 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} 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 (15.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 55ms (Views: 39.5ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:13:59 +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-06 14:13: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-06 14:13:59 +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-06 14:13:59 +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-06 14:13: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-06 14:13:59 +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-06 14:13: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-06 14:13:59 +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-06 14:13:59 +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-06 14:13:59 +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-06 14:13: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-06 14:13: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-06 14:13:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-06 14:13: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-06 14:13:59 +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-06 14: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-06 14: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-06 14: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-06 14:13:59 +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-06 14:13:59 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-06 14:13:59 +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-06 14:13:59 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-06 14:14:38 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.4ms) 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 (65.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 110ms (Views: 75.8ms | ActiveRecord: 13.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:14:38 +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-06 14:14:38 +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-06 14:14:38 +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-06 14:14: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-06 14:14: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-06 14:14:38 +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-06 14:14: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-06 14:14:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (80ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-06 14:14: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-06 14:14: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-06 14:14:39 +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-06 14:14:39 +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-06 14:14:39 +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-06 14:14:39 +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-06 14:14: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-06 14:14:39 +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-06 14:14: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-06 14:14: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 2013-08-06 14:14:39 +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-06 14:14:39 +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-06 14:14:39 +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-06 14:14: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-06 14:14:39 +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-06 14:14: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-06 14:14:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-06 14:14:42 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"5"} 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 4ms (ActiveRecord: 0.6ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-06 14:14:42 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} 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 (14.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-06 14:14: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-06 14:14: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-06 14:14:42 +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-06 14:14: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-06 14:14:42 +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-06 14:14:42 +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-06 14:14: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-06 14:14:42 +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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14:42 +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-06 14:14:42 +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-06 14:14:42 +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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14: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-06 14:14:42 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 08:01:34 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (41.1ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Coord Load (34.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.4ms) 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 (88.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 621ms (Views: 530.2ms | ActiveRecord: 79.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01:37 +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-07 08:01: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-07 08:01: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-08-07 08:01: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-07 08:01: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-07 08:01:37 +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-07 08:01: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-07 08:01: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-07 08:01:37 +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-07 08:01:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (56ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 08:01:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 08:01:37 +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-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01:37 +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-07 08:01:37 +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-07 08:01:37 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (71ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 08:01:37 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 08:01:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 08:01:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (24ms) Started GET "/adherent/members/2/coord" for 127.0.0.1 at 2013-08-07 08:01:46 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (23.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Redirected to http://localhost:3000/adherent/members/2/coord/new Completed 302 Found in 27ms (ActiveRecord: 24.2ms) Started GET "/adherent/members/2/coord/new" for 127.0.0.1 at 2013-08-07 08:01:46 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) 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 (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (33.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 112ms (Views: 107.1ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 08:01:47 +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-07 08:01: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-07 08:01:47 +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-07 08:01:47 +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-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01:47 +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-07 08:01:47 +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-07 08:01: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-07 08:01:47 +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-07 08:01:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-07 08:01:47 +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-07 08:01:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01:47 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 08:01:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01:47 +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-07 08:01: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-07 08:01:47 +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-07 08:01:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (20ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-07 08:01:54 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (0.1ms) 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 /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Completed 200 OK in 35ms (Views: 28.9ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01: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-07 08:01: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-07 08:01:54 +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-07 08:01: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-07 08:01:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (23ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01:54 +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-07 08:01:54 +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-07 08:01:54 +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-07 08:01:54 +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-07 08:01: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-07 08:01: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-07 08:01:54 +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-07 08:01: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-07 08:01:54 +0200 Served asset /adherent/members.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 08:01:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-07 08:01: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-07 08:01: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-07 08:01:54 +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-07 08:01:54 +0200 Served asset /adherent/application.js - 304 Not Modified (79ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 08:01:55 +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-07 08:01: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-07 08:01:55 +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-07 08:01:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (269.8ms) DROP DATABASE IF EXISTS "adh_test"  (2876.9ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (515.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (54.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)   (30.4ms) 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)  (41.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (21.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (25.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (130.8ms) DROP DATABASE IF EXISTS "adh_test"  (584.5ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (159.9ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (20.5ms) 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)   (14.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)  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (6.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.8ms) SELECT version FROM "schema_migrations"  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (115.6ms) DROP DATABASE IF EXISTS "adh_test"  (607.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (195.0ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (13.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)   (17.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)  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (6.9ms) SELECT version FROM "schema_migrations"  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (112.3ms) DROP DATABASE IF EXISTS "adh_test"  (689.2ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (19.8ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (14.6ms) 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)   (12.8ms) 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)  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.7ms) SELECT version FROM "schema_migrations"  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (116.1ms) DROP DATABASE IF EXISTS "adh_test"  (609.0ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (34.3ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (14.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)   (13.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)  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (8.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130806053936')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805152911')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130805145522') Connecting to database specified by database.yml Started GET "/adherent/" for 127.0.0.1 at 2013-08-07 12:43:09 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (13.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Coord Load (16.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 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 (113.0ms) Compiled adherent/adhesion.css (0ms) (pid 23722) Compiled adherent/application.css (23ms) (pid 23722) Compiled adherent/adhesion.js (0ms) (pid 23722) Compiled adherent/application.js (32ms) (pid 23722) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.7ms) Completed 200 OK in 958ms (Views: 853.7ms | ActiveRecord: 80.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:11 +0200 Served asset /adherent/application.css - 304 Not Modified (71ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-07 12:43:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (16ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/adhesion.css - 200 OK (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-08-07 12:43:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (8ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-07 12:43:12 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-07 12:43:12 +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-07 12:43:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-07 12:43:12 +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-07 12:43:12 +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-07 12:43:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (15ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/adhesion.js - 200 OK (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-07 12:43: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-07 12:43:12 +0200 Served asset /adherent/coords.js - 304 Not Modified (11ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +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-07 12:43:12 +0200 Served asset /adherent/members.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/application.js - 304 Not Modified (54ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (28ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (42ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-07 12:43:12 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (33ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-07 12:45:57 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" 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 (69.1ms) Completed 500 Internal Server Error in 76ms ActionView::Template::Error (undefined method `icont_to' for #<#:0x9c006a8>): 36:

<%= member.coord ? member.coord.mail : '' %> 37: <%= member.coord ? member.coord.tel : '' %> 38: <%= icon_to 'detail.png', member_coord_path(member) %> 39: <%= icont_to 'afficher.png', member_adhesions_path(member), title:'Liste des adhésions' %> 40: <%= icon_to 'modifier.png', edit_member_path(member) %> 41: <%= icon_to 'supprimer.png', member, :confirm => 'Etes vous sur ?', :method => :delete %>
\n \n \n \n \n \n \n \n \n \n \n \n", 2, false); @payments.each do |payment| _hamlout.push_text(" \n \n \n \n \n \n \n \n", -2, false);end;_hamlout.push_text(" \n
LeMontantParImputé surReste à imputerActions
#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((payment.date ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((number_to_currency(payment.amount, locale: :fr) ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((payment.mode ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((list_imputations(payment) ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((number_to_currency payment.non_impute, locale: :fr ));}\n", 1, false); if payment.non_impute <> 0.0 _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to 'imputation', payment_reglement_path(payment) ));}\n", 0, false);end;_hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' ));}\n
\n
\n", -3, 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/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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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/index.html.haml within layouts/adherent/application (56.6ms) Completed 500 Internal Server Error in 335ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:28: syntax error, unexpected '>' if payment.non_impute <> 0.0 ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:32: syntax error, unexpected keyword_ensure, expecting end-of-input): 25: %td= number_to_currency payment.non_impute, locale: :fr 26: 27: %td 28: - if payment.non_impute <> 0.0 29: = link_to 'imputation', payment_reglement_path(payment) 30: = icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' 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/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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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 (29.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.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 (101.7ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:36:17 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__612805538 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:28: syntax error, unexpected '>' if (payment.non_impute <> 0.0) ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__612805538(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/index";_old_output_buffer = @output_buffer;;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;;haml_temp = content_for :menu do _hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'navigation90.png', members_path, title:'Liste des membres' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'money-plus.png', new_member_payment_path(@member), title:'Nouveau paiement' ));}\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n

#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_false_false_true_false(("Historique des paiements re\u{e7}us de #{Haml::Helpers.html_escape((@member.to_s))}" ));}

\n \n \n \n \n \n \n \n \n \n \n \n \n", 2, false); @payments.each do |payment| _hamlout.push_text(" \n \n \n \n \n \n \n \n", -2, false);end;_hamlout.push_text(" \n
LeMontantParImputé surReste à imputerActions
#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((payment.date ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((number_to_currency(payment.amount, locale: :fr) ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((payment.mode ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((list_imputations(payment) ));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((number_to_currency payment.non_impute, locale: :fr ));}\n", 1, false); if (payment.non_impute <> 0.0) _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to 'imputation', payment_reglement_path(payment) ));}\n", 0, false);end;_hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' ));}\n
\n
\n", -3, 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/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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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/index.html.haml within layouts/adherent/application (30.6ms) Completed 500 Internal Server Error in 40ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:28: syntax error, unexpected '>' if (payment.non_impute <> 0.0) ^): 25: %td= number_to_currency payment.non_impute, locale: :fr 26: 27: %td 28: - if (payment.non_impute <> 0.0) 29: = link_to 'imputation', payment_reglement_path(payment) 30: = icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' 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/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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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.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.3ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:36:27 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.5ms) 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.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (169.1ms) Completed 500 Internal Server Error in 184ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"adherent/reglements", :payment_id=>#, mode: "CB", member_id: 5, created_at: "2013-08-09 09:08:33", updated_at: "2013-08-09 09:08:33">}): 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 `payment_reglement_path' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:29:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__620211048' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml:19:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_index_html_haml___919989776__620211048' 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:414:in `_run__935584485__process_action__38042818__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__826148822__call__879238133__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/members/5/payments" for 127.0.0.1 at 2013-08-09 11:36:46 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (2.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (7.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (3.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (39.1ms) Compiled adherent/reglements.css (0ms) (pid 31110) Compiled adherent/application.css (31ms) (pid 31110) Compiled adherent/reglements.js (0ms) (pid 31110) Compiled adherent/application.js (30ms) (pid 31110) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 1224ms (Views: 1207.8ms | ActiveRecord: 14.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:36:48 +0200 Served asset /adherent/application.css - 304 Not Modified (82ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36:48 +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-09 11:36: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-09 11:36:48 +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-09 11:36: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-09 11:36: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-08-09 11:36: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-08-09 11:36: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-08-09 11:36: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-09 11:36:48 +0200 Served asset /adherent/reglements.css - 200 OK (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-09 11:36:48 +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-09 11:36: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-09 11:36:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (195ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 11:36: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-08-09 11:36: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-09 11:36: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-09 11:36:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (10ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 11:36:48 +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-09 11:36:48 +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-09 11:36:48 +0200 Served asset /adherent/reglements.js - 200 OK (3ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 11:36:48 +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-09 11:36: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-09 11:36:48 +0200 Served asset /adherent/application.js - 304 Not Modified (90ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:36:49 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:36:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 11:36:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (18ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:36:52 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (1.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (11.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.1ms) 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" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (0.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 36.4ms | ActiveRecord: 33.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:36:53 +0200 Served asset /adherent/application.css - 304 Not Modified (182ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36: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-08-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36:53 +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-09 11:36:53 +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-09 11:36:53 +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-09 11:36: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-08-09 11:36:53 +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-09 11:36:53 +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-09 11:36:53 +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-09 11:36: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-09 11:36: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-09 11:36:53 +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-09 11:36:53 +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-09 11:36:53 +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-09 11:36:53 +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-09 11:36: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-09 11:36: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-09 11:36: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-09 11:36:53 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:37:42 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (4.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (1.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (20.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 45ms (Views: 33.7ms | ActiveRecord: 6.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:37:42 +0200 Served asset /adherent/application.css - 304 Not Modified (55ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 11:37: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-09 11:37:43 +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-09 11:37: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-09 11:37: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-09 11:37:43 +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-09 11:37:43 +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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37:43 +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-09 11:37:43 +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-09 11:37: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-09 11:37: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-08-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-08-09 11:37: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-09 11:37:43 +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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37:43 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:37:43 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:37:43 +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-09 11:37:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:37:47 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] 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.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" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 25ms (Views: 17.1ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:37:47 +0200 Served asset /adherent/application.css - 304 Not Modified (81ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 11:37:47 +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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37:47 +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-09 11:37:47 +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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37:47 +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-09 11:37: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-09 11:37:47 +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-09 11:37: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-09 11:37: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-09 11:37:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-09 11:37:47 +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-09 11:37:47 +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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37: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-09 11:37:47 +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-09 11:37:47 +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-09 11:37:47 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:41:58 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Adhesion Load (0.2ms) 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.0ms) 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" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (15.2ms) Completed 500 Internal Server Error in 105ms ActionView::Template::Error (undefined method `member_payements_path' for #<#:0x92cb95c>): 1: <%= content_for :menu do %> 2: 3: <%= icon_to 'navigation90.png', member_payements_path(@member) %> 4: <% end -%> 5: 6:
/home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:3:in `block in __home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400_76998390' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:1:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400_76998390' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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.0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:42:34 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] 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.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" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (2.1ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {: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 `member_payments_path' /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:3:in `block in __home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:1:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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.6ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:43:06 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) 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.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" = 3 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279_76896490 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected =>, expecting :: or '[' or '.' ...(( f.association, :collection=>@unpaid_adhesions, wrapper_ht... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ..., wrapper_html:{class:'span2'}, label_html:{class: 'span4'},... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ...}, label_html:{class: 'span4'}, input_html:{class:'span8', v... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ...an8', value:@adhesion.to_date}, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279_76896490(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/reglements/_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([@payment, @reglement], :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 :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.association, :collection=>@unpaid_adhesions, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker ));}\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_reglement', 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' /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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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/reglements/_form.html.haml (3.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (8.4ms) Completed 500 Internal Server Error in 122ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected =>, expecting :: or '[' or '.' ...(( f.association, :collection=>@unpaid_adhesions, wrapper_ht... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ..., wrapper_html:{class:'span2'}, label_html:{class: 'span4'},... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ...}, label_html:{class: 'span4'}, input_html:{class:'span8', v... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7: syntax error, unexpected ',', expecting ')' ...an8', value:@adhesion.to_date}, :as=>:date_picker ... ^): 4: .row-fluid 5: .span12 6: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} 7: = f.association, :collection=>@unpaid_adhesions, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: .row-fluid 10: .span12 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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.6ms) 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/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:44:08 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (4.0ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 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.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" = 3 Adherent::Reglement Load (1.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (13.8ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (undefined method `to_date' for nil:NilClass): 4: .row-fluid 5: .span12 6: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} 7: = f.input :adhesion_id, :collection=>@unpaid_adhesions, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: 9: .row-fluid 10: .span12 /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7:in `block in __home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279__610856788' 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/reglements/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279__610856788' 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/reglements/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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 (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 (8.7ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:44:29 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (1.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (1.0ms) 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" = 3 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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 (18.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 32.1ms | ActiveRecord: 6.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:44:29 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 11:44:29 +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-09 11:44:30 +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-09 11:44: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-09 11:44: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-09 11:44:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (38ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44:30 +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-09 11:44: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-09 11:44: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-09 11:44:30 +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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44:30 +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-09 11:44:30 +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-09 11:44: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-09 11:44: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-09 11:44: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-09 11:44:30 +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-09 11:44:30 +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-09 11:44:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:45:16 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (1.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) 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.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (11.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 42ms (Views: 28.7ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:45:16 +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-09 11:45:16 +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-09 11:45: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-08-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45:16 +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-09 11:45:16 +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-09 11:45:16 +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-09 11:45: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-09 11:45: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-09 11:45: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-08-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45:16 +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-09 11:45: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-09 11:45:16 +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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45: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-09 11:45:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:46:02 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (0.6ms) 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" = 3 Adherent::Reglement Load (0.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (144.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (151.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 349ms (Views: 171.1ms | ActiveRecord: 10.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:46:02 +0200 Served asset /adherent/application.css - 304 Not Modified (19ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11: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-09 11:46: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-09 11:46: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-09 11: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-09 11:46: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-09 11:46:02 +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-09 11:46: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-09 11: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-09 11: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-09 11:46:02 +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-09 11:46:02 +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-09 11: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-09 11:46: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-09 11:46: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-09 11: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-09 11:46:02 +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-09 11:46: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-09 11: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-09 11:46:02 +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-09 11: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-09 11:46:02 +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-09 11:46:02 +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-09 11:46:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (70ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46:03 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:46:28 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) 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" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (1.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" = 3 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (19.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (23.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 151ms (Views: 76.5ms | ActiveRecord: 16.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:46: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-09 11:46: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-08-09 11:46: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-09 11:46:28 +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-09 11:46: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-09 11:46:28 +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-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46:28 +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-09 11:46:28 +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-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46:28 +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-09 11:46:28 +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-09 11:46: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-09 11:46: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-08-09 11:46: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-09 11:46: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-09 11:46: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-09 11:46: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-08-09 11:46:28 +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-09 11:46:28 +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-09 11:46:28 +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-09 11:46:28 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:46:45 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (3.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) 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.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" = 3 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (34.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (42.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 318ms (Views: 87.8ms | ActiveRecord: 27.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46: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-09 11:46:46 +0200 Served asset /adherent/layouts.css - 304 Not Modified (84ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-09 11:46:46 +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-09 11:46: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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46: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-09 11:46:46 +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-09 11:46: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-09 11:46: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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46:46 +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-09 11:46: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-09 11:46: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-09 11:46:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:47:50 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.2ms) 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.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" = 3 Adherent::Reglement Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (62.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (66.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 156ms (Views: 84.9ms | ActiveRecord: 9.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:47: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-09 11:47:50 +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-09 11:47: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-09 11:47: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-09 11:47:50 +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-09 11:47:50 +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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47:51 +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-09 11:47: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-09 11:47:51 +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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47: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-09 11:47:51 +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-09 11:47:51 +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-09 11:47:51 +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-09 11:47: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-09 11:47:51 +0200 Served asset /adherent/application.js - 304 Not Modified (75ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:47:52 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:48:43 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (5.8ms) 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" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (1.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (4.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (1.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (1.0ms) 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" = 3 Adherent::Reglement Load (1.1ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (19.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 85ms (Views: 51.1ms | ActiveRecord: 15.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:48:43 +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-09 11:48: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-09 11:48:43 +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-09 11:48: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-09 11:48: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-09 11:48:43 +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-09 11:48:43 +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-09 11:48: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-09 11:48: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-09 11:48:43 +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-09 11:48:43 +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-09 11:48:44 +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-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48: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 2013-08-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48:44 +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-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48: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-09 11:48:44 +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-09 11:48:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:51:37 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.7ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (4.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (1.9ms) 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.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Reglement Load (0.7ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (7.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (47.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 394ms (Views: 359.2ms | ActiveRecord: 9.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:51:38 +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-09 11:51:38 +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-09 11:51: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-09 11:51: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-09 11:51:38 +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-09 11:51:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 11:51:38 +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-09 11:51: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-09 11:51:38 +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-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51: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-09 11: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-09 11:51: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-09 11:51:38 +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-09 11:51: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-09 11: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-09 11:51: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-09 11:51: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-09 11: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-09 11:51: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-09 11:51: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-09 11:51:39 +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-09 11:51: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-09 11:51:39 +0200 Served asset /adherent/application.js - 304 Not Modified (135ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-09 11:51:39 +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-09 11:51:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (8ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:51:57 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (0.8ms) 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  (1.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Reglement Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (12.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 52ms (Views: 33.7ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51:58 +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-09 11:51: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-09 11:51: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-09 11:51:58 +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-09 11:51:58 +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-09 11:51:58 +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-09 11:51:58 +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-09 11:51:58 +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-09 11:51: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-09 11:51: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-09 11:51:58 +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-09 11:51:58 +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-09 11:51: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-09 11:51:58 +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-09 11:51:58 +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-09 11:51:58 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (108ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 11:51:58 +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-09 11:51:58 +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-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51: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-09 11:51:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:59:07 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (9.8ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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.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" = 3 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (104.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (108.2ms) Completed 500 Internal Server Error in 255ms ActionView::Template::Error (undefined local variable or method `label_method' for #<#:0x9d276d0>): 4: .row-fluid 5: .span12 6: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} 7: = f.association :adhesion, :collection=>@unpaid_adhesions, label_method=>:to_s_for_select, :prompt=>'Choisissez une adhésion', wrapper_html:{class:'span4'}, label_html:{class: 'span2'}, input_html:{class:'span10'} 8: 9: .row-fluid 10: .span12 /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:7:in `block in __home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279_82413200' 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/reglements/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279_82413200' 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/reglements/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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 (13.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.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 (25.1ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 11:59:28 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (3.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (3.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 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::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (5.5ms) 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" = 3 Adherent::Reglement Load (4.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::Member Load (5.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 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/reglements/_form.html.haml (26.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (35.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 322ms (Views: 290.9ms | ActiveRecord: 24.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:59:28 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:59: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-08-09 11:59: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-09 11:59:28 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:28 +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-09 11:59:28 +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-09 11:59:28 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-08-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11: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-09 11: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-09 11: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-09 11:59:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (11ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-09 11:59:29 +0200 Served asset /adherent/application.js - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:59:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (16ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 11:59:40 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (1.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) 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.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (61.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 97ms (Views: 90.8ms | ActiveRecord: 3.0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11:59:41 +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 2013-08-09 11:59: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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59: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-09 11:59:41 +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-09 11:59: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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +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-09 11:59: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-09 11:59:41 +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-09 11:59:41 +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-09 11:59:41 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:59:41 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 11:59:41 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (79ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:59:45 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.5ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (1.2ms) 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 (26.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (125.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 170ms (Views: 99.5ms | ActiveRecord: 59.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:45 +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-09 11:59:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (88ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 11:59:45 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:45 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:45 +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-09 11:59:45 +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-09 11:59: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-09 11:59:45 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:45 +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-09 11:59: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-09 11: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-09 11:59:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 11:59:45 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (140ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 11:59:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 11:59:46 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 11:59:46 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 11:59:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 11:59:46 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 11:59:49 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"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" = 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 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/index.html.haml within layouts/adherent/application (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:59: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-09 11:59: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-09 11:59:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (53ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 11:59:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (26ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 11:59: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-09 11:59:49 +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-09 11:59: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-09 11:59: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-09 11:59:49 +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-09 11:59: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-09 11:59:49 +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-09 11:59: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-09 11:59:49 +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-09 11:59:49 +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-09 11:59: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-09 11:59:49 +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-09 11:59:49 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:49 +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-09 11:59:49 +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-09 11:59: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-09 11:59:49 +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-09 11:59:49 +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-09 11:59:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:59:49 +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-09 11:59:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 11:59:54 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (4.5ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (0.6ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (23.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 34.4ms | ActiveRecord: 8.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11: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-09 11:59:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 11: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-09 11: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-09 11: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-09 11:59:54 +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-09 11:59: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-09 11: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-09 11:59:54 +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-09 11:59:54 +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-09 11:59:54 +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-09 11:59: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-09 11:59: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-09 11:59:55 +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-09 11:59: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-09 11:59:55 +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-09 11:59:55 +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-09 11:59: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-09 11:59: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-09 11:59: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-09 11:59:55 +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-09 11:59: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-09 11:59:55 +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-09 11:59:55 +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-09 11:59:55 +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-09 11:59: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-09 11:59:55 +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-09 11:59: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-09 11:59:55 +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-09 11:59: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-09 11:59:55 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 11:59:55 +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-09 11:59:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 11:59:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (1.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (1.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 (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 136ms (Views: 127.2ms | ActiveRecord: 4.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 11:59:58 +0200 Served asset /adherent/application.css - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 11: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-09 11: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-09 11: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-09 11: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-09 11: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-09 11: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-09 11:59:58 +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-09 11:59:58 +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-09 11: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-09 11:59: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-09 11:59:58 +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-09 11:59: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-09 11: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-09 11:59:58 +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-09 11:59:58 +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-09 11:59: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-09 11: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-09 11: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-09 11: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-09 11:59: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-09 11:59:58 +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-09 11:59:58 +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-09 11:59: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-09 11: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-09 11: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-09 11:59:58 +0200 Served asset /adherent/application.js - 304 Not Modified (39ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 11:59:58 +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-09 11:59:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 11:59:58 +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-09 11:59:58 +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-09 11:59:58 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions/1/edit" for 127.0.0.1 at 2013-08-09 12:00:08 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"1", "id"=>"1"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (48.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "1"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (20.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (33.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 106ms (Views: 54.4ms | ActiveRecord: 48.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:09 +0200 Served asset /adherent/application.css - 304 Not Modified (86ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:00: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-09 12:00:09 +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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00: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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +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-09 12:00:09 +0200 Served asset /adherent/cal.gif - 304 Not Modified (15ms) Started PUT "/adherent/members/1/adhesions/1" for 127.0.0.1 at 2013-08-09 12:00:21 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"08/08/2013", "to_date"=>"07/08/2014", "amount"=>"180"}, "commit"=>"Mettre à jour", "member_id"=>"1", "id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN  (480.9ms) UPDATE "adherent_adhesions" SET "amount" = 180.0, "updated_at" = '2013-08-09 10:00:21.197227' WHERE "adherent_adhesions"."id" = 1  (112.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 726ms (ActiveRecord: 594.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 12:00:21 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (1.1ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.8ms) 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 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 (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (19.7ms) Completed 200 OK in 45ms (Views: 39.5ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:22 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:22 +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-09 12:00:22 +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-09 12:00:22 +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-09 12:00: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-09 12:00:22 +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-09 12:00:22 +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-09 12:00: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-08-09 12:00: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-09 12:00: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-09 12:00:22 +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-09 12:00:22 +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-09 12:00: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-09 12:00: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-08-09 12:00: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-09 12:00: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-09 12:00:22 +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-09 12:00: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-08-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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 2013-08-09 12:00:22 +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-09 12:00: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 2013-08-09 12:00: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-09 12:00:22 +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-09 12:00:22 +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-09 12:00:22 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:00:22 +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-09 12:00:22 +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-09 12:00:22 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:00:28 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.4ms) 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 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (25.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 74.4ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00: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-09 12:00:29 +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-09 12:00: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-09 12:00: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-09 12:00:29 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:29 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-08-09 12:00:29 +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-09 12:00: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-09 12:00:29 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:29 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:29 +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-09 12:00:29 +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-09 12:00: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-09 12:00:29 +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-09 12:00:29 +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-09 12:00:29 +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-09 12:00:29 +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-09 12:00:29 +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-09 12:00:29 +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-09 12:00:29 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:00:33 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 62.8ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:33 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:33 +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-09 12:00:33 +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-09 12:00: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-09 12:00:33 +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-09 12:00: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-09 12:00:33 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:33 +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-09 12:00: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-09 12:00:33 +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-09 12:00: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-09 12:00:33 +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-09 12:00:33 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:33 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 12:00:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:00:34 +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-09 12:00:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:00:36 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Reglement Load (0.4ms) 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::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 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/reglements/_form.html.haml (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (12.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 66.7ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:37 +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-09 12:00: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-09 12:00: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-09 12:00:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:37 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-08-09 12:00:37 +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-09 12:00: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-08-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-08-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:37 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:00:39 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (5.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (5.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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (23.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 51ms (Views: 38.7ms | ActiveRecord: 11.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00: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-09 12:00:39 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:39 +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-09 12:00:39 +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-09 12:00:39 +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-09 12:00: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-09 12:00:39 +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-09 12:00: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-09 12:00:39 +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-09 12:00: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-09 12:00:39 +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-09 12:00:39 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:39 +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-09 12:00:39 +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-09 12:00: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-09 12:00: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-09 12:00:40 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:40 +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-09 12:00:40 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:00:40 +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-09 12:00:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:00:42 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.3ms) 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.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (26.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 44ms (Views: 38.1ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:42 +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-09 12:00:42 +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-09 12:00:42 +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-09 12:00: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-09 12:00:42 +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-09 12:00:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:00: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-09 12:00: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-09 12:00:42 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:42 +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-09 12:00:42 +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-09 12:00: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-09 12:00:42 +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-09 12:00:42 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:43 +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-09 12:00:43 +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-09 12:00: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-09 12:00:43 +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-09 12:00:43 +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-09 12:00:43 +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-09 12:00:43 +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-09 12:00:43 +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-09 12:00:45 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Adherent::Member Load (0.4ms) 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: 0.9ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-09 12:00:45 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} 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 (7.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 73.3ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:46 +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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00:46 +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-09 12:00:46 +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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00: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-09 12:00: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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00:46 +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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00:46 +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-09 12:00:46 +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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +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-09 12:00: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-09 12:00:46 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-09 12:00:57 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"09/08/2013", "to_date"=>"08/08/2014", "amount"=>"150"}, "commit"=>"Enregistrer", "member_id"=>"4"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN SQL (56.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", Fri, 09 Aug 2013 10:00:57 UTC +00:00], ["from_date", Fri, 09 Aug 2013], ["member_id", 4], ["to_date", Fri, 08 Aug 2014], ["updated_at", Fri, 09 Aug 2013 10:00:57 UTC +00:00]]  (1.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 70ms (ActiveRecord: 58.1ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-09 12:00:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} 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" = 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 (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 59.2ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:00:57 +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-09 12:00: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-09 12:00:57 +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-09 12:00:57 +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-09 12:00: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-09 12:00:57 +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-09 12:00:57 +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-09 12:00: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-09 12:00:57 +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-09 12: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-09 12: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-09 12:00:57 +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-09 12:00: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-09 12:00: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-09 12:00:58 +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-09 12:00:58 +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-09 12:00: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-09 12:00: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-09 12:00:58 +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-09 12:00: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-09 12:00: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-09 12:00: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-09 12:00:58 +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-09 12:00: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-09 12:00:58 +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-09 12:00:58 +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-09 12:00: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-09 12:00: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-09 12:00:58 +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-09 12:00:58 +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-09 12:00:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:00:58 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:01:03 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members"  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.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) 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 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.1ms) 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" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) 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" = 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/members/index.html.erb within layouts/adherent/application (23.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 81ms (Views: 73.4ms | ActiveRecord: 5.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:01:04 +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-09 12:01: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-09 12:01:04 +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-09 12:01: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-09 12:01:04 +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-09 12:01:04 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:04 +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-09 12:01:04 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:04 +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-09 12:01:04 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:04 +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-09 12:01:04 +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-09 12:01:04 +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-09 12:01:04 +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-09 12:01:04 +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-09 12:01:04 +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-09 12:01:04 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:01:07 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* 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  (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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 66ms (Views: 62.3ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:01:07 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 12:01:07 +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-09 12:01:07 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:07 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:07 +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-09 12:01:07 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01:07 +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-09 12:01: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-09 12:01:08 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:01:08 +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-09 12:01:08 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:01:11 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (1.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 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::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" = 2  (0.2ms) 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" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Adherent::Reglement Load (0.4ms) 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::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 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 (13.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 67.0ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:01: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-09 12:01:11 +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-09 12:01: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-08-09 12:01: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-09 12:01:11 +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-09 12:01: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-09 12:01:11 +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-09 12:01: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-09 12:01: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-09 12:01:11 +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-09 12:01: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-09 12:01:11 +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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-09 12:01: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-08-09 12:01: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-09 12:01:11 +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-09 12:01: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-08-09 12:01: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-09 12:01: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-09 12:01:11 +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-09 12:01:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:02:01 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (6.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 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::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" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.5ms) 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" = 4 Adherent::Reglement Load (0.5ms) 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::Member Load (6.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (6.4ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (29.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (39.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 167ms (Views: 130.2ms | ActiveRecord: 22.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02: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-09 12:02: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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +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-09 12:02:02 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:02:36 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (1.2ms) 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" = 5 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.2ms) 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" = 4 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::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.1ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (16.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (19.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 98ms (Views: 67.6ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02: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-09 12:02:36 +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-09 12:02: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-09 12:02: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-09 12:02:36 +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-09 12:02: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-09 12:02: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-09 12:02:36 +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-09 12:02: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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02:36 +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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02:36 +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-09 12:02:37 +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-09 12:02:37 +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-09 12:02: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-09 12:02:37 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:02:50 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (2.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (1.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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" = 2  (0.2ms) 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" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (17.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (20.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 87ms (Views: 71.3ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:02: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-09 12:02:50 +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-09 12:02: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-09 12:02: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-09 12:02:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:02:50 +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-09 12:02: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-09 12:02: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-09 12:02:50 +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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02:50 +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-09 12:02:50 +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-09 12:02:50 +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-09 12:02:50 +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-09 12:02: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-09 12:02: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-09 12:02: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-09 12:02:50 +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-09 12:02: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-09 12:02: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-09 12:02:50 +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-09 12:02:50 +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-09 12:02:50 +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-09 12:02:50 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:04:10 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.5ms) 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" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Adherent::Reglement Load (0.4ms) 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::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (2.7ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (22.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (28.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 112ms (Views: 92.9ms | ActiveRecord: 7.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:04:10 +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-09 12:04:10 +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-09 12:04:10 +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-09 12:04:10 +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-09 12:04: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-09 12:04:10 +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-09 12:04:10 +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-09 12:04: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-09 12:04:10 +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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04:10 +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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04: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-09 12:04: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-08-09 12:04: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-09 12:04: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-09 12:04:11 +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-09 12:04:11 +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-09 12:04: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-09 12:04:11 +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-09 12:04:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:05:19 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (2.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (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" = 4 Adherent::Reglement Load (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (62.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (65.6ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (undefined local variable or method `amount' for #<#:0xb5e7f4cc>): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:number_to_currency(amount)}, :disabled=>true 7: = f.association :adhesion, :collection=>@unpaid_adhesions, :label_method=>:to_s_for_select, :prompt=>'Choisissez une adhésion', wrapper_html:{class:'span4'}, label_html:{class: 'span2'}, input_html:{class:'span10'} 8: 9: .row-fluid /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279__621460618' 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/reglements/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements__form_html_haml__993092279__621460618' 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/reglements/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_reglements_new_html_erb__951414400__613398918' 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:403:in `_run__595496900__process_action__137573892__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__826148822__call__879238133__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.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.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.5ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:05:36 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.9ms) 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::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" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (16.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 47ms (Views: 34.0ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:05:36 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 12:05:36 +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-09 12:05:36 +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-09 12:05: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-09 12:05:36 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (43ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05: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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05: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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05: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-09 12:05:36 +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-09 12:05:36 +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-09 12:05: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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +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-09 12:05:36 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:05:44 +0200 AbstractController::ActionNotFound (The action 'create' could not be found for Adherent::ReglementsController): actionpack (3.2.14) lib/abstract_controller/base.rb:116: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__826148822__call__879238133__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/unknown_action.erb within rescues/layout (0.7ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:07:26 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.6ms) 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" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (15.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (79.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 154ms (Views: 95.9ms | ActiveRecord: 10.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:07:26 +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-09 12:07: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-09 12:07: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-09 12:07: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-09 12:07: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-09 12:07:26 +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-09 12:07: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-09 12:07: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-09 12:07: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-09 12:07: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-09 12:07: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-09 12:07:26 +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-09 12:07: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-09 12:07:26 +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-09 12:07: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-09 12:07: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-09 12:07:26 +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-09 12:07: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-09 12:07: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-09 12:07:26 +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-09 12:07:26 +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-09 12:07:27 +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-09 12:07:27 +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-09 12:07:27 +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-09 12:07:27 +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-09 12:07:27 +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-09 12:07:27 +0200 Served asset /adherent/application.js - 304 Not Modified (90ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 12:07:27 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:08:00 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (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" = 4 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (13.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (18.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 150ms (Views: 33.6ms | ActiveRecord: 10.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:08:00 +0200 Served asset /adherent/application.css - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 12:08:00 +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-09 12:08:00 +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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08:00 +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-09 12:08:00 +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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +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-09 12:08:00 +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-09 12:08:00 +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-09 12:08: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-09 12:08:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:08:08 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) 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.5ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (12.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 34ms (Views: 30.9ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:08:08 +0200 Served asset /adherent/application.css - 304 Not Modified (79ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08:09 +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-09 12:08:09 +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-09 12:08: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-09 12:08: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-09 12:08:09 +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-09 12:08:09 +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-09 12:08:09 +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-09 12:08:09 +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-09 12:08: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-09 12:08:09 +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-09 12:08:09 +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-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08:09 +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-09 12:08:09 +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-09 12:08: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-09 12:08:09 +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-09 12:08: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-09 12:08: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-09 12:08: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-09 12:08:09 +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-09 12:08:09 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:08:09 +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-09 12:08:09 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:08:11 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (8.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (2.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (1.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (2.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (4.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (1.5ms) 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" = 4 Adherent::Reglement Load (4.0ms) 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::Member Load (6.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.2ms) 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" = 4 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 (22.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 96ms (Views: 53.9ms | ActiveRecord: 34.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:08:12 +0200 Served asset /adherent/application.css - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:08: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-09 12:08: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-09 12:08:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08: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-09 12:08:12 +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-09 12:08:12 +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-09 12:08:12 +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-09 12:08: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-09 12:08:12 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:14:41 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "reglement"=>{"adhesion_id"=>"4"}, "commit"=>"Enregistrer", "payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Completed 500 Internal Server Error in 27ms NoMethodError (undefined method `imputation_on_adh' for nil:NilClass): /home/jcl/rails_project/Adherent/app/controllers/adherent/reglements_controller.rb:21: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:403:in `_run__595496900__process_action__241603932__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__826148822__call__879238133__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.4ms) 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.0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:17:20 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 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" = 2  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.4ms) 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" = 4 Adherent::Reglement Load (0.6ms) 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (15.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (22.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 166ms (Views: 85.8ms | ActiveRecord: 13.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:17:20 +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-09 12:17:20 +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-09 12:17:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 12:17: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-09 12:17:20 +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-09 12:17:20 +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-09 12:17: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-09 12:17:20 +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-09 12:17:20 +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-09 12:17: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-09 12:17:20 +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-09 12:17:20 +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-09 12:17:20 +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-09 12:17: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-09 12:17: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-09 12:17: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-09 12:17:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-09 12:17: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-09 12:17:20 +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-09 12:17:21 +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-09 12:17: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-09 12:17: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-09 12:17: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-09 12:17:21 +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-09 12:17: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-09 12:17: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-09 12:17:21 +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-09 12:17:21 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:17:23 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "reglement"=>{"adhesion_id"=>"4"}, "commit"=>"Enregistrer", "payment_id"=>"8"} Completed 404 Not Found in 6ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Payment without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/reglements_controller.rb:20: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:403:in `_run__595496900__process_action__241603932__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__826148822__call__879238133__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/diagnostics.erb within rescues/layout (23.8ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:18:01 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "reglement"=>{"adhesion_id"=>"4"}, "commit"=>"Enregistrer", "payment_id"=>"8"} Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Completed 500 Internal Server Error in 25ms NoMethodError (undefined method `imputation_on_adh' for nil:NilClass): /home/jcl/rails_project/Adherent/app/controllers/adherent/reglements_controller.rb:21: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:403:in `_run__595496900__process_action__241603932__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__826148822__call__879238133__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 (17.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 (2.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 (65.1ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-08-09 12:18:10 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Adherent::Payment Load (0.4ms) 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" = 5 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (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" = 3  (0.3ms) 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" = 4 Adherent::Reglement Load (0.5ms) 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::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Member Load (0.3ms) 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" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (14.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (18.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 133ms (Views: 55.5ms | ActiveRecord: 10.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:18:10 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 12:18: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-09 12:18:10 +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-09 12:18: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-09 12:18:10 +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-09 12:18:10 +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-09 12:18:10 +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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18:10 +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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-08-09 12:18: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-09 12:18:11 +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-09 12:18: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-08-09 12:18: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-09 12:18: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-09 12:18:11 +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-09 12:18:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:18:12 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "reglement"=>{"adhesion_id"=>"4"}, "commit"=>"Enregistrer", "payment_id"=>"8"} Adherent::Payment Load (3.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Completed 500 Internal Server Error in 5ms NoMethodError (undefined method `imputation_on_adh' for nil:NilClass): /home/jcl/rails_project/Adherent/app/controllers/adherent/reglements_controller.rb:21: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:403:in `_run__595496900__process_action__241603932__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__826148822__call__879238133__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 (4.6ms) 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/diagnostics.erb within rescues/layout (25.5ms) Started POST "/adherent/payments/8/reglements" for 127.0.0.1 at 2013-08-09 12:18:42 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "reglement"=>{"adhesion_id"=>"4"}, "commit"=>"Enregistrer", "payment_id"=>"8"} Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4  (12.7ms) BEGIN SQL (96.8ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 4], ["amount", #], ["created_at", Fri, 09 Aug 2013 10:18:42 UTC +00:00], ["payment_id", 8], ["updated_at", Fri, 09 Aug 2013 10:18:42 UTC +00:00]]  (41.7ms) COMMIT Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Redirected to http://localhost:3000/adherent/members/5/payments Completed 302 Found in 279ms (ActiveRecord: 160.7ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:18:42 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* 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  (0.4ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (101.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 132ms (Views: 127.0ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:18:42 +0200 Served asset /adherent/application.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 12:18:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18:42 +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-09 12:18: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-09 12:18: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-09 12:18:42 +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-09 12:18: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-09 12:18:42 +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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18: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-09 12:18:42 +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-09 12:18:43 +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-09 12:18:43 +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-09 12:18: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-09 12:18:43 +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-09 12:18:43 +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-09 12:18:43 +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-09 12:18:43 +0200 Served asset /adherent/application.js - 304 Not Modified (12ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 12:18:43 +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-09 12:18:43 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:18:43 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (21ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 12:18:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (11ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:20:35 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 3 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Adhesion Load (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 4 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Adherent::Reglement Load (0.2ms) 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.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (60.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 101ms (Views: 72.4ms | ActiveRecord: 9.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:20:35 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20: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-09 12:20:35 +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-09 12:20:35 +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-09 12:20: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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20: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-09 12:20: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-08-09 12:20:35 +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-09 12:20:35 +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-09 12:20: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-08-09 12:20:35 +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-09 12:20:35 +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-09 12:20:35 +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-09 12:20:36 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:20:36 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 12:20:36 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 12:21:07 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 3 LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 4 LIMIT 1 Adherent::Member Load (0.2ms) 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" = 8  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (100.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 136ms (Views: 107.5ms | ActiveRecord: 11.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:07 +0200 Served asset /adherent/application.css - 304 Not Modified (18ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:07 +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-09 12:21:07 +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-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21:07 +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-09 12:21: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-09 12:21: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-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21: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-09 12:21:07 +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-09 12:21:08 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:21:08 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (40ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 12:21:08 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:21:28 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (6.3ms) 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.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (4.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.4ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (7.0ms) 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" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_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/members/index.html.erb within layouts/adherent/application (94.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 140ms (Views: 106.5ms | ActiveRecord: 31.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:21: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-09 12:21: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-08-09 12:21: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-09 12:21: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-09 12:21: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-09 12: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-08-09 12:21: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-09 12:21:28 +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-09 12:21:28 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:29 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:29 +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-09 12:21: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-09 12:21: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-09 12:21:29 +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-09 12:21: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-09 12:21: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-09 12:21:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (104ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 12:21:29 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 12:21:36 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.6ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 36.8ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:37 +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-09 12:21:37 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +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-08-09 12:21: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-09 12:21:37 +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-09 12:21:37 +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-09 12:21: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-09 12:21:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (72ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:37 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:21:43 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members"  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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 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" = 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/members/index.html.erb within layouts/adherent/application (24.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 36.4ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:43 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:43 +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-09 12:21:43 +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-09 12:21:43 +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-09 12:21:43 +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-09 12:21:43 +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-09 12:21: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-09 12:21:43 +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-09 12:21: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-09 12:21:43 +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-09 12:21: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-09 12:21:43 +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-09 12:21:43 +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-09 12:21:43 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 12:21:43 +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-09 12:21:43 +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-09 12:21: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-09 12:21: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-09 12:21:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (78ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:44 +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-09 12:21:44 +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-09 12:21:44 +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-09 12:21:44 +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-09 12:21:44 +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-09 12:21:44 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 12:21:45 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (7.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Payment Load (11.0ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 2 Adherent::Reglement Load (8.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Adhesion Load (2.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 2 LIMIT 1 Adherent::Member Load (2.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 Adherent::Reglement Load (3.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (2.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id 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 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/payments/index.html.haml within layouts/adherent/application (48.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 95ms (Views: 49.3ms | ActiveRecord: 44.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:46 +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-09 12:21: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-09 12:21:46 +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-09 12:21: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-09 12:21:46 +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-09 12:21:46 +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-09 12:21:46 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:46 +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-09 12:21: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-09 12:21:46 +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-09 12:21:46 +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-09 12:21:46 +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-09 12:21:46 +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-09 12:21:46 +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-09 12:21: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-09 12:21: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-09 12:21: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-09 12:21:46 +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-09 12:21: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-09 12:21:46 +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-09 12:21:46 +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-09 12:21: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-09 12:21: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-09 12:21:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:21:46 +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-09 12:21:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:21:51 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.6ms) 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.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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 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" = 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/members/index.html.erb within layouts/adherent/application (21.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 32.0ms | ActiveRecord: 3.7ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 12:21:51 +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-09 12:21:51 +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 2013-08-09 12:21:51 +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-09 12:21:51 +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-09 12:21:51 +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-09 12:21: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-09 12:21:51 +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-09 12:21: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-09 12:21:51 +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-09 12:21: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-09 12:21: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-09 12:21:51 +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-09 12:21:51 +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-09 12:21: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-09 12:21:51 +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-09 12:21: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-09 12:21: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-09 12:21:51 +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-09 12:21:51 +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-09 12:21:51 +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-09 12:21: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-09 12:21:51 +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-09 12:21:51 +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-09 12:21:51 +0200 Served asset /adherent/members.js - 304 Not Modified (74ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 12:21: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-09 12:21:51 +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-09 12:21:51 +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-09 12:21: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-09 12:21:51 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-09 12:21:51 +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-09 12:21:52 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 12:21: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-09 12:21:52 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 12:22:23 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.3ms) 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" = 6 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.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::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/index.html.haml within layouts/adherent/application (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:22:23 +0200 Served asset /adherent/application.css - 304 Not Modified (24ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 12:22:23 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-08-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:24 +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-09 12:22:24 +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-09 12:22: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-09 12:22:24 +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-09 12:22:24 +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-09 12:22:24 +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-09 12:22: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-09 12:22:24 +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-09 12:22: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-09 12:22: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-09 12:22:24 +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-09 12:22:24 +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-09 12:22:24 +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-09 12:22: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-09 12:22: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-09 12:22:24 +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-09 12:22:24 +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-09 12:22:24 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:22:27 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (5.9ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (2.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (2.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_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/members/index.html.erb within layouts/adherent/application (43.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 63ms (Views: 48.7ms | ActiveRecord: 13.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:28 +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-09 12:22:28 +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-09 12: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-09 12:22:28 +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-09 12:22: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-09 12:22: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-09 12:22:28 +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-09 12:22:28 +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-09 12:22: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-09 12:22: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-09 12:22:28 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:28 +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-08-09 12:22: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-09 12:22:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (83ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:28 +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-09 12:22:28 +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-09 12:22:28 +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-09 12:22:28 +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-09 12:22:28 +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-09 12:22:28 +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-09 12:22:28 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 12:22:30 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"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.5ms) 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 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 (8.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 28.0ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:22:30 +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-09 12:22:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22:30 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:30 +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-09 12:22:30 +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-09 12:22: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-09 12:22:30 +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-09 12:22: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-09 12:22: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-09 12:22:30 +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-09 12:22:30 +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-09 12:22: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-09 12:22:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (65ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22:30 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22:30 +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-09 12:22: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-09 12:22: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-09 12:22:30 +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-09 12:22:30 +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-09 12:22:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 12:22:39 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"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  (0.4ms) 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 (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (16.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 57ms (Views: 51.0ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22:40 +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-09 12:22:40 +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-09 12:22:40 +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-09 12:22:40 +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-09 12:22:40 +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-09 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 2013-08-09 12:22: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-09 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 2013-08-09 12:22:40 +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-09 12:22: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-09 12:22:40 +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-09 12:22:40 +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-09 12:22: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-09 12:22:40 +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-09 12:22:40 +0200 Served asset /adherent/members.css - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-09 12:22: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-09 12:22:40 +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-09 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 2013-08-09 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 2013-08-09 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 2013-08-09 12:22:40 +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-09 12:22:40 +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-09 12:22: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-09 12:22:40 +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-09 12:22: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-09 12:22:40 +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-09 12:22:40 +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-09 12:22:40 +0200 Served asset /adherent/cal.gif - 304 Not Modified (17ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 12:22:46 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.5ms) 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" = 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.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::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/index.html.haml within layouts/adherent/application (15.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 35ms (Views: 28.6ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:22:46 +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-09 12:22:46 +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-09 12:22: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-09 12:22: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-09 12:22:46 +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-09 12:22:46 +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-09 12:22:46 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:47 +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-09 12:22:47 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:47 +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-09 12:22:47 +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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22: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-09 12:22:47 +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-09 12:22: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-09 12:22: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-09 12:22:47 +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-09 12:22: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-09 12:22:47 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 12:22:47 +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-09 12:22:47 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 12:23:10 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (0.9ms) 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 Adherent::Adhesion Load (0.4ms) 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.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (1.0ms) 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" = 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/members/index.html.erb within layouts/adherent/application (24.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 34.6ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 12:23: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-08-09 12:23: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-09 12:23: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-08-09 12:23: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-09 12:23: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-08-09 12:23: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-09 12:23:11 +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-09 12:23: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-09 12:23: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-08-09 12:23:11 +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-09 12:23: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-09 12:23: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-09 12:23:11 +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-09 12:23: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-09 12:23: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-09 12:23: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-09 12:23:11 +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-09 12:23:11 +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-09 12:23: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-09 12:23:11 +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-09 12:23:11 +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-09 12:23:11 +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-09 12:23: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-09 12:23: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-09 12:23: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-09 12:23:11 +0200 Served asset /adherent/application.js - 304 Not Modified (78ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-09 12:23:11 +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-09 12:23: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-09 12:23: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-09 12:23: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-09 12:23:11 +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-09 12:23:11 +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-09 12:23:11 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 13:10:03 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (3.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (9.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (3.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (13.4ms) 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 (182.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (6.8ms) Completed 200 OK in 1066ms (Views: 918.4ms | ActiveRecord: 41.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:04 +0200 Served asset /adherent/application.css - 304 Not Modified (80ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (27ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (11ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (10ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (14ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (9ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (18ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +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-09 13:10:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (14ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (19ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +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-09 13:10:05 +0200 Served asset /adherent/application.js - 304 Not Modified (141ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 13:10:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 13:10:06 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 13:10:06 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (18ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 13:10:06 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 13:10:06 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (34ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-09 13:10:14 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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 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 (37.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (47.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 97ms (Views: 74.1ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:14 +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-09 13:10: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-09 13:10:14 +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-09 13:10:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:14 +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-09 13:10: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-08-09 13:10:14 +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-09 13:10:14 +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-09 13:10:14 +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-09 13:10:14 +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-09 13:10: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-09 13:10: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-08-09 13:10:14 +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-09 13:10:14 +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-09 13:10:14 +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-09 13:10: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-09 13:10:14 +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-09 13:10:14 +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-09 13:10:14 +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-09 13:10: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-09 13:10: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-09 13:10:14 +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-09 13:10: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-09 13:10: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-09 13:10:14 +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-09 13:10: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-08-09 13:10:14 +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-09 13:10:14 +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-09 13:10:14 +0200 Served asset /adherent/cal.gif - 304 Not Modified (15ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 13:10:20 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"09/08/2013", "amount"=>"164.75", "mode"=>"Chèque"}, "commit"=>"Enregistrer", "member_id"=>"1"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (100.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", Fri, 09 Aug 2013 11:10:20 UTC +00:00], ["date", Fri, 09 Aug 2013], ["member_id", 1], ["mode", "Chèque"], ["updated_at", Fri, 09 Aug 2013 11:10:20 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.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 ORDER BY to_date  (0.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 SQL (16.4ms) 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", Fri, 09 Aug 2013 11:10:20 UTC +00:00], ["payment_id", 9], ["updated_at", Fri, 09 Aug 2013 11:10:20 UTC +00:00]]  (75.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 234ms (ActiveRecord: 194.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-09 13:10:20 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.9ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (1.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.8ms) 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 (9.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 117ms (Views: 108.6ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:10:20 +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-09 13:10:20 +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-09 13:10: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-09 13:10: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-09 13:10:20 +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-09 13:10:20 +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-09 13:10:20 +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-09 13:10:20 +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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10:21 +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-09 13:10: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-08-09 13:10: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-09 13:10:21 +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-09 13:10:21 +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-09 13:10:21 +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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10:21 +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-09 13:10:21 +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-09 13:10:21 +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-09 13:10: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-09 13:10:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:10:28 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" 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 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.4ms) 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" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_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/members/index.html.erb within layouts/adherent/application (66.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 84ms (Views: 76.8ms | ActiveRecord: 5.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:10: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-09 13:10: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-08-09 13:10: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-09 13:10:28 +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-09 13:10: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-09 13:10:28 +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-09 13:10: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-09 13:10:28 +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-09 13:10:29 +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-09 13:10: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-08-09 13:10:29 +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-09 13:10:29 +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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10: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-09 13:10:29 +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-09 13:10:29 +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-09 13:10: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-09 13:10:29 +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-09 13:10:29 +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-09 13:10:29 +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-09 13:10:29 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (29ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-09 13:10:29 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 13:10:29 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-09 13:10:29 +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-09 13:10:29 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/payements" for 127.0.0.1 at 2013-08-09 13:10:38 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/payements"): 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/payments" for 127.0.0.1 at 2013-08-09 13:10:46 +0200 Processing by Adherent::PaymentsController#index as HTML Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/payments_controller.rb:52:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:407:in `_run__857145967__process_action__826498760__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__125455595__call__950334467__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.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 (14.7ms) Started GET "/adherent/reglements" for 127.0.0.1 at 2013-08-09 13:11:12 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/reglements"): 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/payment/1reglements" for 127.0.0.1 at 2013-08-09 13:12:23 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/payment/1reglements"): 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 (1.2ms) Started GET "/adherent/payment/1/reglements" for 127.0.0.1 at 2013-08-09 13:12:27 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/payment/1/reglements"): 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/payments" for 127.0.0.1 at 2013-08-09 13:12:39 +0200 Processing by Adherent::PaymentsController#index as HTML Completed 404 Not Found in 9ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/payments_controller.rb:52:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:407:in `_run__857145967__process_action__826498760__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__125455595__call__950334467__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.0ms) 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.2ms) Started GET "/adherent" for 127.0.0.1 at 2013-08-09 13:13:00 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.6ms) 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.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.2ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 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" = 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/members/index.html.erb within layouts/adherent/application (66.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 97ms (Views: 71.0ms | ActiveRecord: 15.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:00 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:00 +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-09 13:13:00 +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-09 13:13:00 +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-09 13:13:00 +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-09 13:13: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-09 13:13: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-09 13:13:00 +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-09 13:13: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-09 13:13:00 +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-09 13:13:00 +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-09 13:13:00 +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-09 13:13:00 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (66ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:00 +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-09 13:13:00 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:00 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:00 +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-09 13:13:00 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:00 +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-09 13:13:01 +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-09 13:13:01 +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-09 13: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-09 13:13:01 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-09 13:13:07 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Adherent::Member Load (3.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 9 Adherent::Adhesion Load (17.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 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" = 9  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 9 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 9 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 9 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 CACHE (0.0ms) 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" = 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (101.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 143ms (Views: 114.9ms | ActiveRecord: 29.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:07 +0200 Served asset /adherent/application.css - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:07 +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-09 13:13: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-09 13:13:07 +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-09 13:13:07 +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-09 13:13:07 +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-09 13:13: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-09 13:13:07 +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-09 13:13:07 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:07 +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-09 13:13:07 +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-09 13:13:07 +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-09 13:13:07 +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-09 13:13: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-09 13:13: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-09 13:13:07 +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-09 13:13:07 +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-09 13:13: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-09 13:13:07 +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-09 13:13:07 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:07 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:13:14 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (0.3ms) 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.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.3ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.8ms) 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" = 5 LIMIT 1 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" = 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/members/index.html.erb within layouts/adherent/application (22.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 73.9ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:14 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13: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-09 13:13:14 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:14 +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-09 13:13: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-09 13:13:14 +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-09 13:13:14 +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-09 13:13: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-09 13:13:14 +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-09 13:13: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-08-09 13:13:14 +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-09 13:13: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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +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-09 13:13:14 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/payments" for 127.0.0.1 at 2013-08-09 13:13:21 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"5"} Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Payment Load (1.7ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 5 Adherent::Reglement Load (0.4ms) 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" = 3 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 4 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" = 8  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.2ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (18.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 67.5ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-08-09 13:13:22 +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-09 13:13:22 +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-09 13:13: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-09 13:13:22 +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-09 13:13: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-09 13:13:22 +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-09 13: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-09 13:13: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-08-09 13:13: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-08-09 13:13: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 2013-08-09 13:13:22 +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-09 13:13:22 +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-09 13:13:22 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:22 +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-09 13:13:22 +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-09 13:13: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 2013-08-09 13:13: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-09 13:13: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-09 13:13:22 +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-09 13:13:22 +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-09 13:13:22 +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-09 13:13:22 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:13:29 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (0.4ms) 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.4ms) 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  (4.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 Adherent::Adhesion Load (0.7ms) 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" = 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/members/index.html.erb within layouts/adherent/application (60.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 68.0ms | ActiveRecord: 8.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:29 +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-09 13:13: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-09 13:13: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-09 13:13:29 +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-09 13:13:29 +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-09 13:13: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-09 13:13: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-09 13:13:29 +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-09 13:13:29 +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-09 13:13:29 +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-09 13:13: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-08-09 13:13:29 +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-09 13:13: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-09 13:13:29 +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-09 13:13:29 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:29 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:29 +0200 Served asset /adherent/application.js - 304 Not Modified (77ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 13:13:30 +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-09 13:13:30 +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-09 13:13:30 +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-09 13:13:30 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-09 13:13:30 +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-09 13:13:30 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 13:13:32 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (2.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 2 LIMIT 1 Adherent::Member Load (8.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 Adherent::Reglement Load (0.3ms) 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.1ms) 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/payments/index.html.haml within layouts/adherent/application (22.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 69ms (Views: 51.0ms | ActiveRecord: 12.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:32 +0200 Served asset /adherent/application.css - 304 Not Modified (31ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-08-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13: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-09 13:13:32 +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-09 13:13:32 +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-09 13:13: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-09 13:13: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-08-09 13:13:32 +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-09 13:13: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-08-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13:32 +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-09 13:13: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-09 13:13: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-09 13:13:32 +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-09 13:13: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-08-09 13:13:32 +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-09 13:13:32 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (66ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:32 +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-09 13:13:33 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 13:13:33 +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-09 13:13:33 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:13:36 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" Adherent::Adhesion Load (2.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (1.5ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) 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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) 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" = 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/members/index.html.erb within layouts/adherent/application (32.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 39.5ms | ActiveRecord: 8.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:36 +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-09 13:13:36 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (61ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +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-09 13:13:36 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:13:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (3.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (3.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (13.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 52.8ms | ActiveRecord: 9.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:39 +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-09 13:13:39 +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-09 13:13: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-09 13:13:39 +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-09 13:13:39 +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-09 13:13:39 +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-09 13: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-09 13: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-09 13: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-09 13:13:39 +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-09 13:13:39 +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-09 13: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-09 13: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-09 13: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-09 13:13: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-09 13: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-09 13:13:39 +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-09 13:13:39 +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-09 13:13: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-09 13:13:39 +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-09 13:13: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-09 13:13: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-09 13:13:39 +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-09 13:13: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-09 13:13:39 +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-09 13:13:39 +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-09 13:13:39 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions/new" for 127.0.0.1 at 2013-08-09 13:13:42 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (4.7ms) 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 (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (25.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 84ms (Views: 74.3ms | ActiveRecord: 5.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:42 +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-09 13:13:42 +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-09 13:13:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (56ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13: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-09 13:13:42 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:42 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-09 13:13: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-09 13:13: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-09 13:13:42 +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-09 13:13: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-09 13:13:42 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:42 +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-09 13:13:42 +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-09 13:13: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-09 13:13: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-09 13:13:42 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:13:49 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"09/08/2014", "to_date"=>"08/08/2015", "amount"=>"300"}, "commit"=>"Enregistrer", "member_id"=>"2"} Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (1.4ms) BEGIN SQL (2.0ms) 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, 09 Aug 2013 11:13:49 UTC +00:00], ["from_date", Sat, 09 Aug 2014], ["member_id", 2], ["to_date", Sat, 08 Aug 2015], ["updated_at", Fri, 09 Aug 2013 11:13:49 UTC +00:00]]  (57.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/adhesions Completed 302 Found in 81ms (ActiveRecord: 61.2ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:13:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 27.0ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:49 +0200 Served asset /adherent/application.css - 304 Not Modified (37ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 13:13:49 +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-09 13:13:49 +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-09 13:13:49 +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-09 13:13: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-09 13:13: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-09 13:13:50 +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-09 13:13:50 +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-09 13:13: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-09 13:13: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-09 13:13: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-09 13:13:50 +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-09 13:13: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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13:50 +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-09 13:13: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-09 13:13:50 +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-09 13:13:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 13:13:50 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:14:36 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (1.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.5ms) 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.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (13.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 71ms (Views: 63.8ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14: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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14: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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 13:14:36 +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-09 13:14:36 +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-09 13:14:36 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 13:14:51 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (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 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 (9.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 68ms (Views: 60.8ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14:52 +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-09 13:14: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-09 13:14:52 +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-09 13:14: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-09 13:14:52 +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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14:52 +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-09 13:14: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-09 13:14: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-09 13:14:52 +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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14: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-09 13:14:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 13:14:52 +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-09 13:14:52 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 13:15:48 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] 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  (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/payments/_form.html.haml (9.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 28.6ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:15:48 +0200 Served asset /adherent/application.css - 304 Not Modified (51ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 13:15: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-08-09 13:15: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-09 13:15: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-09 13:15:48 +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-09 13:15:48 +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-09 13:15: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-09 13:15: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-09 13:15:48 +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-09 13:15: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-09 13:15:48 +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-09 13:15:48 +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-09 13:15:48 +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-09 13:15:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-09 13:15:48 +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-09 13:15:48 +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-09 13:15:48 +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-09 13:15: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-09 13:15: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-09 13:15: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-09 13:15: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-09 13:15:48 +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-09 13:15: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-09 13:15: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-09 13:15: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-09 13:15: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-09 13:15:48 +0200 Served asset /adherent/application.js - 304 Not Modified (72ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-09 13:15: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-09 13:15:49 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 13:16:12 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (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 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 (10.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 32.5ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:16:12 +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-09 13:16:12 +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-09 13:16: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-09 13:16: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-08-09 13:16:12 +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-09 13:16:12 +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-09 13:16: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-09 13:16: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-09 13:16: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-08-09 13:16: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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16: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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (69ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 13:16: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-09 13:16:12 +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-09 13:16:12 +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-09 13:16:12 +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-09 13:16: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-09 13:16:12 +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-09 13:16:12 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 13:16:41 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (1.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (28.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (30.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 70ms (Views: 57.6ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:16:43 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-09 13:16:43 +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-09 13:16: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-09 13:16:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 13:16: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-09 13:16:43 +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-09 13:16:43 +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-09 13:16: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-09 13:16: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-09 13:16:43 +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-09 13:16:43 +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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16: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-09 13:16:43 +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-09 13:16:43 +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-09 13:16:43 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments/new" for 127.0.0.1 at 2013-08-09 13:17:24 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (13.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 28.4ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:17:25 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17: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-09 13:17: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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17: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-09 13:17: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-09 13:17: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-09 13:17:25 +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-09 13:17: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-09 13:17: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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17:25 +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-09 13:17: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-09 13:17:25 +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-09 13:17: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-09 13:17:25 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 13:17:55 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"09/08/2013", "amount"=>"250.25", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"2"} Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.2ms) 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", Fri, 09 Aug 2013 11:17:55 UTC +00:00], ["date", Fri, 09 Aug 2013], ["member_id", 2], ["mode", "CB"], ["updated_at", Fri, 09 Aug 2013 11:17:55 UTC +00:00]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 Adherent::Adhesion Load (49.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (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", 5], ["amount", #], ["created_at", Fri, 09 Aug 2013 11:17:55 UTC +00:00], ["payment_id", 10], ["updated_at", Fri, 09 Aug 2013 11:17:55 UTC +00:00]]  (10.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/adhesions Completed 302 Found in 84ms (ActiveRecord: 64.3ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:17:55 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (16.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:17:55 +0200 Served asset /adherent/application.css - 304 Not Modified (34ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 13:17:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-09 13:17: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-09 13:17: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-09 13:17: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-09 13:17: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-09 13:17: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-09 13:17:55 +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-09 13:17:55 +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-09 13:17: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-09 13:17:55 +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-09 13:17: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-09 13:17: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-09 13:17:55 +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-09 13:17: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-09 13:17:55 +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-09 13:17: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-09 13:17: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-09 13:17: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-09 13:17:55 +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-09 13:17:55 +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-09 13:17: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-09 13:17: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-09 13:17:55 +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-09 13:17: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-09 13:17:55 +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-09 13:17:55 +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-09 13:17: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-09 13:17:55 +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-09 13:17:55 +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-09 13:17:55 +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-09 13:17:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:18:04 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.5ms) 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.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.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 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 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" = 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/members/index.html.erb within layouts/adherent/application (21.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 32.2ms | ActiveRecord: 4.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:18:04 +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-09 13:18: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-09 13:18: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-09 13:18:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-09 13:18: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-09 13: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-09 13:18:04 +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-09 13:18:04 +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-09 13:18: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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18: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-09 13:18: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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18: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-09 13:18: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-09 13:18:04 +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-09 13:18:04 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-09 13:18: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-09 13:18: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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18:04 +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-09 13:18: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-09 13:18:04 +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-09 13:18:04 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:18:07 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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 (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 64ms (Views: 60.7ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:18:07 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:07 +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-09 13:18:07 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:07 +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-09 13:18:07 +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-09 13:18:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-09 13:18: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-09 13:18:07 +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-09 13:18: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-09 13:18: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-09 13:18:07 +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-09 13:18:07 +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-09 13:18: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-09 13:18:07 +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-09 13:18: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-09 13:18: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-09 13:18:07 +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-09 13:18:07 +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-09 13:18: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-09 13:18:07 +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-09 13:18:07 +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-09 13:18:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-09 13:18:07 +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-09 13:18:07 +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-09 13:18:07 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-09 13:18:33 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (1.7ms) 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 (18.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 68.1ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:18:33 +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-09 13:18:33 +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-09 13:18: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-09 13:18: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-09 13:18: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-08-09 13:18:33 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:33 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:33 +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-09 13:18: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-09 13: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-09 13:18: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-09 13: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-09 13: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-09 13: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-09 13: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-09 13:18:33 +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-09 13:18:33 +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-09 13:18:33 +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-09 13:18:33 +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-09 13:18:33 +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-09 13:18:33 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (47ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-09 13:18:39 +0200 Processing by Adherent::MembersController#index as HTML Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members"  Adherent::Adhesion Load (0.3ms) 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.1ms) 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.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (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" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (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" = 5 LIMIT 1 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" = 4 Adherent::Coord Load (0.6ms) 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 (23.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 42ms (Views: 36.3ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:39 +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-09 13:18:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-09 13:18:39 +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-09 13:18:39 +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-09 13:18: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-09 13:18:39 +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-09 13:18: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-09 13:18:39 +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-09 13:18:39 +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-09 13:18:39 +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-09 13:18:39 +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-09 13:18:39 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:39 +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-09 13:18:39 +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-09 13:18: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-09 13:18: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-09 13:18:39 +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-09 13:18: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-09 13:18: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-09 13:18: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-09 13:18:39 +0200 Served asset /adherent/application.js - 304 Not Modified (72ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-09 13:18:40 +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-09 13:18:40 +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-09 13:18:40 +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-09 13:18:40 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-09 13:18: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 2013-08-09 13:18:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/2/payments" for 127.0.0.1 at 2013-08-09 13:19:50 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"2"} Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Payment Load (1.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 2 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 10 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" = 2 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 10  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 10 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 10 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 10 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (23.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 37.8ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-09 13:19:50 +0200 Served asset /adherent/application.css - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-09 13:19:50 +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-09 13:19: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-09 13:19: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-09 13:19:50 +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-09 13:19:50 +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-09 13:19: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-09 13:19:50 +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-09 13:19: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-09 13:19:50 +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-09 13:19:50 +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-09 13:19:50 +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-09 13:19: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-09 13:19: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-09 13:19: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-09 13:19:50 +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-09 13:19:50 +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-09 13:19: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-09 13:19: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-09 13:19: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-09 13:19:50 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (71ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-09 13:19: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-09 13:19:50 +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-09 13:19:50 +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-09 13:19:50 +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-09 13:19: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-09 13:19:50 +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-09 13:19:50 +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-09 13:19: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-09 13:19:50 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (20.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522) Migrating to CreateAdherentCoords (20130805152911) Migrating to CreateAdherentAdhesions (20130806053936) Migrating to CreateAdherentPayments (20130808054023) Migrating to CreateAdherentReglements (20130809052125) Migrating to AddOrganismIdToAdherentMembers (20130810073908)  (0.1ms) BEGIN  (238.9ms) ALTER TABLE "adherent_members" ADD COLUMN "organism_id" integer  (7.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810073908')  (61.5ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateOrganisms (20130810074112)  (0.1ms) BEGIN  (622.6ms) 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)   (20.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810074112')  (8.8ms) COMMIT  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-10 09:44:46 +0200 ActionController::RoutingError (No route matches [GET] "/"): 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 (600.4ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:46:20 +0200 Processing by OrganismsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (20.4ms) Compiled organisms.css (1ms) (pid 32420) Compiled scaffold.css (12ms) (pid 32420) Compiled application.css (425ms) (pid 32420) Compiled organisms.js (0ms) (pid 32420) Compiled application.js (843ms) (pid 32420) Completed 200 OK in 2541ms (Views: 2281.1ms | ActiveRecord: 241.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 09:46:25 +0200 Served asset /application.css - 200 OK (95ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 09:46:25 +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-10 09:46:25 +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-10 09:46:25 +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-10 09:46:25 +0200 Served asset /scaffold.css - 200 OK (2ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 09:46:25 +0200 Served asset /organisms.css - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 09: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-10 09: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-10 09:46:25 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (19ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 09:46:25 +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-10 09:46:25 +0200 Served asset /organisms.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 09:46:25 +0200 Served asset /application.js - 200 OK (120ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 09:47:40 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (31.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (3.9ms) Completed 200 OK in 90ms (Views: 42.9ms | ActiveRecord: 31.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 09:47:40 +0200 Served asset /application.css - 304 Not Modified (79ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 09:47:40 +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-10 09:47: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-08-10 09:47:40 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 09:47:40 +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-10 09:47:40 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 09:47:40 +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-10 09:47:40 +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-10 09:47:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (91ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 09:47:41 +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-10 09:47:41 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 09:47:41 +0200 Served asset /application.js - 304 Not Modified (16ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:08 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:09 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/ Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:44 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:57:45 +0200 Processing by OrganismsController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 09:59:50 +0200 Processing by OrganismsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (2.1ms) Completed 200 OK in 368ms (Views: 142.2ms | ActiveRecord: 186.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 09:59:51 +0200 Served asset /application.css - 304 Not Modified (95ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 09:59: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-10 09:59:51 +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-10 09:59:51 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 09:59:51 +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-10 09:59:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 09:59:51 +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-10 09:59: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-10 09:59: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-10 09:59:51 +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-10 09:59:51 +0200 Served asset /organisms.js - 304 Not Modified (26ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 09:59:51 +0200 Served asset /application.js - 304 Not Modified (82ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-10 10:00:00 +0200 Processing by Adherent::MembersController#index as HTML Completed 404 Not Found in 1ms ActionController::RoutingError (No route matches {:controller=>"organisms"}): app/controllers/application_controller.rb:13:in `find_organism' 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/" for 127.0.0.1 at 2013-08-10 10:05:07 +0200 Processing by Adherent::MembersController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 10:05:08 +0200 Processing by OrganismsController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" Rendered organisms/index.html.haml within layouts/application (2.5ms) Completed 200 OK in 20ms (Views: 11.0ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:05:08 +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-10 10:05:08 +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-10 10:05:08 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:05:08 +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-10 10:05: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-10 10:05:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 10:05:08 +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-10 10:05:08 +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-10 10:05: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-10 10:05:08 +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-10 10:05:08 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:05:08 +0200 Served asset /application.js - 304 Not Modified (4ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-10 10:05:23 +0200 Processing by Adherent::MembersController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 10:05:23 +0200 Processing by OrganismsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (6.4ms) Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:05:24 +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-10 10:05: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-10 10:05:24 +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-10 10:05:24 +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-10 10:05:24 +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-10 10:05:24 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-10 10:05:24 +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-10 10:05: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-10 10:05:24 +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-10 10:05:24 +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-10 10:05:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:05:24 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/" for 127.0.0.1 at 2013-08-10 10:08:43 +0200 Processing by Adherent::MembersController#index as HTML Redirected to http://localhost:3000/organisms Filter chain halted as :find_organism rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 10:08:43 +0200 Processing by OrganismsController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" Rendered organisms/index.html.haml within layouts/application (2.3ms) Completed 200 OK in 23ms (Views: 11.3ms | ActiveRecord: 2.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:08:43 +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-10 10:08:43 +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-10 10:08:43 +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-10 10:08:43 +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-10 10:08:43 +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-10 10:08:43 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-10 10:08: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-08-10 10:08: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-10 10:08: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-10 10:08:43 +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-10 10:08:43 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:08:43 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/organisms/new" for 127.0.0.1 at 2013-08-10 10:08:50 +0200 Processing by OrganismsController#new as HTML Rendered organisms/_form.html.haml (5.2ms) Rendered organisms/new.html.haml within layouts/application (7.7ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:08:50 +0200 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:08: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-10 10:08:50 +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-10 10:08:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:08:50 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:08:50 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:08:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 10:08:50 +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-10 10:08:50 +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-10 10:08:50 +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-08-10 10:08:50 +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-10 10:08:50 +0200 Served asset /application.js - 304 Not Modified (1ms) Started POST "/organisms" for 127.0.0.1 at 2013-08-10 10:09:05 +0200 Processing by OrganismsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "organism"=>{"title"=>"Deuxième Asso", "status"=>"Association"}, "commit"=>"Save"}  (11.7ms) BEGIN SQL (149.0ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Sat, 10 Aug 2013 08:09:05 UTC +00:00], ["status", "Association"], ["title", "Deuxième Asso"], ["updated_at", Sat, 10 Aug 2013 08:09:05 UTC +00:00]]  (36.4ms) COMMIT Redirected to http://localhost:3000/organisms/2 Completed 302 Found in 214ms (ActiveRecord: 197.1ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-10 10:09:05 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (1.7ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:09:06 +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-10 10:09:06 +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-10 10:09: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-10 10:09: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-10 10:09: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-10 10:09: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-10 10:09:06 +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-10 10:09:06 +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-10 10:09:06 +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-10 10:09:06 +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-10 10:09:06 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:09:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/organisms" for 127.0.0.1 at 2013-08-10 10:09:09 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (2.4ms) Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:09:09 +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-10 10:09: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-10 10:09:09 +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-10 10:09:09 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:09:09 +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-10 10:09:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 10:09:09 +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-10 10:09:09 +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-10 10:09:09 +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-10 10:09:09 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:09:09 +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-10 10:09:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 10:09:14 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (1.4ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 2.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +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-10 10:09:14 +0200 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-10 10:09:14 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 10:10:39 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (824.5ms) Completed 500 Internal Server Error in 857ms ActionView::Template::Error (undefined local variable or method `adherent_adherents_path' for #<#:0xb6ecdf18>): 11: \| 12: = link_to 'Back', organisms_path 13: \| 14: = link_to 'Adherent', adherent_adherents_path app/views/organisms/show.html.haml:14:in `_app_views_organisms_show_html_haml__441656324__612997138' app/controllers/organisms_controller.rb:21:in `show' 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 (2.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 (12.3ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 10:10:53 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (42.5ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (undefined method `adherents_path' for #): 11: \| 12: = link_to 'Back', organisms_path 13: \| 14: = link_to 'Adherent', adherent.adherents_path app/views/organisms/show.html.haml:14:in `_app_views_organisms_show_html_haml__441656324__619607758' app/controllers/organisms_controller.rb:21:in `show' 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 (2.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 (13.0ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 10:11:08 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (4.1ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:11:08 +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-10 10:11: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-10 10:11:08 +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-10 10:11:08 +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-10 10:11:08 +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-10 10:11:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:11:08 +0200 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 10:11:08 +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-10 10:11:08 +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-10 10:11:08 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:11:09 +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-10 10:11:09 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:11:13 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 61ms NoMethodError (undefined method `members' 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/members_controller.rb:10: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__912038317__process_action__826498760__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__125455595__call__950334467__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.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.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 (10.5ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:15:39 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 110ms NameError (uninitialized constant Organism::AdherentMember): 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/members_controller.rb:10: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__912038317__process_action__826498760__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__125455595__call__950334467__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.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.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 (9.3ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:17:00 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (5.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 33ms NameError (uninitialized constant Organism::Member): 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/members_controller.rb:10: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__912038317__process_action__826498760__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__125455595__call__950334467__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/diagnostics.erb within rescues/layout (13.5ms) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateOrganisms (20130810074112) Migrating to CreateAdherentMembers (20130810081835)  (0.1ms) BEGIN  (456.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)  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.3ms) ROLLBACK Connecting to database specified by database.yml Connecting to database specified by database.yml  (96.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (51.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateOrganisms (20130810074112)  (0.2ms) BEGIN  (94.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.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810074112')  (6.5ms) COMMIT Migrating to CreateAdherentMembers (20130810081835)  (0.3ms) BEGIN  (41.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)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081835')  (2.2ms) COMMIT Migrating to CreateAdherentCoords (20130810081836)  (0.2ms) BEGIN  (100.7ms) 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)   (1.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081836')  (20.6ms) COMMIT Migrating to CreateAdherentAdhesions (20130810081837)  (0.2ms) BEGIN  (17.4ms) 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)   (2.8ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (14.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081837')  (6.0ms) COMMIT Migrating to CreateAdherentPayments (20130810081838)  (0.5ms) BEGIN  (25.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)  (3.5ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081838')  (1.0ms) COMMIT Migrating to CreateAdherentReglements (20130810081839)  (0.2ms) BEGIN  (32.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)   (35.8ms) CREATE INDEX "index_adherent_reglements_on_adhesion_id" ON "adherent_reglements" ("adhesion_id")  (17.6ms) CREATE INDEX "index_adherent_reglements_on_payment_id" ON "adherent_reglements" ("payment_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081839')  (1.1ms) COMMIT Migrating to AddOrganismIdToAdherentMembers (20130810081840)  (0.1ms) BEGIN  (21.8ms) ALTER TABLE "adherent_members" ADD COLUMN "organism_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810081840')  (12.0ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:21:51 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 66ms NoMethodError (undefined method `members' for nil:NilClass): /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:10: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__757229937__process_action__784179339__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__394077857__call__495379994__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 (6.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 (2.4ms) 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 (22.0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 10:22:06 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" Rendered organisms/index.html.haml within layouts/application (3.6ms) Completed 200 OK in 334ms (Views: 331.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /application.css - 304 Not Modified (21ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /scaffold.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +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-10 10:22:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +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-10 10:22:07 +0200 Served asset /organisms.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:07 +0200 Served asset /application.js - 304 Not Modified (10ms) Started GET "/organisms/new" for 127.0.0.1 at 2013-08-10 10:22:10 +0200 Processing by OrganismsController#new as HTML Rendered organisms/_form.html.haml (127.2ms) Rendered organisms/new.html.haml within layouts/application (144.0ms) Completed 200 OK in 215ms (Views: 202.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:11 +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-10 10:22: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-08-10 10:22:11 +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-10 10:22:11 +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-10 10:22:11 +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-10 10:22:11 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:11 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-10 10:22: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-08-10 10:22:11 +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-10 10:22:11 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:11 +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-10 10:22:11 +0200 Served asset /application.js - 304 Not Modified (1ms) Started POST "/organisms" for 127.0.0.1 at 2013-08-10 10:22:19 +0200 Processing by OrganismsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "organism"=>{"title"=>"UN easso", "status"=>"asso"}, "commit"=>"Save"}  (0.1ms) BEGIN SQL (44.6ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Sat, 10 Aug 2013 08:22:19 UTC +00:00], ["status", "asso"], ["title", "UN easso"], ["updated_at", Sat, 10 Aug 2013 08:22:19 UTC +00:00]]  (40.8ms) COMMIT Redirected to http://localhost:3000/organisms/1 Completed 302 Found in 96ms (ActiveRecord: 85.6ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 10:22:19 +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 (22.8ms) Completed 200 OK in 51ms (Views: 46.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:19 +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-10 10:22: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-10 10:22: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-10 10:22:19 +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-10 10:22:19 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:22:19 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:22: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-08-10 10:22: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-08-10 10:22:19 +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-10 10:22:19 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:22:19 +0200 Served asset /application.js - 304 Not Modified (7ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:22:23 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 81ms NameError (uninitialized constant Organism::Member): 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/members_controller.rb:10: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__757229937__process_action__784179339__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__394077857__call__495379994__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.6ms) 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 (11.2ms) Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:25:50 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) 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 (2.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.7ms) Completed 200 OK in 622ms (Views: 574.0ms | ActiveRecord: 19.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +0200 Served asset /adherent/application.css - 304 Not Modified (83ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +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-10 10:25:51 +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-10 10:25:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +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-10 10:25:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (96ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +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-10 10:25:51 +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-10 10:25: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-10 10:25:51 +0200 Served asset /adherent/members.css - 304 Not Modified (15ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-10 10:25: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-10 10:25:51 +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-10 10:25: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-10 10:25: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-10 10:25: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-10 10:25: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-10 10:25:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-10 10:25:51 +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-10 10:25:51 +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-10 10:25:51 +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-10 10:25:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-10 10:25: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-10 10:25:51 +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-10 10:25:51 +0200 Served asset /adherent/application.js - 304 Not Modified (29ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:25:52 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (31ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:25:55 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `member' 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/members_controller.rb:32:in `new' 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__757229937__process_action__867354731__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__394077857__call__495379994__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 (36.6ms) 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 (44.4ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:26:25 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (132.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (143.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Completed 200 OK in 215ms (Views: 189.4ms | ActiveRecord: 3.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:26:26 +0200 Served asset /adherent/application.css - 304 Not Modified (63ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26:26 +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-10 10:26: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-10 10:26:26 +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-10 10:26: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-10 10:26:26 +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-10 10:26: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-10 10:26:26 +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-10 10:26:26 +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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26:26 +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-10 10:26: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-10 10:26: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-10 10:26:26 +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-10 10:26:26 +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-10 10:26:26 +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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (21ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:26:57 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate(3i)"=>"6", "birthdate(2i)"=>"6", "birthdate(1i)"=>"1955"}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (67.2ms) SELECT 1 AS one FROM "adherent_members" WHERE "adherent_members"."number" = '001' LIMIT 1 SQL (61.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, 06 Jun 1955], ["created_at", Sat, 10 Aug 2013 08:26:57 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "001"], ["organism_id", 1], ["updated_at", Sat, 10 Aug 2013 08:26:57 UTC +00:00]]  (12.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord/new Completed 302 Found in 211ms (ActiveRecord: 142.1ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:26:57 +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.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.8ms) 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 (11.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (23.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 107ms (Views: 55.5ms | ActiveRecord: 14.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:26:58 +0200 Served asset /adherent/application.css - 304 Not Modified (22ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26:58 +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-08-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26: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-10 10:26:58 +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-10 10:26:58 +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-10 10:26: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-10 10:26:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (54ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-10 10:26: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-10 10:26: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-10 10:26:58 +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-10 10:26:58 +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-10 10:26:58 +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-10 10:26:58 +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-10 10:26:58 +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-10 10:26: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-10 10:26:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/coords" for 127.0.0.1 at 2013-08-10 10:27:29 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"", "gsm"=>"0674641761", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Enregistrer"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 404 Not Found in 5ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:97:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:429:in `_run__229621105__process_action__610068828__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__394077857__call__495379994__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.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.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 (17.2ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:32:27 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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/coords/_form.html.erb (107.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (109.5ms) Completed 500 Internal Server Error in 166ms ActionView::Template::Error (undefined method `member_coords_path' for #<#:0xb5fd36d4>): 1:
2: 3: <%= simple_form_for([@member, @coord], :html=> {class: 'form-horizontal'}) do |f| %> 4: <%= f.error_notification %> 5: 6:
actionpack (3.2.14) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.14) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:395:in `apply_form_for_options!' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:370: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/coords/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_coords__form_html_erb___989355673__620841378' 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/coords/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_new_html_erb__279056684_84093820' 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:39:in `new' 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:436:in `_run__229621105__process_action__867354731__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__394077857__call__495379994__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.6ms) 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 (24.4ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:33:17 +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 (1.2ms) 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 (11.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (12.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 78ms (Views: 72.7ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:33:17 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:33:17 +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-10 10:33:17 +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-10 10:33:17 +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-10 10:33: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-10 10:33:17 +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-10 10:33: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-10 10:33:17 +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-10 10:33: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-10 10:33: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-10 10:33:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-10 10:33:17 +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-10 10:33:17 +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-10 10:33: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-08-10 10:33:17 +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-10 10:33:17 +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-10 10:33: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-10 10:33:17 +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-10 10:33:17 +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-10 10:33: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-10 10:33:17 +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-10 10:33:17 +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-10 10:33:17 +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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33:19 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:33:37 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"", "gsm"=>"0674641761", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Enregistrer", "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.8ms) BEGIN SQL (138.0ms) 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", Sat, 10 Aug 2013 08:33:37 UTC +00:00], ["gsm", "0674641761"], ["mail", "jc.lepage@expert-comptable-asso.fr"], ["member_id", nil], ["office", ""], ["tel", ""], ["updated_at", Sat, 10 Aug 2013 08:33:37 UTC +00:00], ["zip", ""]]  (3.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord Completed 302 Found in 154ms (ActiveRecord: 143.9ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:33:37 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} 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"."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 Redirected to http://localhost:3000/adherent/members/1/coord/new Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:33:37 +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.3ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (15.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 88ms (Views: 83.9ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:33:37 +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-10 10:33:37 +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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33:37 +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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33:37 +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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33:38 +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-10 10:33:38 +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-10 10:33: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-10 10:33:38 +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-10 10:33:38 +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-10 10:33: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-10 10:33:38 +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-10 10:33:38 +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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33: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-10 10:33:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:34:03 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jclepage", "tel"=>"0674641761", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "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"]]  (0.2ms) BEGIN SQL (16.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", ""], ["created_at", Sat, 10 Aug 2013 08:34:03 UTC +00:00], ["gsm", ""], ["mail", "jclepage"], ["member_id", nil], ["office", ""], ["tel", "0674641761"], ["updated_at", Sat, 10 Aug 2013 08:34:03 UTC +00:00], ["zip", ""]]  (70.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord Completed 302 Found in 105ms (ActiveRecord: 87.7ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:34:03 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Redirected to http://localhost:3000/adherent/members/1/coord/new Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:34:03 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.2ms) 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.2ms) 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 (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (11.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 71ms (Views: 66.6ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:34:04 +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-10 10:34: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-10 10:34: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-10 10:34: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-10 10:34: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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34:04 +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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34:04 +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-10 10:34:04 +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-10 10:34: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-10 10:34:04 +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-10 10:34: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-10 10:34: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-10 10:34: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-10 10:34:04 +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-10 10:34:04 +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-10 10:34:04 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-10 10:35:03 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.2ms) 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::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/coords/_form.html.erb (8.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 25.9ms | ActiveRecord: 6.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:03 +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-10 10:35:03 +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-10 10:35:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (40ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:04 +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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:04 +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-10 10:35:04 +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-10 10:35:04 +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-10 10:35:04 +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-10 10:35:04 +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-10 10:35:04 +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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:04 +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-10 10:35:04 +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-10 10:35: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-10 10:35:04 +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-10 10:35:04 +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-10 10:35:04 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:35:13 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"tateaert", "tel"=>"atetet", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (3.0ms) 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::Coord Load (2.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1  (0.1ms) BEGIN SQL (2.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", Sat, 10 Aug 2013 08:35:13 UTC +00:00], ["gsm", ""], ["mail", "tateaert"], ["member_id", 1], ["office", ""], ["tel", "atetet"], ["updated_at", Sat, 10 Aug 2013 08:35:13 UTC +00:00], ["zip", ""]]  (100.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord Completed 302 Found in 118ms (ActiveRecord: 108.9ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:35:13 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Organism Load (1.1ms) 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"]] 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/coords/show.html.erb within layouts/adherent/application (3.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 48ms (Views: 37.9ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:13 +0200 Served asset /adherent/application.css - 304 Not Modified (57ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:13 +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-10 10:35:13 +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-10 10:35: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-10 10:35: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-10 10:35:13 +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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:13 +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-10 10: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-10 10:35:13 +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-10 10:35:13 +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-10 10:35: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-10 10:35:13 +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-10 10:35: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-10 10:35:13 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-10 10: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-10 10: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-10 10:35: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-10 10:35:13 +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-10 10: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-10 10: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-10 10:35: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-08-10 10:35:13 +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-10 10:35:13 +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-10 10:35:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-10 10:35:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (62ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:35:14 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-10 10:35:17 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Organism Load (1.6ms) 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::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/coords/_form.html.erb (10.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (16.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 108ms (Views: 100.6ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:17 +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-10 10:35: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-10 10:35:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (10ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-10 10:35:17 +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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:17 +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-10 10:35: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-10 10:35:17 +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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-10 10:35: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-10 10:35: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-10 10:35: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-10 10:35:17 +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-10 10:35:17 +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-10 10:35:17 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (18ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-10 10:35:18 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-10 10:35:18 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (13ms) Started PUT "/adherent/members/1/coord.3" for 127.0.0.1 at 2013-08-10 10:35:55 +0200 Processing by Adherent::CoordsController#update as Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"03.62.100.950", "gsm"=>"06.74.64.17.61", "office"=>"", "address"=>"", "zip"=>"59800", "city"=>"LILLE"}, "commit"=>"Mettre à jour", "member_id"=>"1"} Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 404 Not Found in 8ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Coord without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:69:in `update' 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:436:in `_run__229621105__process_action__626287855__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__394077857__call__495379994__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/diagnostics.erb within rescues/layout (9.7ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:37:28 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Organism Load (0.7ms) 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::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 19.0ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:37:28 +0200 Served asset /adherent/application.css - 304 Not Modified (26ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-10 10:37: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-10 10:37:28 +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-10 10:37: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-10 10:37:28 +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-10 10:37:28 +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-10 10:37: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-10 10:37: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-10 10:37: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-10 10:37: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-10 10:37: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-10 10:37: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-10 10:37:28 +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-10 10:37: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-10 10:37: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-10 10:37:28 +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-10 10:37:28 +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-10 10:37: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-08-10 10:37:28 +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-10 10:37: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-08-10 10:37:28 +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-10 10:37:28 +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-10 10:37: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-08-10 10:37: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-10 10:37:28 +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-10 10:37:28 +0200 Served asset /adherent/application.js - 304 Not Modified (61ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-10 10:37:28 +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-10 10:37:28 +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-10 10:37:28 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:38:05 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Organism Load (6.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (3.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 43.4ms | ActiveRecord: 13.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38:05 +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-10 10:38:05 +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-10 10:38: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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38: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-10 10:38:05 +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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (89ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:38:05 +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-10 10:38:06 +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-10 10:38:06 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit.3" for 127.0.0.1 at 2013-08-10 10:38:57 +0200 Processing by Adherent::CoordsController#edit as Parameters: {"member_id"=>"1"} Organism Load (0.2ms) 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::Coord Load (0.2ms) 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 (10.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (17.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.4ms) Completed 200 OK in 140ms (Views: 77.1ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:38:58 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:38: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-10 10:38:58 +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-10 10:38:58 +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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38:58 +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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38:58 +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-10 10:38: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-10 10:38:58 +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-10 10:38:58 +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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38: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-10 10:38:58 +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-10 10:38:58 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-10 10:38:58 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-10 10:38:58 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/coord.3" for 127.0.0.1 at 2013-08-10 10:39:22 +0200 Processing by Adherent::CoordsController#update as Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"03.62.100.950", "gsm"=>"06.74.64.17.61", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Mettre à jour", "member_id"=>"1"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.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  (1.7ms) BEGIN  (40.1ms) UPDATE "adherent_coords" SET "mail" = 'jc.lepage@expert-comptable-asso.fr', "tel" = '03.62.100.950', "gsm" = '06.74.64.17.61', "city" = 'LILLE', "updated_at" = '2013-08-10 08:39:22.562113' WHERE "adherent_coords"."id" = 3  (26.7ms) COMMIT Completed 406 Not Acceptable in 80ms (ActiveRecord: 71.5ms) Started GET "/adherent/members/1/coord/edit.3" for 127.0.0.1 at 2013-08-10 10:40:01 +0200 Processing by Adherent::CoordsController#edit as Parameters: {"member_id"=>"1"} Organism Load (1.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"."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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (9.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (15.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 90ms (Views: 83.1ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:40: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-10 10:40: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-10 10:40: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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +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-10 10:40: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-10 10:40: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-10 10:40: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-10 10:40: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-10 10:40:02 +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-10 10:40:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:40: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-10 10:40: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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-10 10:40: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-10 10:40:02 +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-10 10:40: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-10 10:40: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-10 10:40: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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +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-10 10:40:02 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-10 10:40:02 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-10 10:40:02 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-10 10:40:24 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Organism Load (4.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"]] Adherent::Coord Load (1.0ms) 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 (32.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (38.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 84ms (Views: 75.0ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:40:25 +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-10 10:40: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-10 10:40: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-10 10:40: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-10 10:40:25 +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-10 10:40:25 +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-10 10:40: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-10 10:40: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-10 10:40:25 +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-10 10:40: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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40: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-10 10:40:25 +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-10 10:40: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-10 10:40:25 +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-10 10:40: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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +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-10 10:40:25 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-10 10:40:25 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-10 10:40:25 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:40:30 +0200 Processing by Adherent::CoordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"03.62.100.950", "gsm"=>"06.74.64.17.61", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Mettre à jour", "member_id"=>"1"} Organism Load (1.6ms) 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::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.4ms) COMMIT Redirected to http://localhost:3000/adherent/coords/3 Completed 302 Found in 10ms (ActiveRecord: 2.5ms) Started GET "/adherent/coords/3" for 127.0.0.1 at 2013-08-10 10:40:30 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Completed 404 Not Found in 2ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member without an ID): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:313: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/coords_controller.rb:97:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:429:in `_run__229621105__process_action__530710094__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__394077857__call__495379994__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/diagnostics.erb within rescues/layout (9.8ms) Started GET "/adherent/member/3/coord" for 127.0.0.1 at 2013-08-10 10:42:22 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/member/3/coord"): 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 "/adherent/member/1/coord" for 127.0.0.1 at 2013-08-10 10:42:30 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/member/1/coord"): 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 "/adherent/members" for 127.0.0.1 at 2013-08-10 10:42:35 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (17.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Coord Load (0.2ms) 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 (58.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 177ms (Views: 127.6ms | ActiveRecord: 24.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:42:35 +0200 Served asset /adherent/application.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:42:35 +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-10 10:42: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-10 10:42:35 +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-10 10:42:35 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42:35 +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-10 10:42: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-10 10:42:35 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +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-10 10:42:36 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-10 10:42:36 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (50ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:42:36 +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-10 10:42:36 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (50ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-10 10:42:36 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-10 10:42:36 +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-10 10:42:36 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:42:40 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"1"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["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/coords/show.html.erb within layouts/adherent/application (2.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 17.4ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:42:40 +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-10 10:42:40 +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-10 10:42:40 +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-10 10:42:40 +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-10 10:42:40 +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-10 10:42:40 +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-10 10:42: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-08-10 10:42:40 +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-10 10:42: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-08-10 10:42: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 2013-08-10 10:42: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-10 10:42:40 +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-10 10:42:40 +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-10 10:42: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-10 10:42: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-10 10:42:40 +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-10 10:42:40 +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-10 10:42: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-10 10:42:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-10 10:42:40 +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-10 10:42: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-10 10:42: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-10 10:42:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (76ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-10 10:42:40 +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-10 10:42: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-10 10:42: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-10 10:42:40 +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-10 10:42:41 +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-10 10:42:41 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/coord/edit" for 127.0.0.1 at 2013-08-10 10:42:44 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) 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::Coord Load (0.2ms) 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 (23.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (35.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 69ms (Views: 64.1ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:42: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-10 10:42: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-10 10:42: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-10 10:42:45 +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-10 10:42: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-10 10:42:45 +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-10 10:42:45 +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-10 10:42: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-10 10:42: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-10 10:42:45 +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-10 10:42: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-10 10:42:45 +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-10 10:42: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-10 10:42:45 +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-10 10:42: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-10 10:42:45 +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-10 10:42: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-10 10:42:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (60ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-10 10:42: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-10 10:42: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-10 10:42:45 +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-10 10:42:45 +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-10 10:42: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-10 10:42: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-10 10:42: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-10 10:42: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-10 10:42: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-10 10:42:45 +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-10 10:42:45 +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-10 10:42:45 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started PUT "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:42:53 +0200 Processing by Adherent::CoordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"03.62.100.950", "gsm"=>"06.74.64.17.61", "office"=>"03.20.14.64.34", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Mettre à jour", "member_id"=>"1"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1  (0.1ms) BEGIN  (2.8ms) UPDATE "adherent_coords" SET "office" = '03.20.14.64.34', "updated_at" = '2013-08-10 08:42:53.580342' WHERE "adherent_coords"."id" = 3  (25.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/coord Completed 302 Found in 44ms (ActiveRecord: 33.0ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-10 10:42:53 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} 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", "3"]] Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member with id=3): 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/coords_controller.rb:97:in `find_member' activesupport (3.2.14) lib/active_support/callbacks.rb:429:in `_run__229621105__process_action__530710094__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__394077857__call__495379994__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/diagnostics.erb within rescues/layout (9.6ms) Started PUT "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:43:22 +0200 Processing by Adherent::CoordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"jc.lepage@expert-comptable-asso.fr", "tel"=>"03.62.100.950", "gsm"=>"06.74.64.17.61", "office"=>"03.20.14.64.34", "address"=>"", "zip"=>"59800", "city"=>"LILLE"}, "commit"=>"Mettre à jour", "member_id"=>"1"} Organism Load (0.1ms) 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::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE "adherent_coords" SET "zip" = '59800', "updated_at" = '2013-08-10 08:43:22.339855' WHERE "adherent_coords"."id" = 3  (46.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord Completed 302 Found in 145ms (ActiveRecord: 52.9ms) Started GET "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-10 10:43:22 +0200 Processing by Adherent::CoordsController#show 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::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/coords/show.html.erb within layouts/adherent/application (2.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 29ms (Views: 23.5ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:43:22 +0200 Served asset /adherent/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:43:22 +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-10 10:43:22 +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-10 10:43: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-08-10 10:43:22 +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-10 10:43: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-10 10:43:22 +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-10 10:43: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-10 10:43: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-10 10:43:22 +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-10 10:43:22 +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-10 10:43: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-08-10 10:43:22 +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-10 10:43: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-08-10 10:43: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-08-10 10:43: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-10 10:43: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-10 10:43: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 2013-08-10 10:43: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-10 10:43: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-10 10:43:22 +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-10 10:43:22 +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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:22 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:43:23 +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-10 10:43:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:43:41 +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.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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 (16.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 29.2ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:43:41 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 10:43:41 +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-10 10:43: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-10 10:43:41 +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-10 10:43:41 +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-10 10:43:41 +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-10 10:43: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-10 10:43: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-10 10:43:41 +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-10 10:43: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-10 10:43:42 +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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:42 +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-10 10:43:42 +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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:42 +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-10 10:43:42 +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-10 10:43: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-10 10:43: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-10 10:43:42 +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-10 10:43:42 +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-10 10:43:42 +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-10 10:43:42 +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-10 10:43: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 2013-08-10 10:43:42 +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-10 10:43:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:43:44 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (23.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:44 +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-10 10:43:44 +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-10 10:43:44 +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-10 10:43: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-10 10:43:44 +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-10 10:43: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-10 10:43:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (85ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:44 +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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43: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-10 10:43:45 +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-10 10:43: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-10 10:43: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-10 10:43:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (3ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:44:15 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"002", "name"=>"Lepage", "forname"=>"Sylvie", "birthdate(3i)"=>"23", "birthdate(2i)"=>"5", "birthdate(1i)"=>"1953"}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.3ms) SELECT 1 AS one FROM "adherent_members" WHERE "adherent_members"."number" = '002' LIMIT 1 SQL (0.6ms) 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", Sat, 23 May 1953], ["created_at", Sat, 10 Aug 2013 08:44:15 UTC +00:00], ["forname", "Sylvie"], ["name", "Lepage"], ["number", "002"], ["organism_id", 1], ["updated_at", Sat, 10 Aug 2013 08:44:15 UTC +00:00]]  (117.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/coord/new Completed 302 Found in 132ms (ActiveRecord: 118.5ms) Started GET "/adherent/members/2/coord/new" for 127.0.0.1 at 2013-08-10 10:44:15 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"2"} Organism Load (0.5ms) 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::Coord Load (0.4ms) 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 (11.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (14.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 44ms (Views: 34.3ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10: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-10 10: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-10 10: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-10 10:44: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-10 10:44:15 +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-10 10: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-10 10:44: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-10 10:44:15 +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-10 10:44:15 +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-10 10:44:15 +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-10 10:44:15 +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-10 10:44: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-10 10:44: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-10 10:44:15 +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-10 10: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-10 10: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-10 10:44:15 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44:15 +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-10 10:44:15 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/2/coord" for 127.0.0.1 at 2013-08-10 10:44:34 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"lepage.sylvie@ciep.fr", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"PARIS"}, "commit"=>"Enregistrer", "member_id"=>"2"} 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", "2"]] Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 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", "PARIS"], ["created_at", Sat, 10 Aug 2013 08:44:34 UTC +00:00], ["gsm", ""], ["mail", "lepage.sylvie@ciep.fr"], ["member_id", 2], ["office", ""], ["tel", ""], ["updated_at", Sat, 10 Aug 2013 08:44:34 UTC +00:00], ["zip", ""]]  (23.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/coord Completed 302 Found in 39ms (ActiveRecord: 27.4ms) Started GET "/adherent/members/2/coord" for 127.0.0.1 at 2013-08-10 10:44:34 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"2"} Organism Load (0.3ms) 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.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 17.9ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:44:34 +0200 Served asset /adherent/application.css - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:44: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-10 10:44: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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44:34 +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-10 10:44: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-10 10:44:34 +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-10 10:44:34 +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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44:34 +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-10 10:44:35 +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-10 10:44:35 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:44:41 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Coord Load (0.2ms) 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 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 (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 25.1ms | ActiveRecord: 6.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:44:41 +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-10 10:44:41 +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-10 10:44:41 +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-10 10:44: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-10 10:44: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-10 10:44:41 +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-10 10:44:41 +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-10 10:44:41 +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-10 10:44:41 +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-10 10:44:42 +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-10 10:44: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-10 10:44:42 +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-10 10:44: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-10 10:44:42 +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-10 10:44:42 +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-10 10:44:42 +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-10 10:44: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-10 10:44:42 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-10 10:44: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-10 10:44:42 +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-10 10:44: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-10 10:44:42 +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-10 10:44: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-10 10:44:42 +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-10 10:44: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-10 10:44: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-10 10:44:42 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:44:42 +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-10 10:44:42 +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-10 10:44:42 +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-10 10:44: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 2013-08-10 10:44:42 +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-10 10:44:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:44:52 +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 (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.8ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Redirected to http://localhost:3000/adherent/members/1/adhesions/new Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-10 10:44:53 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) 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::Adhesion Load (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (40.1ms) 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 (15.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (62.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 184ms (Views: 110.3ms | ActiveRecord: 40.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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 2013-08-10 10:44:53 +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-10 10:44:53 +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-10 10:44:53 +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-10 10:44: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-10 10:44:53 +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-10 10:44: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-10 10:44:53 +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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44:53 +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-10 10:44: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-08-10 10:44:53 +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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44: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-10 10:44:53 +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-10 10:44:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-10 10:44: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-10 10:44: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-10 10:44:53 +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-10 10:44: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-10 10:44:54 +0200 Served asset /adherent/cal.gif - 304 Not Modified (52ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:02 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.3ms) 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.2ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Redirected to http://localhost:3000/adherent/members/1/adhesions/new Completed 302 Found in 79ms (ActiveRecord: 10.6ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-10 10:46:02 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.6ms) 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.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (2.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 (17.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 50.5ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:02 +0200 Served asset /adherent/application.css - 304 Not Modified (115ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 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-10 10:46:02 +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-10 10:46: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-10 10:46:02 +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-10 10:46:02 +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-10 10:46:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:03 +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-10 10:46:03 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:03 +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-10 10:46:03 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:03 +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-10 10:46:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:07 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.6ms) 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 Redirected to http://localhost:3000/adherent/members/1/adhesions/new Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-10 10:46:07 +0200 Processing by Adherent::AdhesionsController#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.2ms) 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 Adherent::Adhesion Load (0.3ms) 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 (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 32ms (Views: 24.3ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:07 +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-10 10:46:07 +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-10 10:46: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-10 10:46:07 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:07 +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-10 10:46: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-10 10:46: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-10 10:46:07 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:07 +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-10 10:46: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-10 10:46:07 +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-10 10:46:07 +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-10 10:46:07 +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-10 10:46: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-10 10:46:07 +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-10 10:46:07 +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-10 10:46: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-10 10:46:07 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:07 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:46:28 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (35.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 99ms (Views: 88.9ms | ActiveRecord: 5.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:28 +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-10 10:46:28 +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-10 10:46: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-10 10:46:28 +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-10 10:46: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-10 10:46:28 +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-10 10:46:28 +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-10 10:46: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-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:28 +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-10 10:46: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-08-10 10:46:28 +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-10 10:46:28 +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-10 10:46: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-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +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-10 10:46:28 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:32 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) 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.2ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Redirected to http://localhost:3000/adherent/members/1/adhesions/new Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-10 10:46:32 +0200 Processing by Adherent::AdhesionsController#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.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.0ms) 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 (5.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 23.1ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:32 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:32 +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-10 10:46:32 +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-10 10:46: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-08-10 10:46: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-10 10:46:32 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:33 +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-10 10:46: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-10 10:46: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-10 10:46:33 +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-10 10:46:33 +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-10 10:46: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-10 10:46: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-10 10:46:33 +0200 Served asset /adherent/application.js - 304 Not Modified (80ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:33 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:39 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"200"}, "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 (69.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", Sat, 10 Aug 2013 08:46:39 UTC +00:00], ["from_date", Sat, 10 Aug 2013], ["member_id", 1], ["to_date", Sat, 09 Aug 2014], ["updated_at", Sat, 10 Aug 2013 08:46:39 UTC +00:00]]  (42.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 169ms (ActiveRecord: 112.9ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.9ms) 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  (101.6ms) 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 (147.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 195ms (Views: 85.3ms | ActiveRecord: 105.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:39 +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-10 10:46: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-10 10:46: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-10 10:46:39 +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-10 10:46:39 +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-10 10:46:39 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:39 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:40 +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-10 10:46: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-10 10:46: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 2013-08-10 10:46: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-10 10:46:40 +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-10 10:46:40 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:40 +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-08-10 10:46:40 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (60ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:46:40 +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-10 10:46: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-10 10:46:40 +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-10 10:46:40 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-10 10:46:43 +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.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (3.0ms) 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 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 (19.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (34.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 120ms (Views: 86.8ms | ActiveRecord: 8.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:44 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (76ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:44 +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-10 10:46: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-10 10:46:44 +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-10 10:46:44 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:44 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:44 +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-10 10:46: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-10 10:46:44 +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-10 10:46: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-10 10:46:44 +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-10 10:46: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-10 10:46:44 +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-10 10:46:44 +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-10 10:46:44 +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-10 10:46:44 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-10 10:46:50 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "payment"=>{"date"=>"10/08/2013", "amount"=>"200.0", "mode"=>"Chèque"}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (0.2ms) 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 (54.7ms) 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, 10 Aug 2013 08:46:50 UTC +00:00], ["date", Sat, 10 Aug 2013], ["member_id", 1], ["mode", "Chèque"], ["updated_at", Sat, 10 Aug 2013 08:46:50 UTC +00:00]] Adherent::Member Load (0.5ms) 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.2ms) 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 SQL (69.9ms) 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", Sat, 10 Aug 2013 08:46:50 UTC +00:00], ["payment_id", 1], ["updated_at", Sat, 10 Aug 2013 08:46:50 UTC +00:00]]  (9.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 211ms (ActiveRecord: 136.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-10 10:46:50 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.9ms) 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.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 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 (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 20.5ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:50 +0200 Served asset /adherent/application.css - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:46:50 +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-10 10:46: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-10 10:46: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-10 10:46:50 +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-10 10:46:50 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:50 +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-10 10:46:50 +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-10 10:46: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-10 10:46:50 +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-10 10:46: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-10 10:46:50 +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-10 10:46: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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46: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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46:50 +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-10 10:46: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-10 10:46:50 +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-10 10:46:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:46:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) 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.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_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/members/index.html.erb within layouts/adherent/application (21.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 93ms (Views: 86.8ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:46: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-10 10:46:55 +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-10 10:46: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-10 10:46: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-10 10:46:55 +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-10 10:46:55 +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-10 10:46:55 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:55 +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-10 10:46:55 +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-10 10:46:56 +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-10 10:46: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-10 10:46: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-10 10:46:56 +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-10 10:46:56 +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-10 10:46: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-10 10:46: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-10 10:46:56 +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-10 10:46:56 +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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46: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-10 10:46:56 +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-10 10:46:56 +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-10 10:46:56 +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-10 10:46: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-10 10:46:56 +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-10 10:46:56 +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-10 10:46:56 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:46:59 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (11.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 77ms (Views: 74.3ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:00 +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-10 10:47: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-10 10:47:00 +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-10 10:47:00 +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-10 10:47:00 +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-10 10:47:00 +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-10 10:47:00 +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-10 10:47:00 +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-10 10:47:00 +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-10 10:47: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-10 10:47:00 +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-10 10:47: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-10 10:47: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-10 10:47:00 +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-10 10:47: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-10 10:47:00 +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-10 10:47:00 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:00 +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-10 10:47:00 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:47:20 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"003", "name"=>"Lepage", "forname"=>"Annie", "birthdate(3i)"=>"15", "birthdate(2i)"=>"6", "birthdate(1i)"=>"1952"}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE "adherent_members"."number" = '003' LIMIT 1 SQL (0.5ms) 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", Sun, 15 Jun 1952], ["created_at", Sat, 10 Aug 2013 08:47:20 UTC +00:00], ["forname", "Annie"], ["name", "Lepage"], ["number", "003"], ["organism_id", 1], ["updated_at", Sat, 10 Aug 2013 08:47:20 UTC +00:00]]  (39.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/coord/new Completed 302 Found in 53ms (ActiveRecord: 40.5ms) Started GET "/adherent/members/3/coord/new" for 127.0.0.1 at 2013-08-10 10:47:20 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.2ms) 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", "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/_form.html.erb (15.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (18.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 54ms (Views: 47.6ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:47: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-10 10:47:20 +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-10 10:47:20 +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-10 10:47: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-10 10:47:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:20 +0200 Served asset /adherent/application.css - 304 Not Modified (26ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-10 10:47: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-10 10:47: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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47: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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47:20 +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-10 10:47: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-10 10:47:20 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:20 +0200 Served asset /adherent/application.js - 304 Not Modified (75ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:47:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-10 10:47:30 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"lepage.annie@gmail.com", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"3"} Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.8ms) BEGIN SQL (4.0ms) 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", Sat, 10 Aug 2013 08:47:30 UTC +00:00], ["gsm", ""], ["mail", "lepage.annie@gmail.com"], ["member_id", 3], ["office", ""], ["tel", ""], ["updated_at", Sat, 10 Aug 2013 08:47:30 UTC +00:00], ["zip", ""]]  (26.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 52ms (ActiveRecord: 36.6ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-10 10:47:30 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (1.1ms) 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", "3"]] Adherent::Adhesion Load (0.2ms) 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 (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (7.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 23.9ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47: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-10 10:47:31 +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-10 10:47:31 +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-10 10:47: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 2013-08-10 10:47:31 +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-10 10:47:31 +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-10 10:47:31 +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-10 10:47:31 +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-10 10:47:31 +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-10 10:47: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-10 10:47: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-08-10 10:47: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-10 10:47:31 +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-10 10:47: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-08-10 10:47: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 2013-08-10 10:47:31 +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-10 10:47: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-10 10:47: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-08-10 10:47:31 +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-10 10:47:31 +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-10 10:47: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 2013-08-10 10:47: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-10 10:47:31 +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-10 10:47:31 +0200 Served asset /adherent/members.js - 304 Not Modified (72ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-10 10:47: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 2013-08-10 10:47: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-10 10:47:31 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:47: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-10 10:47:31 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-10 10:47:37 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"150"}, "commit"=>"Enregistrer", "member_id"=>"3"} Organism Load (2.4ms) 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", "3"]]  (0.1ms) 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", Sat, 10 Aug 2013 08:47:37 UTC +00:00], ["from_date", Sat, 10 Aug 2013], ["member_id", 3], ["to_date", Sat, 09 Aug 2014], ["updated_at", Sat, 10 Aug 2013 08:47:37 UTC +00:00]]  (48.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/adhesions Completed 302 Found in 64ms (ActiveRecord: 53.5ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-10 10:47:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) 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", "3"]]  (0.2ms) 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.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (8.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:38 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:38 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:38 +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-10 10:47:38 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:38 +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-10 10:47:38 +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-10 10:47:38 +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-10 10:47:38 +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-10 10:47:38 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:47:42 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (5.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (6.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 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 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (3.8ms) 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" = 2 Adherent::Coord Load (1.8ms) 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 (27.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 49.1ms | ActiveRecord: 20.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47:42 +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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47: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-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47:42 +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-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47: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-10 10:47:42 +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-10 10:47:43 +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-10 10:47:43 +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-10 10:47:43 +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-10 10:47: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-08-10 10:47:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:47:43 +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-10 10:47:43 +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-10 10:47:43 +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-10 10:47:43 +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-10 10:47:43 +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-10 10:47:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 10:47:54 +0200 Processing by OrganismsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (9.7ms) Completed 200 OK in 155ms (Views: 150.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:55 +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-10 10:47:55 +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-10 10:47:55 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:55 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:47: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-10 10:47:55 +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-10 10:47:55 +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-10 10:47:55 +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-10 10:47: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-10 10:47:55 +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-10 10:47:55 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:47:55 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/organisms/new" for 127.0.0.1 at 2013-08-10 10:47:58 +0200 Processing by OrganismsController#new as HTML Rendered organisms/_form.html.haml (2.5ms) Rendered organisms/new.html.haml within layouts/application (17.7ms) Completed 200 OK in 78ms (Views: 76.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:58 +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-10 10:47: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-10 10:47:58 +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-10 10:47:58 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:47:58 +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-10 10:47:58 +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-10 10:47:58 +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-10 10:47: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-10 10:47:58 +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-10 10:47:58 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:47:58 +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-10 10:47:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started POST "/organisms" for 127.0.0.1 at 2013-08-10 10:48:13 +0200 Processing by OrganismsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "organism"=>{"title"=>"Secafi", "status"=>"Association"}, "commit"=>"Save"}  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Sat, 10 Aug 2013 08:48:13 UTC +00:00], ["status", "Association"], ["title", "Secafi"], ["updated_at", Sat, 10 Aug 2013 08:48:13 UTC +00:00]]  (44.2ms) COMMIT Redirected to http://localhost:3000/organisms/2 Completed 302 Found in 56ms (ActiveRecord: 44.8ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-10 10:48:13 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (1.0ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:48:13 +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-10 10:48: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-10 10:48:13 +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-10 10:48:13 +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-10 10:48:13 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:48:13 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 10:48:13 +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-10 10:48:14 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 10:48:14 +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-10 10:48: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-10 10:48:14 +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-10 10:48:14 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:48:20 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) 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 (1.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 58ms (Views: 53.7ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48: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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48:20 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:20 +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-10 10:48:20 +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-10 10:48: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-10 10:48:20 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:21 +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-10 10:48: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-10 10:48: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-10 10:48:21 +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-10 10:48:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:48:26 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (14.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 76ms (Views: 70.7ms | ActiveRecord: 2.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:26 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:26 +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-10 10:48: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-10 10:48: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-10 10:48:26 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:26 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:48:37 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"001", "name"=>"Duchamp", "forname"=>"Philippe", "birthdate(3i)"=>"10", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.3ms) SELECT 1 AS one FROM "adherent_members" WHERE "adherent_members"."number" = '001' LIMIT 1  (33.4ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (87.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (89.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.6ms) Completed 200 OK in 194ms (Views: 140.3ms | ActiveRecord: 34.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:48: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-10 10:48:37 +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-10 10:48: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-10 10:48: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-10 10:48:37 +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-10 10:48:37 +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-10 10:48:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (4ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-10 10:48: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-10 10:48: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-10 10:48:37 +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-10 10:48:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (10ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-10 10:48:37 +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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-10 10:48: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-08-10 10:48: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-10 10:48: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-10 10:48:37 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:48:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:49:23 +0200 ArgumentError (Unknown validator: 'ScopeValidator'): activemodel (3.2.14) lib/active_model/validations/validates.rb:96:in `rescue in block in validates' activemodel (3.2.14) lib/active_model/validations/validates.rb:93:in `block in validates' activemodel (3.2.14) lib/active_model/validations/validates.rb:90:in `each' activemodel (3.2.14) lib/active_model/validations/validates.rb:90:in `validates' /home/jcl/rails_project/Adherent/app/models/adherent/member.rb:11:in `' /home/jcl/rails_project/Adherent/app/models/adherent/member.rb:2:in `' /home/jcl/rails_project/Adherent/app/models/adherent/member.rb:1:in `' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.14) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.14) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.14) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `const_missing' 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' activesupport (3.2.14) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.14) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.14) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.14) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:6:in `' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:5:in `' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.14) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.14) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.14) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.14) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.14) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.14) lib/active_support/dependencies.rb:190:in `const_missing' 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' activesupport (3.2.14) lib/active_support/dependencies.rb:554:in `get' 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: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__394077857__call__495379994__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.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 (14.3ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:51:45 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"001", "name"=>"Duchamp", "forname"=>"Philippe", "birthdate(3i)"=>"10", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 (0.5ms) 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", Sat, 10 Aug 2013], ["created_at", Sat, 10 Aug 2013 08:51:45 UTC +00:00], ["forname", "Philippe"], ["name", "Duchamp"], ["number", "001"], ["organism_id", 2], ["updated_at", Sat, 10 Aug 2013 08:51:45 UTC +00:00]]  (23.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/coord/new Completed 302 Found in 80ms (ActiveRecord: 29.0ms) Started GET "/adherent/members/4/coord/new" for 127.0.0.1 at 2013-08-10 10:51:45 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 (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/_form.html.erb (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 351ms (Views: 332.2ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:51:46 +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-10 10:51:46 +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-10 10:51: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-10 10: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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10: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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51:46 +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-10 10:51: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-10 10:51:46 +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-10 10:51:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (36ms) Started POST "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-10 10:51:58 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"p.duchamp@secafi.com", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (3.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (4.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.1ms) BEGIN SQL (3.0ms) 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", Sat, 10 Aug 2013 08:51:58 UTC +00:00], ["gsm", ""], ["mail", "p.duchamp@secafi.com"], ["member_id", 4], ["office", ""], ["tel", ""], ["updated_at", Sat, 10 Aug 2013 08:51:58 UTC +00:00], ["zip", ""]]  (58.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions/new Completed 302 Found in 80ms (ActiveRecord: 69.5ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-10 10:51:58 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.8ms) 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 (11.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (26.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 99ms (Views: 76.4ms | ActiveRecord: 4.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51:59 +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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51: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-10 10:51:59 +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-10 10:51: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-10 10:51: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-10 10:51:59 +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-10 10:51: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-10 10:51: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-10 10:51:59 +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-10 10:51:59 +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-10 10:51:59 +0200 Served asset /adherent/cal.gif - 304 Not Modified (14ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-10 10:52:04 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>""}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 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", nil], ["created_at", Sat, 10 Aug 2013 08:52:04 UTC +00:00], ["from_date", Sat, 10 Aug 2013], ["member_id", 4], ["to_date", Sat, 09 Aug 2014], ["updated_at", Sat, 10 Aug 2013 08:52:04 UTC +00:00]]  (183.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 199ms (ActiveRecord: 185.7ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-10 10:52:04 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.5ms) 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.5ms) 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 (35.0ms) Completed 500 Internal Server Error in 67ms ActionView::Template::Error (undefined method `-' for nil:NilClass): 20: %td= adhesion.from_date 21: %td= adhesion.to_date 22: %td= number_to_currency(adhesion.amount, locale: :fr) 23: %td= number_to_currency(adhesion.due, locale: :fr) 24: %td 25: = icon_to 'modifier.png', edit_member_adhesion_path(@member, adhesion) 26: = icon_to 'supprimer.png', [@member,adhesion], method: :delete, confirm: 'Etes vous sûr ?' /home/jcl/rails_project/Adherent/app/models/adherent/adhesion.rb:48:in `due' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:23:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___647259790_84392220' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml:18:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_index_html_haml___647259790_84392220' 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__636633746__process_action__784179339__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__394077857__call__495379994__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.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.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 (25.8ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-10 10:52:52 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 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 (7.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 116ms (Views: 66.2ms | ActiveRecord: 6.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:52:53 +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-10 10:52:53 +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-10 10:52: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-08-10 10:52: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-10 10:52:53 +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-10 10:52: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-10 10:52: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-10 10:52:53 +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-10 10:52: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-10 10:52: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-10 10:52: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-08-10 10:52:53 +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-10 10:52: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-10 10:52: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-08-10 10:52:53 +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-10 10:52:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-10 10:52:53 +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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52:53 +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-10 10:52: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-10 10:52: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-10 10:52: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-10 10:52:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-10 10:56:07 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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 Adherent::Adhesion Load (3.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 (69.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 188ms (Views: 94.2ms | ActiveRecord: 28.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56:07 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:56:07 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:08 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:08 +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-10 10:56: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-10 10:56: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-10 10:56:08 +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-10 10:56:08 +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-10 10:56:08 +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-10 10:56:08 +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-10 10:56:08 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-10 10:56:08 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (28ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:56:08 +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-10 10:56:08 +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-10 10:56:08 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-10 10:56:08 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (35ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:56:13 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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  (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 (40.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 74ms (Views: 67.0ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56:14 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56: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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56: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-10 10:56: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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56: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-08-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56: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-10 10:56: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-10 10:56: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-08-10 10:56: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-10 10:56: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-10 10:56: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-08-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:56:14 +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-10 10:56:14 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +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-10 10:56:14 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (8ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-10 10:56:17 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (21.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (33.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 135ms (Views: 127.4ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56:17 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56:17 +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-10 10:56:17 +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-10 10:56: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-10 10:56:17 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:17 +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-10 10:56:17 +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-10 10:56:17 +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-10 10:56: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-08-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:17 +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-10 10:56: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-10 10:56:17 +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-10 10:56:17 +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-10 10:56:17 +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-10 10:56:17 +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-10 10:56:17 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-10 10:56:29 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"002", "name"=>"Kemp", "forname"=>"Annick", "birthdate(3i)"=>"10", "birthdate(2i)"=>"8", "birthdate(1i)"=>"2013"}, "commit"=>"Créer le membre"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '002' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (28.5ms) 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", Sat, 10 Aug 2013], ["created_at", Sat, 10 Aug 2013 08:56:29 UTC +00:00], ["forname", "Annick"], ["name", "Kemp"], ["number", "002"], ["organism_id", 2], ["updated_at", Sat, 10 Aug 2013 08:56:29 UTC +00:00]]  (8.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/coord/new Completed 302 Found in 48ms (ActiveRecord: 38.8ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-10 10:56:29 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) 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 (59.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (68.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 104ms (Views: 98.9ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56: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-10 10:56:29 +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-10 10:56: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-10 10:56:29 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:29 +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-10 10:56:29 +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-10 10:56: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-10 10:56:29 +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-10 10:56: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-10 10:56:29 +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-10 10:56:29 +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-10 10:56: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-10 10:56:29 +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-10 10:56:29 +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-10 10:56: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-10 10:56:29 +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-10 10:56:29 +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-10 10:56:29 +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-10 10:56:29 +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-10 10:56:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-10 10:56:39 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"a.kemp@secafi.com", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) 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  (0.1ms) BEGIN SQL (0.9ms) 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", Sat, 10 Aug 2013 08:56:39 UTC +00:00], ["gsm", ""], ["mail", "a.kemp@secafi.com"], ["member_id", 5], ["office", ""], ["tel", ""], ["updated_at", Sat, 10 Aug 2013 08:56:39 UTC +00:00], ["zip", ""]]  (63.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/adhesions/new Completed 302 Found in 76ms (ActiveRecord: 65.2ms) Started GET "/adherent/members/5/adhesions/new" for 127.0.0.1 at 2013-08-10 10:56:39 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (3.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.8ms) 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.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 47ms (Views: 36.2ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56: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-08-10 10:56: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 2013-08-10 10:56:40 +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-10 10:56:40 +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-10 10:56: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 2013-08-10 10:56:40 +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-10 10:56: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-10 10:56:40 +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-10 10:56:40 +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-10 10:56: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 2013-08-10 10:56: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-08-10 10:56:40 +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-10 10:56:40 +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-10 10:56: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-10 10:56: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-08-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:40 +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-10 10:56: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-10 10:56:40 +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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:40 +0200 Served asset /adherent/application.js - 304 Not Modified (65ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-10 10:56:40 +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-10 10:56:40 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-10 10:56:50 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"-8"}, "commit"=>"Enregistrer", "member_id"=>"5"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (3.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.9ms) 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, 10 Aug 2013 08:56:50 UTC +00:00], ["from_date", Sat, 10 Aug 2013], ["member_id", 5], ["to_date", Sat, 09 Aug 2014], ["updated_at", Sat, 10 Aug 2013 08:56:50 UTC +00:00]]  (55.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/adhesions Completed 302 Found in 73ms (ActiveRecord: 61.0ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-10 10:56:50 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Organism Load (2.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) 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 (8.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 24.3ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56: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-10 10:56:50 +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-10 10:56: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-10 10:56:50 +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-10 10:56: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-10 10:56:50 +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-10 10:56: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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56: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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (13ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-10 10:56: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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-10 10:56:50 +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-10 10:56:50 +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-10 10:56:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/adhesions/4/edit" for 127.0.0.1 at 2013-08-10 10:58:03 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"5", "id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (5.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (21.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (26.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 156ms (Views: 64.7ms | ActiveRecord: 10.6ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58:04 +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 2013-08-10 10:58:04 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-10 10:58:04 +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-10 10:58: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-10 10:58:04 +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-10 10:58:04 +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-10 10:58: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-10 10:58:04 +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-10 10:58: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-10 10:58:04 +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-10 10:58: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-10 10:58: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-10 10:58:04 +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-10 10:58:04 +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-10 10:58:04 +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-10 10:58:04 +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-10 10:58:04 +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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58:05 +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-10 10:58:05 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/members/5/adhesions/4" for 127.0.0.1 at 2013-08-10 10:58:09 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"-12.00"}, "commit"=>"Mettre à jour", "member_id"=>"5", "id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.0ms) BEGIN  (0.4ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (9.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 71.2ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:58: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-10 10:58: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-10 10:58:09 +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-10 10:58: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-10 10:58:09 +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-10 10:58:10 +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-10 10:58:10 +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-10 10:58: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-10 10:58: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-10 10:58:10 +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-10 10:58: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-10 10:58: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-10 10:58:10 +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-10 10:58:10 +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-10 10:58:10 +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-10 10:58:10 +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-10 10:58:10 +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-10 10:58: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-10 10:58:10 +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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58: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-10 10:58:10 +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-10 10:58:10 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/members/5/adhesions/4" for 127.0.0.1 at 2013-08-10 10:59:36 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"-12.00"}, "commit"=>"Mettre à jour", "member_id"=>"5", "id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN  (0.4ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (7.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 92ms (Views: 25.8ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:36 +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-10 10:59:36 +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-10 10:59: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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59: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-10 10:59:36 +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-10 10:59: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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59: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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59: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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59:36 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:37 +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-10 10:59:37 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/members/5/adhesions/4" for 127.0.0.1 at 2013-08-10 10:59:44 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"10/08/2013", "to_date"=>"09/08/2014", "amount"=>"12.00"}, "commit"=>"Mettre à jour", "member_id"=>"5", "id"=>"4"} Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (3.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN  (2.3ms) UPDATE "adherent_adhesions" SET "amount" = 12.0, "updated_at" = '2013-08-10 08:59:44.759321' WHERE "adherent_adhesions"."id" = 4  (523.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/adhesions Completed 302 Found in 542ms (ActiveRecord: 531.9ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-10 10:59:45 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) 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 (12.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 39ms (Views: 28.6ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (17ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-10 10:59: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-10 10:59:45 +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-10 10:59:45 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:45 +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-10 10:59:45 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:45 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:45 +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-10 10:59: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-10 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-10 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-10 10:59:46 +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-10 10:59: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-10 10:59:46 +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-10 10:59:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-10 10:59:46 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 10:59:51 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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  (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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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 (30.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 42.7ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:51 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:51 +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-10 10:59:51 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:52 +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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59: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-10 10:59:52 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-10 10:59:52 +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-10 10:59:52 +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-10 10:59:52 +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-10 10:59:52 +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-10 10:59:52 +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-10 10:59:52 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-08-10 10:59:59 +0200 Processing by OrganismsController#index as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (2.6ms) Completed 200 OK in 83ms (Views: 80.0ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:59 +0200 Served asset /application.css - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:59 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 10:59:59 +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-10 10:59:59 +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-10 10:59:59 +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-10 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-10 11:00: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-10 11:00:00 +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-10 11:00:00 +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-10 11:00:00 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-10 11:00:00 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-10 11:00:02 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (1.1ms) Completed 200 OK in 96ms (Views: 94.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 11:00:02 +0200 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 11:00:02 +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-10 11:00:02 +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-10 11:00:02 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 11:00:02 +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-10 11:00:02 +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-10 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-10 11:00:02 +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-10 11:00:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-10 11:00:02 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 11:00:02 +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-10 11:00:02 +0200 Served asset /application.js - 304 Not Modified (6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-10 11:00:04 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.3ms) 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.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 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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 (15.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 28.5ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-10 11:00:04 +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-10 11:00: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-10 11:00:04 +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-10 11:00: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-10 11:00:04 +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-10 11:00: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-10 11:00:04 +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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00:04 +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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00: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-10 11:00:04 +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-10 11:00: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-10 11:00: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-10 11:00:04 +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-10 11:00:05 +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-10 11:00:05 +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-10 11:00: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-10 11:00: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-10 11:00:05 +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-10 11:00:05 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-10 19:08:42 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (20.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 (21.4ms) Completed 500 Internal Server Error in 1036ms ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker' (in /home/jcl/rails_project/Adherent/test/dummy/app/assets/stylesheets/application.css:12)): 2: 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___958179617__610582268' app/controllers/organisms_controller.rb:10: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.6ms) 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 (19.6ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-10 19:11:04 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (16.0ms) Completed 500 Internal Server Error in 97ms ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker' (in /home/jcl/rails_project/Adherent/test/dummy/app/assets/stylesheets/application.css:12)): 2: 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___760358507__611081418' app/controllers/organisms_controller.rb:10: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.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 (16.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-10 19:15:59 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (21.8ms) Completed 500 Internal Server Error in 358ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/jcl/rails_project/Adherent/test/dummy/app/assets/javascripts/application.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__524965268_89742560' app/controllers/organisms_controller.rb:10: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.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 (18.6ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-10 19:16:46 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (6.4ms) Completed 200 OK in 247ms (Views: 202.4ms | ActiveRecord: 8.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /application.css - 200 OK (20ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /scaffold.css - 304 Not Modified (14ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /organisms.css - 200 OK (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (33ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (104ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +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-10 19:16:47 +0200 Served asset /organisms.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-10 19:16:47 +0200 Served asset /application.js - 200 OK (31ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-11 08:14:50 +0200 Processing by OrganismsController#index as HTML Organism Load (20.9ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (18.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 (31.4ms) Completed 200 OK in 1217ms (Views: 399.8ms | ActiveRecord: 779.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /application.css - 200 OK (61ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /scaffold.css - 304 Not Modified (4ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /organisms.css - 200 OK (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (32ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-11 08:14:52 +0200 Served asset /jquery.js - 304 Not Modified (107ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-11 08:14:53 +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-11 08:14:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-11 08:14:53 +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-11 08:14:53 +0200 Served asset /organisms.js - 200 OK (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-11 08:14:53 +0200 Served asset /application.js - 200 OK (18ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-11 08:14:56 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (7.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (20.1ms) Completed 200 OK in 43ms (Views: 32.6ms | ActiveRecord: 7.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:14:57 +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-11 08:14:57 +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-11 08:14: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-11 08:14: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-11 08:14: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-11 08:14:57 +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-11 08:14: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-11 08:14: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-11 08:14: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-11 08:14: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-11 08:14:57 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-11 08:14:57 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-11 08:14:59 +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 (25.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (25.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (7.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (11.7ms) 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 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) 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" = 2 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 (172.8ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (25ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.9ms) Completed 200 OK in 728ms (Views: 554.3ms | ActiveRecord: 118.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:00 +0200 Served asset /adherent/application.css - 304 Not Modified (75ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15:01 +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-11 08:15:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +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-11 08:15:01 +0200 Served asset /adherent/jc_application.css - 200 OK (11ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/layouts.css - 200 OK (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/members.css - 304 Not Modified (12ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +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-11 08:15:01 +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-11 08:15:01 +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-11 08:15: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-11 08:15: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-11 08:15: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 2013-08-11 08:15: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-08-11 08:15:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +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-11 08:15:01 +0200 Served asset /adherent/members.js - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/date_picker.js - 200 OK (9ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/coords.js - 304 Not Modified (3ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-11 08:15:01 +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-11 08:15:01 +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-11 08:15:01 +0200 Served asset /adherent/application.js - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-11 08:15:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (21ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-11 08:15:02 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (5ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:15:04 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (74.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (77.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 131ms (Views: 127.6ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:15: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-11 08:15:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-11 08:15: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-08-11 08:15:05 +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-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15:05 +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-11 08:15: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-11 08:15: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-11 08:15: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-08-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15:05 +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-11 08:15:05 +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-11 08:15: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-11 08:15: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-11 08:15: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 2013-08-11 08:15:05 +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-11 08:15:05 +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-11 08:15: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-11 08:15:05 +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-11 08:15: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-11 08:15:05 +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-11 08:15:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-11 08:15:25 +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 (1.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  (0.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/adhesions/index.html.haml within layouts/adherent/application (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 31.4ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:27 +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-11 08:15:27 +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-11 08:15: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-11 08:15: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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15: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-11 08:15: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-11 08:15: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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15:27 +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-11 08:15: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-11 08:15: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-11 08:15:27 +0200 Served asset /adherent/application.js - 304 Not Modified (110ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:15:27 +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-11 08:15:27 +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-11 08:15: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-11 08:15:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-11 08:15:30 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.1ms) 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 (32.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.4ms) 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.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.3ms) 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 (84.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 102ms (Views: 64.0ms | ActiveRecord: 36.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:31 +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-11 08:15: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-11 08:15: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-11 08:15:31 +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-11 08:15:31 +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-11 08:15:31 +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-11 08:15:31 +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-11 08:15:31 +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-11 08:15: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 2013-08-11 08:15:31 +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-11 08:15: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-11 08:15:31 +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-11 08:15:31 +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-11 08:15: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 2013-08-11 08:15:31 +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-11 08:15:31 +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-11 08:15:31 +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-11 08:15: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-08-11 08:15: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-11 08:15:31 +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-11 08:15:31 +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-11 08:15: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-11 08:15: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 2013-08-11 08:15: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 2013-08-11 08:15: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 2013-08-11 08:15:31 +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-11 08:15:31 +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-11 08:15:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-11 08:15:31 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (31ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-11 08:15:31 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-11 08:15:34 +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.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  (0.2ms) 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.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (13.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 50ms (Views: 28.8ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:35 +0200 Served asset /adherent/application.css - 304 Not Modified (127ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15: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-11 08:15: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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15: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-08-11 08:15: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-11 08:15: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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +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-11 08:15: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-08-11 08:15: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-08-11 08:15: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-08-11 08:15: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-11 08:15:35 +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-11 08:15:35 +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-11 08:15: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-11 08:15: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-11 08:15:35 +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-11 08:15:35 +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-11 08:15:35 +0200 Served asset /adherent/cal.gif - 304 Not Modified (19ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-11 08:15:40 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (59ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-11 08:15:40 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (10ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:15:40 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (26ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-11 08:15:40 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (22ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:15:40 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:15:41 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (26ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-11 08:15:41 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (6ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-11 08:15:50 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (21ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-11 08:16:14 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.0ms) 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.4ms) 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 (9.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (15.9ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (10ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 146ms (Views: 138.7ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +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-11 08:16: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-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +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-11 08:16: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-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +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-11 08:16: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-11 08:16:14 +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-11 08:16:14 +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-11 08:16: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-08-11 08:16: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-11 08:16: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-11 08:16: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-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +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-11 08:16:14 +0200 Served asset /adherent/date_picker.js - 200 OK (4ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-11 08:16: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-08-11 08:16:14 +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-11 08:16: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-11 08:16:14 +0200 Served asset /adherent/application.js - 304 Not Modified (92ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:16:15 +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-11 08:16:15 +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-11 08:16:17 +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-11 08:16:17 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:16:17 +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-11 08:16:17 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:16:17 +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 2013-08-11 08:16:17 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:16:23 +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 2013-08-11 08:16:23 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-11 08:20:29 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) 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  (0.3ms) 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 (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (15.8ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (6ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 108ms (Views: 101.5ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:20:29 +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-11 08:20:29 +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-11 08:20: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-11 08:20:29 +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-11 08:20: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-11 08:20:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-11 08:20: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-11 08:20: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-11 08:20: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-11 08:20: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-11 08:20:29 +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-11 08:20:29 +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-11 08:20:29 +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-11 08:20: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-11 08:20:29 +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-11 08:20:29 +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-11 08: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-08-11 08:20:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-11 08:20: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-11 08:20: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-11 08:20: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-11 08:20:30 +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-11 08:20: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-11 08:20:30 +0200 Served asset /adherent/date_picker.js - 200 OK (10ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-11 08:20: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-11 08:20: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-11 08:20:30 +0200 Served asset /adherent/application.js - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:20: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-11 08:20: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-11 08:20: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-11 08:20: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-11 08:20:32 +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 2013-08-11 08:20:32 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_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-11 08:20: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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-11 08:20: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_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:20:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-11 08:29:37 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.5ms) 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.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 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.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 (17.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 34.0ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:29:37 +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-11 08:29:38 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:38 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:38 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:38 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-11 08:29:38 +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-11 08:29:38 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-11 08:29:42 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.3ms) 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.2ms) 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 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) 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" = 2 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 (15.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Completed 200 OK in 73ms (Views: 61.9ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:29:43 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-11 08:29:43 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:43 +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-11 08:29:43 +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-11 08:29:43 +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-11 08:29:43 +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-11 08:29: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-11 08:29:43 +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-11 08:29:43 +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-11 08:29: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-11 08:29:43 +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-11 08:29:43 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:43 +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-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:43 +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-11 08:29: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-11 08:29:43 +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-11 08:29:43 +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-11 08:29: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-11 08:29:43 +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-11 08:29:43 +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-11 08:29:43 +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-11 08:29:43 +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-11 08:29:43 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:29:49 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (8.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 76ms (Views: 73.0ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:29: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-11 08:29: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-11 08:29: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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:50 +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-11 08:29: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-11 08:29: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-11 08:29:50 +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-11 08:29: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-11 08:29: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-11 08:29:50 +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-11 08:29:50 +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-11 08:29: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-11 08:29: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-11 08:29:50 +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-11 08:29:50 +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-11 08:29: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-11 08:29:50 +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-11 08:29: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-11 08:29: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-11 08:29:50 +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-11 08:29: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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:50 +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-11 08:29:52 +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-11 08:29:52 +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-11 08:29:52 +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 2013-08-11 08:29:52 +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 2013-08-11 08:29:52 +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 2013-08-11 08:29:59 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:30:34 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (46.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (48.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:30: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 2013-08-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30:34 +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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30:35 +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-11 08:30:35 +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-11 08:30: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-11 08:30: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-11 08:30:35 +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-11 08:30: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-11 08:30: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-08-11 08:30: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-11 08:30:35 +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-11 08:30:35 +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-11 08:30:35 +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-11 08:30:35 +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-11 08:30:35 +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-11 08:30:35 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:30:37 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-11 08:30:37 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:30:37 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:30:37 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.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-11 08:30:37 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:30:47 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (14.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 33.6ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:30:47 +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-11 08:30: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-11 08:30: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-11 08:30:47 +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-11 08:30: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-11 08:30:47 +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-11 08:30: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-11 08:30: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-11 08:30:47 +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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30:47 +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-11 08:30:47 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-11 08:30: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-11 08:30: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-11 08:30:47 +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-11 08:30: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-11 08:30: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-11 08:30: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-11 08:30:47 +0200 Served asset /adherent/application.js - 304 Not Modified (65ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:30:47 +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-11 08:30:47 +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-11 08:30:49 +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-11 08:30:49 +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-11 08:30:49 +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 2013-08-11 08:30:49 +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 2013-08-11 08:30:49 +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 2013-08-11 08:30:52 +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 2013-08-11 08:30:54 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:32:17 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (51.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (53.1ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined method `to_formatted_s' for "01/01/1901":String): 8: <%= f.input :number, input_html: {class: "span3"} %> 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate, 12: input_html: {class: "span2", date_min:'01/01/1901', date_max:'06/06/1955', with_month_year:'avec'}, 13: :as=>:date_picker %> 14: /home/jcl/rails_project/Adherent/config/initializers/date_picker_input.rb:30:in `date_min' /home/jcl/rails_project/Adherent/config/initializers/date_picker_input.rb:16: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/members/_form.html.erb:11:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918_84161620' 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/members/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918_84161620' 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/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___982243796__620487318' 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:34:in `new' 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__128743161__process_action__974729291__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__987507486__call__325912485__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 (10.7ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:33:28 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (15.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33:28 +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-11 08:33:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (66ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33:28 +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-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33:28 +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-11 08:33:28 +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-11 08:33:28 +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-11 08:33: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-11 08:33:28 +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-11 08:33: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-08-11 08:33: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-08-11 08:33: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-11 08:33: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-11 08:33: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-11 08:33:28 +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-11 08:33:29 +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-11 08:33:31 +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-11 08:33:31 +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-11 08:33:31 +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 2013-08-11 08:33:31 +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 2013-08-11 08:33:31 +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 2013-08-11 08:35:50 +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 2013-08-11 08:35:50 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:37:40 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (15.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.7ms) Compiled adherent/date_picker.js (1ms) (pid 5345) Compiled adherent/application.js (5ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 138ms (Views: 136.2ms | ActiveRecord: 0.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:37:41 +0200 Served asset /adherent/application.css - 304 Not Modified (65ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-11 08:37:41 +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-11 08: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-11 08:37: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-11 08:37:41 +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-11 08:37: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-11 08:37:41 +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-11 08: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-11 08: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-11 08:37: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-11 08:37:41 +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-11 08:37:41 +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-11 08: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-11 08: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-11 08:37:41 +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-11 08: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-11 08:37:41 +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-11 08:37: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-11 08:37: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-11 08:37:41 +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-11 08:37:41 +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-11 08:37:41 +0200 Served asset /adherent/date_picker.js - 200 OK (8ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-11 08:37:41 +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-11 08: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-11 08: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-11 08: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-11 08:37:41 +0200 Served asset /adherent/application.js - 304 Not Modified (35ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:37:43 +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-11 08:37:43 +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-11 08:37:45 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.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-11 08:37:45 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:37:45 +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-11 08:37:45 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-11 08:37:45 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (76ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:37:56 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:38:18 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (8.7ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (6ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 97ms (Views: 92.1ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38:19 +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-11 08:38:19 +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-11 08:38:19 +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-11 08:38: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-08-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38:19 +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-11 08:38: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-11 08:38: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-11 08:38: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-11 08:38:19 +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-11 08:38:19 +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-11 08:38: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-11 08:38:19 +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-11 08:38: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-11 08:38:19 +0200 Served asset /adherent/date_picker.js - 200 OK (6ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-11 08:38: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-11 08:38:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-11 08:38: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-11 08:38:19 +0200 Served asset /adherent/application.js - 304 Not Modified (98ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:38:20 +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-11 08:38:20 +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-11 08:38:22 +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-11 08:38:22 +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-11 08:38:22 +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 2013-08-11 08:38:22 +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 2013-08-11 08:38:22 +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 2013-08-11 08:38:23 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:40:17 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918_87585080 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:12: syntax error, unexpected tLABEL ...te.today, data-with-month-year:'avec'}, ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:12: syntax error, unexpected '}', expecting ')' ...y, data-with-month-year:'avec'}, ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918_87585080(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/members/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= simple_form_for(@member, :html=> {class: 'form-horizontal'}) do |f| @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.error_notification );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.input :number, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :name, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :forname, input_html: {class: "span3"} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.input :birthdate, input_html: {class: "span2", date_min:Date.civil(1920,12,31), date_max:Date.today, data-with-month-year:'avec'}, :as=>:date_picker );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.append= ( f.button :submit, class: "btn-primary span2" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end @output_buffer.to_s 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___982243796__620487318' /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/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:34:in `new' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:4: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:425:in `_run__128743161__process_action__974729291__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__987507486__call__325912485__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/members/_form.html.erb (7.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (8.6ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:12: syntax error, unexpected tLABEL ...te.today, data-with-month-year:'avec'}, ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:12: syntax error, unexpected '}', expecting ')' ...y, data-with-month-year:'avec'}, ... ^): 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate, 12: input_html: {class: "span2", date_min:Date.civil(1920,12,31), date_max:Date.today, data-with-month-year:'avec'}, 13: :as=>:date_picker %> 14: 15: 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:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___982243796__620487318' 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:34:in `new' 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__128743161__process_action__974729291__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__987507486__call__325912485__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 (3.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 (2.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 (12.2ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:40:34 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (55.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (56.7ms) Completed 500 Internal Server Error in 63ms ActionView::Template::Error (undefined local variable or method `with' for #<#:0xb6e04230>): 9: <%= f.input :name, input_html: {class: "span3"} %> 10: <%= f.input :forname, input_html: {class: "span3"} %> 11: <%= f.input :birthdate, 12: input_html: {class: "span2", date_min:Date.civil(1920,12,31), date_max:Date.today, :data-with-month-year=>'avec'}, 13: :as=>:date_picker %> 14: 15: /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb:12:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918__615884418' 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/members/_form.html.erb:3:in `__home_jcl_rails_project__dherent_app_views_adherent_members__form_html_erb__308913918__615884418' 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/members/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_members_new_html_erb___982243796__620487318' 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:34:in `new' 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__128743161__process_action__974729291__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__987507486__call__325912485__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.6ms) 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 (8.8ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:40:46 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (14.1ms) Compiled adherent/date_picker.js (1ms) (pid 5345) Compiled adherent/application.js (6ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 106ms (Views: 103.4ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:40:47 +0200 Served asset /adherent/application.css - 304 Not Modified (24ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-11 08:40: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-11 08:40: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-11 08:40: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-11 08:40: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-11 08:40:47 +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-11 08:40: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-11 08:40: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-11 08:40:47 +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-11 08:40:47 +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-11 08:40:47 +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-11 08:40:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (4ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-11 08:40: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-11 08:40: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-11 08:40:47 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-11 08:40: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-11 08:40: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-11 08:40: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-11 08:40: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-11 08:40:47 +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-11 08:40:47 +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-11 08:40:47 +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-11 08:40:47 +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-11 08:40:47 +0200 Served asset /adherent/date_picker.js - 200 OK (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-11 08:40:47 +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-11 08:40:47 +0200 Served asset /adherent/application.js - 304 Not Modified (98ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-11 08:40:47 +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-11 08:40: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-11 08:40:48 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:41:28 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (18.5ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (5ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 106ms (Views: 102.4ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:41:28 +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-11 08:41: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-11 08:41: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-11 08:41:29 +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-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41:29 +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-11 08:41: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-11 08:41:29 +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-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41:29 +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-11 08:41:29 +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-11 08:41: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-11 08:41:29 +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-11 08:41: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-11 08:41: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-11 08:41:29 +0200 Served asset /adherent/date_picker.js - 200 OK (7ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-11 08:41: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-11 08:41: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-11 08:41: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-11 08:41:29 +0200 Served asset /adherent/application.js - 304 Not Modified (99ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:41: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-11 08:41: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-11 08:41:33 +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-11 08:41:33 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:41:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:41:33 +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-11 08:41:33 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-11 08:41:46 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:42:41 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (3.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (15.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.3ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (6ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 105ms (Views: 98.7ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:42:41 +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-11 08:42: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-11 08:42: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-11 08:42:41 +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-11 08:42:41 +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-11 08:42: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-11 08:42: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-11 08:42:41 +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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42:42 +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-11 08:42:42 +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-11 08:42:42 +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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42:42 +0200 Served asset /adherent/date_picker.js - 200 OK (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42:42 +0200 Served asset /adherent/application.js - 304 Not Modified (90ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:42:43 +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-11 08:42:43 +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-11 08:42:44 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:42:44 +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 2013-08-11 08:42:44 +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 2013-08-11 08:42:44 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-11 08:42:44 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:42:46 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:42:58 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (14.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (16.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42:58 +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-11 08:42: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-11 08:42: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-11 08:42:59 +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-11 08:42:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (92ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-11 08:42:59 +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-11 08:42:59 +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-11 08:42:59 +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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42: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-11 08:42:59 +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-11 08:42: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-11 08:42:59 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-11 08:42:59 +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-11 08:43:00 +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-11 08:43:00 +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-11 08:43:01 +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-11 08:43:01 +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-11 08:43:01 +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-11 08:43:01 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:43:01 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:43:07 +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 2013-08-11 08:44:09 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:45:13 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (13.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 32.7ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (72ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-11 08:45:14 +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-11 08:45: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-11 08:45: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-11 08:45:14 +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-11 08:45: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-11 08:45:14 +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-11 08:45: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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45: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-08-11 08:45:14 +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-11 08:45: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-11 08:45:14 +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-11 08:45: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-11 08:45:14 +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-11 08:45: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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:14 +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-11 08:45:16 +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-11 08:45:16 +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-11 08:45:16 +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-11 08:45:16 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:45:16 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:45:42 +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 2013-08-11 08:45:42 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:49:58 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (12.4ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (7ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 103ms (Views: 96.2ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:49:58 +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-11 08:49:58 +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-11 08:49:58 +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-11 08:49:58 +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-11 08:49: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-11 08:49: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-11 08:49:58 +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-11 08:49: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-11 08:49:58 +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-11 08:49:58 +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-11 08:49: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-11 08:49:58 +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-11 08:49:58 +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-11 08:49: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-11 08:49: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-11 08:49:58 +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-11 08:49: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-11 08:49: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-11 08:49: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-11 08:49:58 +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-11 08:49:59 +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-11 08:49:59 +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-11 08:49:59 +0200 Served asset /adherent/date_picker.js - 200 OK (12ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-11 08:49: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-11 08:49: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-11 08:49: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-11 08:49:59 +0200 Served asset /adherent/application.js - 304 Not Modified (36ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:49:59 +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-11 08:49:59 +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-11 08:50:01 +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-11 08:50:01 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:50:01 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:50:01 +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-11 08:50:01 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:57:06 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (14.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (20.8ms) Compiled adherent/date_picker.js (0ms) (pid 5345) Compiled adherent/application.js (7ms) (pid 5345) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 120ms (Views: 116.2ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:57:07 +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-11 08:57:07 +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-11 08:57:07 +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-11 08:57:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (50ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-11 08:57: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-11 08:57: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-11 08:57:07 +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-11 08:57:07 +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-11 08:57: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-11 08:57:07 +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-11 08:57: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-11 08:57:07 +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-11 08:57:07 +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-11 08:57:07 +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-11 08:57: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-11 08:57: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-11 08:57:07 +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-11 08:57:07 +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-11 08:57: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-11 08:57:07 +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-11 08:57:07 +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-11 08:57:07 +0200 Served asset /adherent/date_picker.js - 200 OK (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-11 08:57: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-11 08:57: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-11 08:57: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-11 08:57:07 +0200 Served asset /adherent/application.js - 304 Not Modified (36ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-11 08:57: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-11 08:57: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-11 08:57:07 +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-11 08:57:09 +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-11 08:57:09 +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-11 08:57:09 +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-11 08:57:09 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:57:09 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-11 08:57:19 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-11 08:57:51 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (13.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (15.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Completed 200 OK in 77ms (Views: 73.6ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:57:51 +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-11 08:57: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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:51 +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-11 08:57: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-11 08:57: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-11 08:57: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-11 08:57: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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:51 +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-11 08:57: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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:51 +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-11 08:57: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-11 08:57: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-11 08:57: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-11 08:57: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-11 08:57:51 +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-11 08:57:51 +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-11 08:57: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-11 08:57:51 +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-11 08:57: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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:51 +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-11 08:57:54 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:57:54 +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-11 08:57:54 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-11 08:57:54 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:57:54 +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_dadada_1x400.png" for 127.0.0.1 at 2013-08-11 08:58:08 +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 2013-08-11 08:58:09 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-11 08:58:28 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"004", "name"=>"Lepage", "forname"=>"Sylvie", "birthdate"=>"23/05/1952"}, "commit"=>"Créer le membre"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (42.6ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '004' AND "adherent_members"."organism_id" = 1) LIMIT 1 SQL (111.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", Fri, 23 May 1952], ["created_at", Sun, 11 Aug 2013 06:58:28 UTC +00:00], ["forname", "Sylvie"], ["name", "Lepage"], ["number", "004"], ["organism_id", 1], ["updated_at", Sun, 11 Aug 2013 06:58:28 UTC +00:00]]  (32.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/6/coord/new Completed 302 Found in 287ms (ActiveRecord: 186.7ms) Started GET "/adherent/members/6/coord/new" for 127.0.0.1 at 2013-08-11 08:58:28 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Coord Load (1.5ms) 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 (15.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (24.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 77ms (Views: 68.6ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:58:28 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-11 08:58: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-11 08:58:28 +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-11 08:58: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-11 08:58:28 +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-11 08:58:28 +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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58:28 +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-11 08:58: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-08-11 08:58:28 +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-11 08:58:28 +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-11 08:58: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-08-11 08:58: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-11 08:58:28 +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-11 08:58: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-11 08:58:29 +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-11 08:58:29 +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-11 08:58: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-11 08:58:29 +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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58:29 +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-11 08:58:29 +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-11 08:58:29 +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-11 08:58:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/6/coord" for 127.0.0.1 at 2013-08-11 08:58:48 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"lepage.sylvie@ciep.fr", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"PARIS"}, "commit"=>"Enregistrer", "member_id"=>"6"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.6ms) BEGIN SQL (27.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", "PARIS"], ["created_at", Sun, 11 Aug 2013 06:58:48 UTC +00:00], ["gsm", ""], ["mail", "lepage.sylvie@ciep.fr"], ["member_id", 6], ["office", ""], ["tel", ""], ["updated_at", Sun, 11 Aug 2013 06:58:48 UTC +00:00], ["zip", ""]]  (37.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/6/adhesions/new Completed 302 Found in 94ms (ActiveRecord: 70.7ms) Started GET "/adherent/members/6/adhesions/new" for 127.0.0.1 at 2013-08-11 08:58:48 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (2.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (2.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 Adherent::Adhesion Load (116.3ms) 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 (15.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 187ms (Views: 54.7ms | ActiveRecord: 122.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58:49 +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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58: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-11 08:58:49 +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-11 08:58: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-11 08:58:49 +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-11 08:58: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-11 08:58:49 +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-11 08:58:49 +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-11 08:58: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-11 08:58:49 +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-11 08:58:49 +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-11 08:58:49 +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-11 08:58:55 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-11 08:58:55 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.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-11 08:58:55 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (22ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-11 08:58:55 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.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-11 08:58:55 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.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-11 08:58:56 +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 2013-08-11 08:58:57 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-11 08:58:58 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (0ms) Started POST "/adherent/members/6/adhesions" for 127.0.0.1 at 2013-08-11 08:59:18 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/07/2013", "to_date"=>"30/06/2014", "amount"=>"125.53"}, "commit"=>"Enregistrer", "member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]]  (3.7ms) BEGIN SQL (58.9ms) 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, 11 Aug 2013 06:59:18 UTC +00:00], ["from_date", Mon, 01 Jul 2013], ["member_id", 6], ["to_date", Mon, 30 Jun 2014], ["updated_at", Sun, 11 Aug 2013 06:59:18 UTC +00:00]]  (36.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/6/adhesions Completed 302 Found in 129ms (ActiveRecord: 100.5ms) Started GET "/adherent/members/6/adhesions" for 127.0.0.1 at 2013-08-11 08:59:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"6"} 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", "6"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6  (1.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 (12.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 62ms (Views: 53.5ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:18 +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-11 08:59: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-11 08:59:18 +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-11 08:59: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-11 08:59: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-11 08:59:18 +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-11 08:59: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-11 08:59:18 +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-11 08:59: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-11 08:59:18 +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-11 08:59:18 +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-11 08:59:18 +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-11 08:59: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-11 08:59:18 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:19 +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-11 08:59:19 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:19 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-11 08:59: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-11 08:59:19 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-11 08:59:19 +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-11 08:59: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-11 08:59:19 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-11 08:59:34 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.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.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.2ms) 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 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (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" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (20.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 54ms (Views: 36.4ms | ActiveRecord: 7.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:34 +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-11 08:59:34 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:34 +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-11 08:59:34 +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-11 08:59: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-11 08:59:34 +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-11 08:59:34 +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-11 08:59: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-11 08:59:34 +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-11 08:59:34 +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-11 08:59:34 +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-11 08:59:34 +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-11 08:59: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-11 08:59:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (70ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-11 08:59:34 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:35 +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-11 08:59:44 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} 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", "3"]]  (0.2ms) 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.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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/adhesions/index.html.haml within layouts/adherent/application (5.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:59: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-11 08: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-11 08: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-11 08: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-11 08: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-11 08:59: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-11 08: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-11 08: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-11 08:59: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-11 08:59:44 +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-11 08: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-11 08:59: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-11 08: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-11 08: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-11 08: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-11 08:59:44 +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-11 08: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-11 08:59:44 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08: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-11 08: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-11 08:59:44 +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-11 08:59: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-11 08:59: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-11 08:59:44 +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-11 08:59:45 +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-11 08:59:45 +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-11 08:59:45 +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-11 08:59:45 +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-11 08:59:45 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-11 08:59:50 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.3ms) 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 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (21.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 32.0ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-11 08:59:50 +0200 Served asset /adherent/application.css - 304 Not Modified (29ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-11 08:59: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-11 08:59:50 +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-11 08:59: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-11 08:59:50 +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-11 08:59:50 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59: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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59: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-11 08:59: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-11 08:59: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-11 08:59:50 +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-11 08:59:50 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-11 08:59:50 +0200 Served asset /adherent/payments.js - 304 Not Modified (70ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-11 08:59: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-11 08:59: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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59:50 +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-11 08:59: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-11 08:59:50 +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-12 08:13:34 +0200 Processing by OrganismsController#index as HTML Organism Load (7.4ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (15.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 (12.0ms) Completed 200 OK in 1271ms (Views: 376.2ms | ActiveRecord: 858.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +0200 Served asset /application.css - 200 OK (14ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +0200 Served asset /organisms.css - 200 OK (7ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +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-12 08:13:36 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +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-12 08:13:36 +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-12 08:13:36 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +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-12 08:13:36 +0200 Served asset /organisms.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-12 08:13:36 +0200 Served asset /application.js - 200 OK (15ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-12 08:13:43 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (26.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (17.9ms) Completed 200 OK in 64ms (Views: 30.6ms | ActiveRecord: 27.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:43 +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-12 08:13:43 +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-12 08:13:43 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-12 08:13:43 +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-12 08:13:43 +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-12 08:13:43 +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-12 08:13: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-12 08:13: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-12 08:13:43 +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-12 08:13:43 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-12 08:13:43 +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-12 08:13:43 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:13:44 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (21.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (37.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (61.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (269.8ms) Completed 500 Internal Server Error in 704ms ActionView::Template::Error (Missing partial layouts/header with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 10: 11:
12: 13: <%= render 'layouts/header' %> 14: 15: 16:
actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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/layouts/adherent/application.html.erb:13:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__391086556_76710590' 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:60: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__689821763__process_action__340772721__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__753292611__call__852082698__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.7ms) 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" for 127.0.0.1 at 2013-08-12 08:14:46 +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.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (1.9ms) 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.7ms) 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 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (1.9ms) 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  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (30.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_header.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.0ms) Completed 200 OK in 85ms (Views: 74.5ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/application.css - 304 Not Modified (46ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/members.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +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-12 08:14:46 +0200 Served asset /adherent/layouts.css - 200 OK (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/jc_application.css - 200 OK (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +0200 Served asset /adherent/reglements.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +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-12 08:14: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-12 08:14: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-12 08:14:46 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +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-12 08:14:46 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (4ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/payments.js - 304 Not Modified (43ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/members.js - 304 Not Modified (7ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/reglements.js - 304 Not Modified (5ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/application.js - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (9ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-12 08:14:46 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-12 08:14:47 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (17ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-12 08:14:47 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-12 08:14:47 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-12 08:14:47 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (4ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:17:08 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.6ms) 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 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (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" = 3 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (27.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_header.html.haml (1.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Completed 200 OK in 58ms (Views: 48.9ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:17:08 +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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-12 08:17: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-12 08:17:08 +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-12 08:17: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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17: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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17: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-12 08:17:09 +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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:09 +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-12 08:17: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-12 08:17: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-12 08:17:09 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +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-12 08:17:09 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:17:28 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.8ms) 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.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.2ms) 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 Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (1.2ms) 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" = 2 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  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (24.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_header.html.haml (1.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 200 OK in 87ms (Views: 74.8ms | ActiveRecord: 8.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:28 +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-12 08:17: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-12 08:17: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-12 08:17:28 +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-12 08:17:28 +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-12 08:17:28 +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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:28 +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-12 08:17:28 +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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:28 +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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17: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-12 08:17:29 +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-12 08:17:29 +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-12 08:17:29 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-12 08:17:29 +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-12 08:17:29 +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-12 08:17: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-12 08:17:29 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:22:28 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) 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  (2.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (1.2ms) 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 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (33.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_header.html.haml (2.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (Missing partial layouts/adherent/bottom_page with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 36:
37:
38: 39: <%= render 'layouts/adherent/bottom_page' %> 40: 41: 42: actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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/layouts/adherent/application.html.erb:39:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb__391086556_75332150' 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:60: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__689821763__process_action__340772721__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__753292611__call__852082698__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 (2.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 (12.2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:22:52 +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.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  (5.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 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  (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" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (33.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/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 (1.2ms) Completed 200 OK in 58ms (Views: 41.1ms | ActiveRecord: 12.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:22:52 +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-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:22: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-12 08:22:52 +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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:22:52 +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-12 08:22:52 +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-12 08:22:52 +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-12 08:22: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-12 08:22: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-12 08:22:52 +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-12 08:37:02 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (22.2ms) Completed 200 OK in 538ms (Views: 402.2ms | ActiveRecord: 103.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /application.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (12ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /organisms.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +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-12 08:37:03 +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-12 08:37:03 +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-12 08:37:03 +0200 Served asset /organisms.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:03 +0200 Served asset /application.js - 304 Not Modified (15ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-12 08:37:05 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (20.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (11.3ms) Completed 200 OK in 57ms (Views: 34.5ms | ActiveRecord: 20.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +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-12 08:37:05 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +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-12 08:37:05 +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-12 08:37:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-12 08:37: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-12 08:37:05 +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-12 08:37:05 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +0200 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-12 08:37:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:37:07 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (2.2ms) 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" = 3 Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (5.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (5.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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 (244.8ms) Completed 500 Internal Server Error in 916ms ActionView::Template::Error (Missing partial layouts/adherent/header with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/home/jcl/rails_project/Adherent/test/dummy/app/views" * "/home/jcl/rails_project/Adherent/app/views" ): 10: 11:
12: 13: <%= render 'layouts/adherent/header' %> 14: 15: 16:
actionpack (3.2.14) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.14) lib/action_view/lookup_context.rb:115:in `find' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:341:in `find_template' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:335:in `find_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:222: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/layouts/adherent/application.html.erb:13:in `__home_jcl_rails_project__dherent_app_views_layouts_adherent_application_html_erb___417595895_78445680' 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:60: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__790533242__process_action__14608474__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__983184796__call__843181379__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.6ms) 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 (10.4ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-12 08:38:29 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) 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  (1.7ms) 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.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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.6ms) Rendered layouts/adherent/_header.html.haml (1.9ms) 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.1ms) Completed 200 OK in 130ms (Views: 124.5ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +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-12 08:38:30 +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-12 08:38:30 +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-12 08:38:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (25ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +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-12 08:38: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-12 08:38:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (4ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +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-12 08:38:30 +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-12 08:38:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (8ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-12 08:38: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-12 08:38: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-12 08:38: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-12 08:38: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-12 08:38:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +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-12 08:38:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/members.js - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-12 08:38:30 +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-12 08:38:30 +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-12 08:38:30 +0200 Served asset /adherent/application.js - 304 Not Modified (25ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (9ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (28ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (21ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (14ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-12 08:38:30 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (17ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-17 18:47:39 +0200 Processing by OrganismsController#index as HTML Organism Load (42.0ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (25.2ms) 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 (22.3ms) Completed 200 OK in 1296ms (Views: 531.8ms | ActiveRecord: 717.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /application.css - 200 OK (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /jquery.js - 200 OK (7ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /organisms.css - 200 OK (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /jquery.ui.datepicker.css - 200 OK (44ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /jquery.ui.theme.css - 200 OK (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /jquery.ui.core.css - 200 OK (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /scaffold.css - 200 OK (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +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-17 18:47:41 +0200 Served asset /jquery.ui.datepicker.js - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /organisms.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:41 +0200 Served asset /application.js - 200 OK (7ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-17 18:47:53 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (40.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (13.2ms) Completed 200 OK in 75ms (Views: 32.3ms | ActiveRecord: 41.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:53 +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-17 18:47: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-17 18:47: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-17 18:47:53 +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-17 18:47:53 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-17 18:47:53 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 18:47: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-17 18:47:53 +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-17 18:47:53 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:53 +0200 Served asset /application.js - 304 Not Modified (116ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-17 18:47:54 +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-17 18:47:54 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 18:47:56 +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 (14.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (24.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (88.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (24.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.4ms) 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" = 2 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  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.6ms) 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 (421.2ms) Compiled adherent/bootstrap.css (0ms) (pid 11710) Compiled adherent/jc_application.css (890ms) (pid 11710) Compiled adherent/layouts.css (37ms) (pid 11710) Compiled adherent/application.css (20ms) (pid 11710) Rendered layouts/adherent/_header.html.haml (1.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.4ms) Completed 200 OK in 2522ms (Views: 2245.3ms | ActiveRecord: 206.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +0200 Served asset /adherent/application.css - 200 OK (138ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +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-17 18:48:00 +0200 Served asset /adherent/bootstrap.css - 200 OK (3ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +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-17 18:48:00 +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-17 18:48:00 +0200 Served asset /adherent/adhesion.css - 200 OK (16ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +0200 Served asset /adherent/coords.css - 200 OK (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +0200 Served asset /adherent/date_picker.css - 200 OK (10ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +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-17 18:48:00 +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-17 18:48:00 +0200 Served asset /adherent/layouts.css - 200 OK (3ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +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-17 18:48:00 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (14ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +0200 Served asset /adherent/reglements.css - 200 OK (6ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +0200 Served asset /adherent/payments.css - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:00 +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-17 18:48: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-17 18:48: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 2013-08-17 18:48: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-08-17 18:48:01 +0200 Served asset /adherent/adhesion.js - 200 OK (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/bootstrap.js - 200 OK (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/payments.js - 200 OK (13ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/date_picker.js - 200 OK (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/coords.js - 200 OK (13ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/members.js - 200 OK (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/reglements.js - 200 OK (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/application.js - 200 OK (101ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (72ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (35ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/afficher.png - 200 OK (39ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/payment.png - 200 OK (14ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/detail.png - 200 OK (17ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/modifier.png - 200 OK (40ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-17 18:48:01 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (12ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-17 18:48:05 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (5.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (53.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (75.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 112ms (Views: 103.8ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:48: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-17 18:48: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-17 18:48:06 +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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48:06 +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-17 18:48:06 +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-17 18:48:06 +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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48:07 +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-17 18:48:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-17 18:48: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-17 18:48:07 +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-17 18:48:07 +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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48: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-17 18:48:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-17 18:48:08 +0200 Served asset /adherent/cal.gif - 200 OK (72ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 18:49:02 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) 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.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (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" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6  (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" = 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.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 95ms (Views: 87.4ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:49:03 +0200 Served asset /adherent/application.css - 304 Not Modified (120ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49:03 +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-17 18:49:03 +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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49:03 +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-17 18:49: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-17 18:49:03 +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-17 18:49:03 +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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49:03 +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-17 18:49:03 +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-17 18:49: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-17 18:49:03 +0200 Served asset /adherent/application.js - 304 Not Modified (10ms) Started GET "/adherent/members/3/edit" for 127.0.0.1 at 2013-08-17 18:49:07 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (29.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/_form.html.erb (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.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 75ms (Views: 43.1ms | ActiveRecord: 30.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 18:49:08 +0200 Served asset /adherent/application.css - 304 Not Modified (116ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-17 18:49: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-17 18:49:08 +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-17 18:49:08 +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-17 18:49: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-17 18:49: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-17 18:49:08 +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-17 18:49:08 +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-17 18:49: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-17 18:49: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-08-17 18:49: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-17 18:49:08 +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-17 18:49: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-08-17 18:49:08 +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-17 18:49: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-17 18:49: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-17 18:49:08 +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-17 18:49:08 +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-17 18:49: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-17 18:49: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-17 18:49: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-17 18:49:08 +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-17 18:49:08 +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-17 18:49:08 +0200 Served asset /adherent/icones/retour.png - 200 OK (78ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-17 19:22:14 +0200 Processing by OrganismsController#index as HTML Organism Load (1.0ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (19.7ms) Completed 200 OK in 722ms (Views: 431.6ms | ActiveRecord: 242.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /application.css - 304 Not Modified (6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +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-17 19:22:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +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-17 19:22:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /jquery.js - 304 Not Modified (37ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +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-17 19:22:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /organisms.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:15 +0200 Served asset /application.js - 304 Not Modified (17ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-17 19:22:19 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (49.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (28.4ms) Completed 200 OK in 96ms (Views: 41.3ms | ActiveRecord: 49.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:19 +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-17 19:22: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-17 19:22: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-17 19:22:19 +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-17 19:22:19 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:19 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 19:22: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-17 19:22:19 +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-17 19:22:19 +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-08-17 19:22:19 +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-17 19:22:19 +0200 Served asset /application.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 19:22:21 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (34.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (22.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (1.1ms) 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  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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 (196.4ms) Rendered layouts/adherent/_header.html.haml (2.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.4ms) Completed 200 OK in 878ms (Views: 732.7ms | ActiveRecord: 91.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +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-17 19:22: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-17 19:22: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-17 19:22:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 19:22: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-17 19:22:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/coords.css - 304 Not Modified (11ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +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-17 19:22:23 +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-17 19:22:23 +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-17 19:22:23 +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-17 19:22:23 +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-17 19:22: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-17 19:22: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-17 19:22:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (11ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (11ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +0200 Served asset /adherent/payments.js - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:23 +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-17 19:22:23 +0200 Served asset /adherent/application.js - 304 Not Modified (22ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-17 19:22:34 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (17.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.5ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.7ms) 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 (29.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 97ms (Views: 68.5ms | ActiveRecord: 19.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22: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-17 19:22:35 +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-17 19:22:35 +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-17 19:22:35 +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-17 19:22: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-17 19:22:35 +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-17 19:22:35 +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-17 19:22: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-08-17 19:22: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-08-17 19:22:35 +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-17 19:22:35 +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-17 19:22:35 +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-17 19:22: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-17 19:22:35 +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-17 19:22:36 +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-17 19:22: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-17 19:22:36 +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-17 19:22:36 +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-17 19:22: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-17 19:22: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-17 19:22:36 +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-17 19:22:36 +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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22:36 +0200 Served asset /adherent/reglements.js - 304 Not Modified (121ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-17 19:22:36 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-17 19:22:36 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (67ms) Started GET "/adherent/members/5/edit" for 127.0.0.1 at 2013-08-17 19:22:39 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"5"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (130.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (135.1ms) Rendered layouts/adherent/_header.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/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: 177.1ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:40 +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 2013-08-17 19:22:40 +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-17 19:22:40 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:40 +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-17 19:22:41 +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-17 19:22: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-17 19:22:41 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:22:41 +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-17 19:22: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-17 19:22:41 +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-17 19:22:41 +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-17 19:22:41 +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-17 19:22:41 +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-17 19:22: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-17 19:22: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-17 19:22:41 +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-17 19:22: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-17 19:22:41 +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-17 19:22:41 +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-17 19:22:41 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/members/5/edit" for 127.0.0.1 at 2013-08-17 19:22:51 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"5"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (5.9ms) 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 (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.0ms) Completed 200 OK in 90ms (Views: 62.2ms | ActiveRecord: 6.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22:52 +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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22: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-17 19:22:52 +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-17 19:22: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-17 19:22: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-17 19:22:52 +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-17 19:22:52 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (55ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-17 19:22:52 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-17 19:22:52 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (20ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-17 19:22:52 +0200 Served asset /adherent/cal.gif - 304 Not Modified (33ms) Connecting to database specified by database.yml Started GET "/adherent/members/5/edit" for 127.0.0.1 at 2013-08-17 19:23:19 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"5"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (21.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (38.3ms) 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.0ms) Completed 200 OK in 219ms (Views: 125.2ms | ActiveRecord: 7.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (71ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (15ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +0200 Served asset /adherent/members.css - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +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-17 19:23:20 +0200 Served asset /adherent/application.js - 304 Not Modified (83ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (20ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (3ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/cal.gif - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-17 19:23:20 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-17 19:23:33 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 200 OK (24ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-17 19:23:33 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 200 OK (11ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-17 19:23:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 200 OK (15ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-17 19:23:33 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 200 OK (51ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-17 19:23:33 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 200 OK (48ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 19:23:54 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (15.8ms) 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 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (67.0ms) Completed 500 Internal Server Error in 116ms ActionView::Template::Error (Object must be a Date, DateTime or Time object. "10/08/2013" given.): 33: <%= member.number %> 34: <%= member.name %> 35: <%= member.forname %> 36: <%= l member.birthdate if member.birthdate %> 37: <%= member.coord ? member.coord.mail : '' %> 38: <%= member.coord ? member.coord.tel : '' %> 39: <%= icon_to 'detail.png', member_coord_path(member), title:'Coordonnées' %> i18n (0.6.5) lib/i18n/backend/base.rb:49:in `localize' i18n (0.6.5) lib/i18n.rb:237:in `localize' actionpack (3.2.14) lib/action_view/helpers/translation_helper.rb:66:in `localize' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:36:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__393995664__613554808' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:31:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:31:in `__home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb__393995664__613554808' 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__876463542__process_action__502463762__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__386484045__call__751004113__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 (10.7ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 19:24:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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  (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.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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 (105.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 130ms (Views: 122.2ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:24:56 +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-17 19:24: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-17 19:24:56 +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-17 19:24:56 +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-17 19:24:56 +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-17 19:24: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-17 19:24: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-17 19:24:56 +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-17 19:24:56 +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-17 19:24: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-17 19:24: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-17 19:24:56 +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-17 19:24:56 +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-17 19:24: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-17 19:24: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-17 19:24: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-17 19:24: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-17 19:24: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-17 19:24: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-17 19:24:56 +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-17 19:24:56 +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-17 19:24:56 +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-17 19:24:56 +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-17 19:24: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-17 19:24: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-17 19:24:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (87ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-17 19:24:56 +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-17 19:24:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-17 19:24:56 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-17 19:24:56 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-17 19:24:56 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-17 19:24:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-17 19:24: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-17 19:24:56 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (8ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-17 19:25:00 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (25.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (34.5ms) 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 104ms (Views: 96.7ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:25:01 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:25: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-17 19:25: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 2013-08-17 19:25: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 2013-08-17 19:25: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 2013-08-17 19:25:01 +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-17 19:25: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-17 19:25:01 +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-17 19:25:01 +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-17 19:25:01 +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-17 19:25: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-08-17 19:25:01 +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-17 19:25:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (100ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 19:25:01 +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-17 19:25: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-17 19:25:01 +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-17 19:25: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-17 19:25: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 2013-08-17 19:25:01 +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-17 19:25: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-17 19:25:01 +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-17 19:25:01 +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-17 19:25:01 +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-17 19:25:01 +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-17 19:25: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-08-17 19:25:01 +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-17 19:25:01 +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-17 19:25:02 +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-17 19:25:02 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-17 19:25:17 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 200 OK (102ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-17 19:25:18 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 200 OK (74ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-17 19:25:28 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"003", "name"=>"Penzo", "forname"=>"Anne Marie", "birthdate"=>"06/06/1977"}, "commit"=>"Créer le membre"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (121.0ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '003' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (498.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", Mon, 06 Jun 1977], ["created_at", Sat, 17 Aug 2013 17:25:29 UTC +00:00], ["forname", "Anne Marie"], ["name", "Penzo"], ["number", "003"], ["organism_id", 2], ["updated_at", Sat, 17 Aug 2013 17:25:29 UTC +00:00]]  (49.3ms) COMMIT Redirected to http://localhost:3333/adherent/members/7/coord/new Completed 302 Found in 1079ms (ActiveRecord: 669.8ms) Started GET "/adherent/members/7/coord/new" for 127.0.0.1 at 2013-08-17 19:25:29 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"7"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (14.2ms) 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.3ms) Rendered /home/jcl/rails_project/Adherent/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 96ms (Views: 91.9ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:25:30 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 19:25: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-17 19:25: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-17 19:25: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-17 19:25:30 +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-17 19:25: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-17 19:25:30 +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-17 19:25: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-17 19:25: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-17 19:25: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-17 19:25: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-17 19:25: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-17 19: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-17 19:25: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-17 19:25: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-17 19:25: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-17 19:25:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 19:25: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-17 19:25: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-17 19:25: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-17 19: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-17 19:25: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-17 19:25: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-17 19:25: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-17 19: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-17 19:25: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-17 19:25: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-17 19:25:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/7/coord" for 127.0.0.1 at 2013-08-17 19:25:45 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"Pellevoisin"}, "commit"=>"Enregistrer", "member_id"=>"7"} Organism Load (2.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.1ms) BEGIN SQL (107.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", "Pellevoisin"], ["created_at", Sat, 17 Aug 2013 17:25:45 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 7], ["office", ""], ["tel", ""], ["updated_at", Sat, 17 Aug 2013 17:25:45 UTC +00:00], ["zip", ""]]  (67.6ms) COMMIT Redirected to http://localhost:3333/adherent/members/7/adhesions/new Completed 302 Found in 201ms (ActiveRecord: 181.8ms) Started GET "/adherent/members/7/adhesions/new" for 127.0.0.1 at 2013-08-17 19:25:45 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"7"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7 Adherent::Adhesion Load (30.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (48.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (64.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 138ms (Views: 98.2ms | ActiveRecord: 32.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:25:46 +0200 Served asset /adherent/application.css - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:25: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-17 19:25:46 +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-17 19:25: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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25:46 +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-17 19:25: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-17 19:25: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-17 19:25: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-17 19:25:47 +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-17 19:25: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-17 19:25:47 +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-17 19:25: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-17 19:25:47 +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-17 19:25: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-17 19:25: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-17 19:25:47 +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-17 19:25: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-17 19:25:47 +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-17 19:25:47 +0200 Served asset /adherent/application.js - 304 Not Modified (120ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-17 19:25:47 +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-17 19:25:47 +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-17 19:25:47 +0200 Served asset /adherent/cal.gif - 304 Not Modified (5ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-17 19:25:54 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 200 OK (63ms) Started POST "/adherent/members/7/adhesions" for 127.0.0.1 at 2013-08-17 19:26:05 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"01/07/2013", "to_date"=>"30/06/2014", "amount"=>"25"}, "commit"=>"Enregistrer", "member_id"=>"7"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]]  (0.1ms) BEGIN SQL (127.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", Sat, 17 Aug 2013 17:26:05 UTC +00:00], ["from_date", Mon, 01 Jul 2013], ["member_id", 7], ["to_date", Mon, 30 Jun 2014], ["updated_at", Sat, 17 Aug 2013 17:26:05 UTC +00:00]]  (1.9ms) COMMIT Redirected to http://localhost:3333/adherent/members/7/adhesions Completed 302 Found in 172ms (ActiveRecord: 130.1ms) Started GET "/adherent/members/7/adhesions" for 127.0.0.1 at 2013-08-17 19:26:05 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"7"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7  (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 (11.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 41ms (Views: 34.6ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:26:06 +0200 Served asset /adherent/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26:06 +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-17 19:26: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-17 19:26: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-17 19:26:06 +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-17 19:26: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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26: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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:06 +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-17 19:26: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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26:06 +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-17 19:26: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-17 19:26:07 +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-17 19:26:07 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-17 19:26:07 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/7/adhesions/6/edit" for 127.0.0.1 at 2013-08-17 19:26:11 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"7", "id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (8.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 58ms (Views: 54.4ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:26:12 +0200 Served asset /adherent/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:26:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:12 +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-17 19:26: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-17 19:26: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-17 19:26:12 +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-17 19:26:12 +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-17 19:26:12 +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-17 19:26:12 +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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:12 +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-17 19:26:12 +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-17 19:26:12 +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-17 19:26: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-17 19:26: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-17 19:26:12 +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-17 19:26:12 +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-17 19:26:12 +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-17 19:26: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-17 19:26:12 +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-17 19:26: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-17 19:26:12 +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-17 19:26:13 +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-17 19:26:13 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started PUT "/adherent/members/7/adhesions/6" for 127.0.0.1 at 2013-08-17 19:26:20 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "adhesion"=>{"from_date"=>"15/07/2013", "to_date"=>"30/06/2014", "amount"=>"25.00"}, "commit"=>"Mettre à jour", "member_id"=>"7", "id"=>"6"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]]  (0.6ms) BEGIN  (23.6ms) UPDATE "adherent_adhesions" SET "from_date" = '2013-07-15', "updated_at" = '2013-08-17 17:26:20.701728' WHERE "adherent_adhesions"."id" = 6  (29.6ms) COMMIT Redirected to http://localhost:3333/adherent/members/7/adhesions Completed 302 Found in 141ms (ActiveRecord: 55.1ms) Started GET "/adherent/members/7/adhesions" for 127.0.0.1 at 2013-08-17 19:26:20 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"7"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]]  (0.7ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7  (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 (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.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 50ms (Views: 40.2ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (24ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:21 +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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:21 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26: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-17 19:26: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-17 19:26: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-08-17 19:26: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-17 19:26: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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +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-17 19:26:22 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 19:26:31 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) 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  (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.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 7  (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" = 7 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb 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 34ms (Views: 29.2ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:26:32 +0200 Served asset /adherent/application.css - 304 Not Modified (120ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-08-17 19:26: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-08-17 19:26: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-17 19:26: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-17 19:26: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-08-17 19:26: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-17 19:26:32 +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-17 19:26:32 +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-17 19:26: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-17 19:26: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-08-17 19:26:32 +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-17 19:26:32 +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-17 19:26: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-17 19:26:32 +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-17 19:26:32 +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-17 19:26: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-17 19:26: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-17 19:26:32 +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-17 19:26: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-17 19:26: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-17 19:26:32 +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-17 19:26:32 +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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:32 +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-17 19:26:32 +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-17 19:26:32 +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-17 19:26:32 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (11ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-17 19:26:32 +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-17 19:26:32 +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-17 19:26:32 +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-17 19:26:32 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/7/edit" for 127.0.0.1 at 2013-08-17 19:26:36 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"7"} Organism Load (3.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.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.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 102ms (Views: 95.8ms | ActiveRecord: 4.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:37 +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-17 19:26: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-17 19:26:37 +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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-17 19:26:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26:38 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26: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-17 19:26:38 +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-17 19:26:38 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (28ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-17 19:26:38 +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-17 19:26:38 +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-17 19:26:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/7/edit" for 127.0.0.1 at 2013-08-17 19:27:52 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"7"} Organism Load (4.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] 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 (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.0ms) Completed 200 OK in 79ms (Views: 70.6ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:27:52 +0200 Served asset /adherent/application.css - 304 Not Modified (24ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:27:52 +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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27:53 +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-17 19:27:53 +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-17 19:27:53 +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-17 19:27: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-08-17 19:27: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-17 19:27:53 +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-17 19:27:53 +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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27: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-17 19:27:53 +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-17 19:27:53 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-17 19:27:53 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-17 19:27:53 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (8ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-17 19:27:53 +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-17 19:27:57 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (7ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-17 19:27:57 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-17 19:27:57 +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_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-17 19:27:57 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-17 19:27:57 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (7ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-17 19:27:59 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started PUT "/adherent/members/7" for 127.0.0.1 at 2013-08-17 19:28:01 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9U6W7W+aQp4SrleFIa2ugqlo80KunHWMFqh7WvzUm4=", "member"=>{"number"=>"003", "name"=>"Penzo", "forname"=>"Anne Marie", "birthdate"=>"01/06/1977"}, "commit"=>"Enregistrer", "id"=>"7"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]]  (0.1ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '003' AND "adherent_members"."id" != 7 AND "adherent_members"."organism_id" = 2) LIMIT 1  (0.4ms) UPDATE "adherent_members" SET "birthdate" = '1977-06-01', "updated_at" = '2013-08-17 17:28:01.196752' WHERE "adherent_members"."id" = 7  (36.3ms) COMMIT Redirected to http://localhost:3333/adherent/members/7 Completed 302 Found in 46ms (ActiveRecord: 38.0ms) Started GET "/adherent/members/7" for 127.0.0.1 at 2013-08-17 19:28:01 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"7"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "7"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/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.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:28:02 +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-17 19:28:02 +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-17 19:28: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-17 19:28:02 +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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28:02 +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-17 19:28:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (3ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:28: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-17 19:28: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-17 19:28:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (157ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-17 19:28:02 +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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28:02 +0200 Served asset /adherent/application.js - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-17 19:28:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-17 19:28:02 +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-17 19:28:02 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-17 19:28:07 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 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  (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.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 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" = 7  (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" = 7 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (15.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 36ms (Views: 30.4ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28:07 +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-17 19:28: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-17 19:28:08 +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-17 19:28: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-17 19:28:08 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (5ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-17 19:28: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-17 19:28:08 +0200 Served asset /adherent/payments.css - 304 Not Modified (101ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-17 19:28:08 +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-17 19:28:08 +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-17 19:28: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-17 19:28: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-08-17 19:28: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-08-17 19:28:08 +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-17 19:28:08 +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-17 19:28:08 +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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28: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-17 19:28:08 +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-17 19:28:08 +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-17 19:28: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-17 19:28:08 +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-17 19:28:08 +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-17 19:28:08 +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-17 19:28:08 +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-17 19:28:08 +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-17 19:28:08 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms)