Created
December 17, 2008 07:34
-
-
Save migane/36986 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[518] Mercredi 17/12/2008 08:07:04 CET +0100 | |
[RubyLearning/Merb/ruby_bookshop | |
$ merb | |
Loading init file from /PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop/config/init.rb | |
Loading /PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop/config/environments/development.rb | |
~ Connecting to database... | |
~ Loaded slice 'MerbAuthSlicePassword' ... | |
~ Parent pid: 4178 | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
merb : worker (port 4000) ~ Starting Mongrel at port 4000 | |
merb : worker (port 4000) ~ Successfully bound to port 4000 | |
merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:07:24 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "action"=>"index", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"index", "controller"=>"authors"} | |
~ SELECT "id", "last_name", "first_name" FROM "authors" ORDER BY "id" | |
merb : worker (port 4000) ~ {:dispatch_time=>0.128702, :after_filters_time=>0.00021, :before_filters_time=>0.000392, :action_time=>0.118754} | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:07:32 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "action"=>"edit", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"edit", "id"=>"1", "controller"=>"authors"} | |
~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "id", "last_name", "first_name" FROM "authors" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "biography", "id" FROM "authors" WHERE ("id" = 1) ORDER BY "id" | |
merb : worker (port 4000) ~ {:dispatch_time=>0.127203, :after_filters_time=>7.5e-05, :before_filters_time=>0.021362, :action_time=>0.10113} | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:07:39 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "id", "last_name", "first_name" FROM "authors" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "biography", "id" FROM "authors" WHERE ("id" = 1) ORDER BY "id" | |
merb : worker (port 4000) ~ undefined method `new_record' for #<Author:0x3c3c870> - (NoMethodError) | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `send' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `execute?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:47:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:92:in `valid?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:60:in `check_validations' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:256:in `execute_before_save_nan_hook_stack' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:293:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `catch' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-core-0.9.8/lib/dm-core/resource.rb:523:in `update_attributes' | |
/PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop/app/controllers/authors.rb:43:in `update' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `__send__' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `_call_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/abstract_controller.rb:289:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/merb_controller.rb:252:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `synchronize' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:74:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:36:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/application.rb:17:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:28:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/handler/mongrel.rb:82:in `process' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:235:in `start_at_port' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:85:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:174:in `bootup' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:42:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core.rb:170:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/bin/merb:11 | |
/usr/local/bin/merb:19:in `load' | |
/usr/local/bin/merb:19 | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ Executed all before worker shutdown callbacks... | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
merb : worker (port 4000) ~ Starting Mongrel at port 4000 | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ FATAL: Could not bind to 4000. It was already in use | |
merb : worker (port 4000) ~ | |
[519] Mercredi 17/12/2008 08:07:58 CET +0100 | |
[michgan@yer91-4-88-169-189-248:/PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop | |
$ merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:08:02 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "id", "last_name", "first_name" FROM "authors" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "biography", "id" FROM "authors" WHERE ("id" = 1) ORDER BY "id" | |
merb : worker (port 4000) ~ undefined method `new_record' for #<Author:0x3c3f534> - (NoMethodError) | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `send' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `execute?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:47:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:92:in `valid?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:60:in `check_validations' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:256:in `execute_before_save_nan_hook_stack' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:293:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `catch' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-core-0.9.8/lib/dm-core/resource.rb:523:in `update_attributes' | |
/PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop/app/controllers/authors.rb:43:in `update' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `__send__' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `_call_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/abstract_controller.rb:289:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/merb_controller.rb:252:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `synchronize' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:74:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:36:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/application.rb:17:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:28:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/handler/mongrel.rb:82:in `process' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:235:in `start_at_port' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:85:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:174:in `bootup' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:42:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core.rb:170:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/bin/merb:11 | |
/usr/local/bin/merb:19:in `load' | |
/usr/local/bin/merb:19 | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:08:08 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "action"=>"edit", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"edit", "id"=>"1", "controller"=>"authors"} | |
~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "id", "last_name", "first_name" FROM "authors" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "biography", "id" FROM "authors" WHERE ("id" = 1) ORDER BY "id" | |
merb : worker (port 4000) ~ {:dispatch_time=>0.066763, :after_filters_time=>6.9e-05, :before_filters_time=>0.010452, :action_time=>0.059956} | |
merb : worker (port 4000) ~ | |
Wed Dec 17 08:08:08 +0100 2008: Read error: #<NameError: uninitialized constant Rack::File::Utils> | |
/usr/local/lib/ruby/gems/1.8/gems/rack-0.4.0/lib/rack/file.rb:31:in `_call' | |
/usr/local/lib/ruby/gems/1.8/gems/rack-0.4.0/lib/rack/file.rb:19:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:50:in `serve_static' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:21:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/handler/mongrel.rb:82:in `process' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:235:in `start_at_port' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:85:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:174:in `bootup' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:42:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core.rb:170:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/bin/merb:11 | |
/usr/local/bin/merb:19:in `load' | |
/usr/local/bin/merb:19 | |
merb : worker (port 4000) ~ Started request handling: Wed Dec 17 08:08:15 +0100 2008 | |
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
~ SELECT "id", "login", "crypted_password", "salt" FROM "users" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "id", "last_name", "first_name" FROM "authors" WHERE ("id" = 1) ORDER BY "id" LIMIT 1 | |
~ SELECT "biography", "id" FROM "authors" WHERE ("id" = 1) ORDER BY "id" | |
merb : worker (port 4000) ~ undefined method `new_record' for #<Author:0x3ab9f98> - (NoMethodError) | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `send' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/generic_validator.rb:80:in `execute?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:47:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations/contextual_validators.rb:46:in `execute' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:92:in `valid?' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-validations-0.9.8/lib/dm-validations.rb:60:in `check_validations' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:256:in `execute_before_save_nan_hook_stack' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:293:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `catch' | |
/usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.9/lib/extlib/hook.rb:292:in `save' | |
/usr/local/lib/ruby/gems/1.8/gems/dm-core-0.9.8/lib/dm-core/resource.rb:523:in `update_attributes' | |
/PortefeuillePartage/Ruby/RubyLearning/Merb/ruby_bookshop/app/controllers/authors.rb:43:in `update' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `__send__' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.6.1/lib/merb-action-args/abstract_controller.rb:40:in `_call_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/abstract_controller.rb:289:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/controller/merb_controller.rb:252:in `_dispatch' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `synchronize' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:100:in `dispatch_action' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:74:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:36:in `handle' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/application.rb:17:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:28:in `call' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/handler/mongrel.rb:82:in `process' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:235:in `start_at_port' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:85:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:174:in `bootup' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:42:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core.rb:170:in `start' | |
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/bin/merb:11 | |
/usr/local/bin/merb:19:in `load' | |
/usr/local/bin/merb:19 | |
merb : worker (port 4000) ~ Params: {"format"=>nil, "submit"=>"Update", "author"=>{"last_name"=>"Talim", "first_name"=>"", "biography"=>"To be provided"}, "action"=>"update", "_method"=>"put", "id"=>"1", "controller"=>"authors"} | |
merb : worker (port 4000) ~ | |
$ | |
[519] Mercredi 17/12/2008 08:08:31 CET +0100 | |
[RubyLearning/Merb/ruby_bookshop | |
$ psa | grep merb | |
toto 4179 0.1 3,0 64628 31372 p1 S 8:07 0:12.91 merb : worker (port 4000) | |
toto 4183 0.0 0,0 18052 300 p1 R+ 8:08 0:00.01 grep merb | |
[520] Mercredi 17/12/2008 08:08:41 CET +0100 | |
[RubyLearning/Merb/ruby_bookshop | |
$ kill -9 4179 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment