shoppe 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/shoppe/application.scss +1 -0
- data/app/assets/stylesheets/shoppe/sub.scss +2 -1
- data/app/controllers/shoppe/countries_controller.rb +47 -0
- data/app/controllers/shoppe/orders_controller.rb +4 -0
- data/app/models/shoppe/order.rb +1 -1
- data/app/models/shoppe/order/actions.rb +18 -14
- data/app/models/shoppe/order/delivery.rb +24 -6
- data/app/models/shoppe/order_item.rb +1 -1
- data/app/models/shoppe/product.rb +0 -8
- data/app/models/shoppe/tax_rate.rb +3 -0
- data/app/views/layouts/shoppe/application.html.haml +1 -0
- data/app/views/shoppe/countries/_form.html.haml +31 -0
- data/app/views/shoppe/countries/edit.html.haml +5 -0
- data/app/views/shoppe/countries/index.html.haml +25 -0
- data/app/views/shoppe/countries/new.html.haml +5 -0
- data/app/views/shoppe/orders/_order_details.html.haml +51 -0
- data/app/views/shoppe/orders/_order_items.html.haml +38 -0
- data/app/views/shoppe/orders/_payments_form.html.haml +15 -0
- data/app/views/shoppe/orders/_payments_table.html.haml +37 -0
- data/app/views/shoppe/orders/_search_form.html.haml +24 -0
- data/app/views/shoppe/orders/_status_bar.html.haml +25 -0
- data/app/views/shoppe/orders/index.html.haml +2 -27
- data/app/views/shoppe/orders/show.html.haml +5 -168
- data/app/views/shoppe/shared/error.html.haml +3 -1
- data/config/routes.rb +1 -0
- data/db/seeds.rb +10 -26
- data/lib/shoppe.rb +0 -5
- data/lib/shoppe/error.rb +21 -0
- data/lib/shoppe/errors/inappropriate_delivery_service.rb +0 -5
- data/lib/shoppe/errors/insufficient_stock_to_fulfil.rb +0 -4
- data/lib/shoppe/errors/not_enough_stock.rb +0 -4
- data/lib/shoppe/errors/payment_declined.rb +1 -10
- data/lib/shoppe/errors/refund_failed.rb +0 -9
- data/lib/shoppe/errors/unorderable_item.rb +0 -5
- data/lib/shoppe/version.rb +1 -1
- data/test/app/log/development.log +2934 -0
- data/test/app/tmp/cache/assets/development/sass/ae14d07da246951103a34baf6ced4dbc454e5f8d/dialog.scssc +0 -0
- data/test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/application.scssc +0 -0
- data/test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/dialog.scssc +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/08eabc96013073092a91d64aaf3da292 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/0a6bca3e510625f255083bd154cc470b +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/267ddf6307abe4d3de2ad900609a6c33 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/2c9164359b1d599a71cebf132035ed6d +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/322295abdd8625fcce4da08f9565cc63 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/445cd520fe49b793bd58dfe8ed70d16e +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/4df1915796b86f6133a3c75bb30be02a +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/5f32b259cbcc52156d2fe21c185d9390 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/71293acda556db2f1dd4f22e3f607f57 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/7938636d16e11b754d4dd046b89863c4 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/7de0e84287a67005fed3fea41ee2c0e9 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/8b6802665cb32689236636d16a1f04e3 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/a7e398541852f6f05ecc5888932a0138 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/accc4dc17ef18d0b510917a005340da5 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/af89877010f84851c64ea77c06baf4ba +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/b519a4f6c5b5a0d9236bdca14e0eb00d +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/b9ad7ea18b7e55c3626a15d1dae142ed +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/c76e2374fc93583d158883980db69094 +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/cf45ce1c68370bf536616d1dd87fb89d +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/d7feb1bb9d1746a4c653985285f727cd +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/e60289d4f6dc2754610af229263c914b +0 -0
- data/test/app/tmp/cache/assets/development/sprockets/edf3c55a27678996371bffe56298925b +0 -0
- metadata +44 -2
data/lib/shoppe/version.rb
CHANGED
@@ -20873,3 +20873,2937 @@ Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-25 1
|
|
20873
20873
|
|
20874
20874
|
|
20875
20875
|
Started GET "/assets/shoppe/logo.svg" for 127.0.0.1 at 2013-10-25 18:08:50 +0100
|
20876
|
+
|
20877
|
+
|
20878
|
+
Started GET "/" for 127.0.0.1 at 2013-10-31 14:03:24 +0000
|
20879
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
20880
|
+
Processing by Rails::WelcomeController#index as HTML
|
20881
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (2.3ms)
|
20882
|
+
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
|
20883
|
+
|
20884
|
+
|
20885
|
+
Started GET "/shoppe" for 127.0.0.1 at 2013-10-31 19:45:15 +0000
|
20886
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.7ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
20887
|
+
Processing by Shoppe::DashboardController#home as HTML
|
20888
|
+
[1m[35mShoppe::Setting Load (1.8ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
20889
|
+
Redirected to http://shoppe.dev/shoppe/login
|
20890
|
+
Filter chain halted as :login_required rendered or redirected
|
20891
|
+
Completed 302 Found in 42ms (ActiveRecord: 3.4ms)
|
20892
|
+
|
20893
|
+
|
20894
|
+
Started GET "/shoppe/login" for 127.0.0.1 at 2013-10-31 19:45:15 +0000
|
20895
|
+
Processing by Shoppe::SessionsController#new as HTML
|
20896
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/sessions/new.html.haml within layouts/shoppe/sub (3.8ms)
|
20897
|
+
Completed 200 OK in 470ms (Views: 469.9ms | ActiveRecord: 0.0ms)
|
20898
|
+
|
20899
|
+
|
20900
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:16 +0000
|
20901
|
+
|
20902
|
+
|
20903
|
+
Started GET "/assets/shoppe/sub.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:16 +0000
|
20904
|
+
|
20905
|
+
|
20906
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:16 +0000
|
20907
|
+
|
20908
|
+
|
20909
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:16 +0000
|
20910
|
+
|
20911
|
+
|
20912
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:16 +0000
|
20913
|
+
|
20914
|
+
|
20915
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20916
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
20917
|
+
|
20918
|
+
|
20919
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20920
|
+
|
20921
|
+
|
20922
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20923
|
+
|
20924
|
+
|
20925
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20926
|
+
|
20927
|
+
|
20928
|
+
Started GET "/assets/shoppe/logo.svg" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20929
|
+
|
20930
|
+
|
20931
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:18 +0000
|
20932
|
+
|
20933
|
+
|
20934
|
+
Started POST "/shoppe/login" for 127.0.0.1 at 2013-10-31 19:45:21 +0000
|
20935
|
+
Processing by Shoppe::SessionsController#create as HTML
|
20936
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "email_address"=>"admin@example.com", "password"=>"[FILTERED]", "commit"=>"Login"}
|
20937
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`email_address` = 'admin@example.com' ORDER BY `shoppe_users`.`id` ASC LIMIT 1[0m
|
20938
|
+
Redirected to http://shoppe.dev/shoppe/orders
|
20939
|
+
Completed 302 Found in 116ms (ActiveRecord: 4.9ms)
|
20940
|
+
|
20941
|
+
|
20942
|
+
Started GET "/shoppe/orders" for 127.0.0.1 at 2013-10-31 19:45:21 +0000
|
20943
|
+
Processing by Shoppe::OrdersController#index as HTML
|
20944
|
+
[1m[35mShoppe::User Load (0.4ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
20945
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `shoppe_orders` WHERE (received_at is not null) LIMIT 25 OFFSET 0) subquery_for_count[0m
|
20946
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE (received_at is not null)
|
20947
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `shoppe_orders` WHERE (received_at is not null) LIMIT 25 OFFSET 0) subquery_for_count[0m
|
20948
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/orders/index.html.haml within layouts/shoppe/application (63.9ms)
|
20949
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
20950
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
20951
|
+
Completed 200 OK in 339ms (Views: 310.1ms | ActiveRecord: 8.7ms)
|
20952
|
+
|
20953
|
+
|
20954
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20955
|
+
|
20956
|
+
|
20957
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20958
|
+
|
20959
|
+
|
20960
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20961
|
+
|
20962
|
+
|
20963
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20964
|
+
|
20965
|
+
|
20966
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20967
|
+
|
20968
|
+
|
20969
|
+
Started GET "/assets/shoppe/shoppe.svg" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20970
|
+
|
20971
|
+
|
20972
|
+
Started GET "/assets/shoppe/icons/bag.svg" for 127.0.0.1 at 2013-10-31 19:45:22 +0000
|
20973
|
+
|
20974
|
+
|
20975
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:45:23 +0000
|
20976
|
+
|
20977
|
+
AbstractController::ActionNotFound (The action 'index' could not be found for Shoppe::CountriesController):
|
20978
|
+
actionpack (4.0.0) lib/abstract_controller/base.rb:131:in `process'
|
20979
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
|
20980
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
|
20981
|
+
actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
20982
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
|
20983
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
20984
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
20985
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
20986
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
20987
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
20988
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
20989
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
20990
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
20991
|
+
railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
20992
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
20993
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
20994
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
20995
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
20996
|
+
/Users/adam/Projects/shoppe/core/lib/shoppe/settings_loader.rb:10:in `call'
|
20997
|
+
nifty-attachments (1.0.0) lib/nifty/attachments/middleware.rb:23:in `call'
|
20998
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
20999
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
21000
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
21001
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
21002
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
21003
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
21004
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
21005
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
21006
|
+
activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
|
21007
|
+
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
21008
|
+
activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
|
21009
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
21010
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1894140889767439679__call__callbacks'
|
21011
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
21012
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
21013
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
21014
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
21015
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
21016
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
21017
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
21018
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
21019
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
21020
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
21021
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
21022
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
21023
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
21024
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
21025
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
21026
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
21027
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
21028
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
21029
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
21030
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
21031
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
|
21032
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
|
21033
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
|
21034
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
|
21035
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
|
21036
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
|
21037
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
|
21038
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
|
21039
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
21040
|
+
|
21041
|
+
|
21042
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)
|
21043
|
+
|
21044
|
+
|
21045
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:46:24 +0000
|
21046
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21047
|
+
[1m[35mShoppe::User Load (0.2ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
21048
|
+
Completed 500 Internal Server Error in 28ms
|
21049
|
+
|
21050
|
+
ActionView::MissingTemplate (Missing template shoppe/countries/index, shoppe/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
|
21051
|
+
* "/Users/adam/Projects/shoppe/core/test/app/app/views"
|
21052
|
+
* "/Users/adam/Projects/shoppe/core/app/views"
|
21053
|
+
* "/Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/kaminari-0.14.1/app/views"
|
21054
|
+
):
|
21055
|
+
actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
|
21056
|
+
actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
|
21057
|
+
actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
21058
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
|
21059
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
21060
|
+
actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
21061
|
+
actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
21062
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
21063
|
+
actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
21064
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
21065
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
21066
|
+
actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
21067
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
|
21068
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
21069
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
21070
|
+
activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
21071
|
+
/Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
21072
|
+
activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
21073
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
21074
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
21075
|
+
activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
21076
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
21077
|
+
actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
21078
|
+
actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
21079
|
+
actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
|
21080
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
21081
|
+
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
21082
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__4557651383507494730__process_action__callbacks'
|
21083
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
21084
|
+
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
21085
|
+
actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
21086
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
21087
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
21088
|
+
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
21089
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
|
21090
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
21091
|
+
actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
21092
|
+
activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
21093
|
+
actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
|
21094
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
|
21095
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
|
21096
|
+
actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
21097
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
|
21098
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
21099
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
21100
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
21101
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
21102
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
21103
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
21104
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
21105
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
21106
|
+
railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
21107
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
21108
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
21109
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
21110
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
21111
|
+
/Users/adam/Projects/shoppe/core/lib/shoppe/settings_loader.rb:10:in `call'
|
21112
|
+
nifty-attachments (1.0.0) lib/nifty/attachments/middleware.rb:23:in `call'
|
21113
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
21114
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
21115
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
21116
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
21117
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
21118
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
21119
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
21120
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
21121
|
+
activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
|
21122
|
+
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
21123
|
+
activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
|
21124
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
21125
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1894140889767439679__call__callbacks'
|
21126
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
21127
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
21128
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
21129
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
21130
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
21131
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
21132
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
21133
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
21134
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
21135
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
21136
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
21137
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
21138
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
21139
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
21140
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
21141
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
21142
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
21143
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
21144
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
21145
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
21146
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
|
21147
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
|
21148
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
|
21149
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
|
21150
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
|
21151
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
|
21152
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
|
21153
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
|
21154
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
21155
|
+
|
21156
|
+
|
21157
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)
|
21158
|
+
|
21159
|
+
|
21160
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:47:38 +0000
|
21161
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21162
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21163
|
+
[1m[35mShoppe::Country Load (4.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries`
|
21164
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (83.0ms)
|
21165
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21166
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21167
|
+
Completed 200 OK in 164ms (Views: 150.4ms | ActiveRecord: 12.2ms)
|
21168
|
+
|
21169
|
+
|
21170
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:38 +0000
|
21171
|
+
|
21172
|
+
|
21173
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:38 +0000
|
21174
|
+
|
21175
|
+
|
21176
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:38 +0000
|
21177
|
+
|
21178
|
+
|
21179
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:38 +0000
|
21180
|
+
|
21181
|
+
|
21182
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21183
|
+
|
21184
|
+
|
21185
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21186
|
+
|
21187
|
+
|
21188
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21189
|
+
|
21190
|
+
|
21191
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21192
|
+
|
21193
|
+
|
21194
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21195
|
+
|
21196
|
+
|
21197
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21198
|
+
|
21199
|
+
|
21200
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21201
|
+
|
21202
|
+
|
21203
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21204
|
+
|
21205
|
+
|
21206
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21207
|
+
|
21208
|
+
|
21209
|
+
Started GET "/assets/shoppe/icons/id.svg" for 127.0.0.1 at 2013-10-31 19:47:39 +0000
|
21210
|
+
|
21211
|
+
|
21212
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21213
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21214
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21215
|
+
[1m[35mShoppe::Country Load (1.6ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21216
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (117.8ms)
|
21217
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21218
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21219
|
+
Completed 200 OK in 186ms (Views: 151.4ms | ActiveRecord: 12.7ms)
|
21220
|
+
|
21221
|
+
|
21222
|
+
|
21223
|
+
|
21224
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21225
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21226
|
+
|
21227
|
+
|
21228
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21229
|
+
|
21230
|
+
|
21231
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21232
|
+
|
21233
|
+
|
21234
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21235
|
+
|
21236
|
+
|
21237
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:46 +0000
|
21238
|
+
|
21239
|
+
|
21240
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21241
|
+
|
21242
|
+
|
21243
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21244
|
+
|
21245
|
+
|
21246
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21247
|
+
|
21248
|
+
|
21249
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21250
|
+
|
21251
|
+
|
21252
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21253
|
+
|
21254
|
+
|
21255
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21256
|
+
|
21257
|
+
|
21258
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:47:47 +0000
|
21259
|
+
|
21260
|
+
|
21261
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:48:09 +0000
|
21262
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21263
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21264
|
+
[1m[35mShoppe::Country Load (2.9ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21265
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (112.4ms)
|
21266
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21267
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21268
|
+
Completed 200 OK in 125ms (Views: 119.4ms | ActiveRecord: 3.8ms)
|
21269
|
+
|
21270
|
+
|
21271
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21272
|
+
|
21273
|
+
|
21274
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21275
|
+
|
21276
|
+
|
21277
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21278
|
+
|
21279
|
+
|
21280
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21281
|
+
|
21282
|
+
|
21283
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21284
|
+
|
21285
|
+
|
21286
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21287
|
+
|
21288
|
+
|
21289
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21290
|
+
|
21291
|
+
|
21292
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21293
|
+
|
21294
|
+
|
21295
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21296
|
+
|
21297
|
+
|
21298
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21299
|
+
|
21300
|
+
|
21301
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21302
|
+
|
21303
|
+
|
21304
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21305
|
+
|
21306
|
+
|
21307
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:10 +0000
|
21308
|
+
|
21309
|
+
|
21310
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21311
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21312
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21313
|
+
[1m[35mShoppe::Country Load (1.6ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21314
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (103.3ms)
|
21315
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21316
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21317
|
+
Completed 200 OK in 114ms (Views: 110.7ms | ActiveRecord: 2.3ms)
|
21318
|
+
|
21319
|
+
|
21320
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21321
|
+
|
21322
|
+
|
21323
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21324
|
+
|
21325
|
+
|
21326
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21327
|
+
|
21328
|
+
|
21329
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21330
|
+
|
21331
|
+
|
21332
|
+
|
21333
|
+
|
21334
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21335
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21336
|
+
|
21337
|
+
|
21338
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21339
|
+
|
21340
|
+
|
21341
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21342
|
+
|
21343
|
+
|
21344
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21345
|
+
|
21346
|
+
|
21347
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21348
|
+
|
21349
|
+
|
21350
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21351
|
+
|
21352
|
+
|
21353
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21354
|
+
|
21355
|
+
|
21356
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:15 +0000
|
21357
|
+
|
21358
|
+
|
21359
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21360
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21361
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21362
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21363
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (64.1ms)
|
21364
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21365
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21366
|
+
Completed 200 OK in 75ms (Views: 71.4ms | ActiveRecord: 2.0ms)
|
21367
|
+
|
21368
|
+
|
21369
|
+
|
21370
|
+
|
21371
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21372
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21373
|
+
|
21374
|
+
|
21375
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21376
|
+
|
21377
|
+
|
21378
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21379
|
+
|
21380
|
+
|
21381
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21382
|
+
|
21383
|
+
|
21384
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21385
|
+
|
21386
|
+
|
21387
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21388
|
+
|
21389
|
+
|
21390
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21391
|
+
|
21392
|
+
|
21393
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21394
|
+
|
21395
|
+
|
21396
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21397
|
+
|
21398
|
+
|
21399
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21400
|
+
|
21401
|
+
|
21402
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21403
|
+
|
21404
|
+
|
21405
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:17 +0000
|
21406
|
+
|
21407
|
+
|
21408
|
+
Started GET "/shoppe/countries/62/edit" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21409
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21410
|
+
Parameters: {"id"=>"62"}
|
21411
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21412
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 62 LIMIT 1
|
21413
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (13.9ms)
|
21414
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (16.6ms)
|
21415
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21416
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21417
|
+
Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 0.9ms)
|
21418
|
+
|
21419
|
+
|
21420
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21421
|
+
|
21422
|
+
|
21423
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21424
|
+
|
21425
|
+
|
21426
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21427
|
+
|
21428
|
+
|
21429
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21430
|
+
|
21431
|
+
|
21432
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21433
|
+
|
21434
|
+
|
21435
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21436
|
+
|
21437
|
+
|
21438
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21439
|
+
|
21440
|
+
|
21441
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21442
|
+
|
21443
|
+
|
21444
|
+
|
21445
|
+
|
21446
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21447
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21448
|
+
|
21449
|
+
|
21450
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21451
|
+
|
21452
|
+
|
21453
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21454
|
+
|
21455
|
+
|
21456
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:18 +0000
|
21457
|
+
|
21458
|
+
|
21459
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21460
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21461
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21462
|
+
[1m[35mShoppe::Country Load (2.1ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21463
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (83.0ms)
|
21464
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21465
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21466
|
+
Completed 200 OK in 143ms (Views: 138.4ms | ActiveRecord: 2.9ms)
|
21467
|
+
|
21468
|
+
|
21469
|
+
|
21470
|
+
|
21471
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21472
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21473
|
+
|
21474
|
+
|
21475
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21476
|
+
|
21477
|
+
|
21478
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21479
|
+
|
21480
|
+
|
21481
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21482
|
+
|
21483
|
+
|
21484
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21485
|
+
|
21486
|
+
|
21487
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21488
|
+
|
21489
|
+
|
21490
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21491
|
+
|
21492
|
+
|
21493
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21494
|
+
|
21495
|
+
|
21496
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21497
|
+
|
21498
|
+
|
21499
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21500
|
+
|
21501
|
+
|
21502
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21503
|
+
|
21504
|
+
|
21505
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21506
|
+
|
21507
|
+
|
21508
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21509
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21510
|
+
Parameters: {"id"=>"3"}
|
21511
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21512
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
21513
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.4ms)
|
21514
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (5.8ms)
|
21515
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21516
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21517
|
+
Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 1.0ms)
|
21518
|
+
|
21519
|
+
|
21520
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21521
|
+
|
21522
|
+
|
21523
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21524
|
+
|
21525
|
+
|
21526
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21527
|
+
|
21528
|
+
|
21529
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21530
|
+
|
21531
|
+
|
21532
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21533
|
+
|
21534
|
+
|
21535
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21536
|
+
|
21537
|
+
|
21538
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21539
|
+
|
21540
|
+
|
21541
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21542
|
+
|
21543
|
+
|
21544
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21545
|
+
|
21546
|
+
|
21547
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21548
|
+
|
21549
|
+
|
21550
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21551
|
+
|
21552
|
+
|
21553
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21554
|
+
|
21555
|
+
|
21556
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:25 +0000
|
21557
|
+
|
21558
|
+
|
21559
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:48:55 +0000
|
21560
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21561
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21562
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21563
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (66.8ms)
|
21564
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21565
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21566
|
+
Completed 200 OK in 114ms (Views: 111.2ms | ActiveRecord: 2.1ms)
|
21567
|
+
|
21568
|
+
|
21569
|
+
|
21570
|
+
|
21571
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21572
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21573
|
+
|
21574
|
+
|
21575
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21576
|
+
|
21577
|
+
|
21578
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21579
|
+
|
21580
|
+
|
21581
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21582
|
+
|
21583
|
+
|
21584
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21585
|
+
|
21586
|
+
|
21587
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21588
|
+
|
21589
|
+
|
21590
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21591
|
+
|
21592
|
+
|
21593
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21594
|
+
|
21595
|
+
|
21596
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21597
|
+
|
21598
|
+
|
21599
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21600
|
+
|
21601
|
+
|
21602
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21603
|
+
|
21604
|
+
|
21605
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:48:56 +0000
|
21606
|
+
|
21607
|
+
|
21608
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:49:12 +0000
|
21609
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21610
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21611
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21612
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (57.8ms)
|
21613
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21614
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21615
|
+
Completed 200 OK in 69ms (Views: 65.1ms | ActiveRecord: 2.1ms)
|
21616
|
+
|
21617
|
+
|
21618
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21619
|
+
|
21620
|
+
|
21621
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21622
|
+
|
21623
|
+
|
21624
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21625
|
+
|
21626
|
+
|
21627
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21628
|
+
|
21629
|
+
|
21630
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21631
|
+
|
21632
|
+
|
21633
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21634
|
+
|
21635
|
+
|
21636
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21637
|
+
|
21638
|
+
|
21639
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21640
|
+
|
21641
|
+
|
21642
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21643
|
+
|
21644
|
+
|
21645
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21646
|
+
|
21647
|
+
|
21648
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21649
|
+
|
21650
|
+
|
21651
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21652
|
+
|
21653
|
+
|
21654
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21655
|
+
|
21656
|
+
|
21657
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21658
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21659
|
+
Parameters: {"id"=>"3"}
|
21660
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21661
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
21662
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (44.1ms)
|
21663
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (47.0ms)
|
21664
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21665
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21666
|
+
Completed 200 OK in 58ms (Views: 55.7ms | ActiveRecord: 1.0ms)
|
21667
|
+
|
21668
|
+
|
21669
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21670
|
+
|
21671
|
+
|
21672
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21673
|
+
|
21674
|
+
|
21675
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21676
|
+
|
21677
|
+
|
21678
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21679
|
+
|
21680
|
+
|
21681
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21682
|
+
|
21683
|
+
|
21684
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21685
|
+
|
21686
|
+
|
21687
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21688
|
+
|
21689
|
+
|
21690
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21691
|
+
|
21692
|
+
|
21693
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21694
|
+
|
21695
|
+
|
21696
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21697
|
+
|
21698
|
+
|
21699
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21700
|
+
|
21701
|
+
|
21702
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21703
|
+
|
21704
|
+
|
21705
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:13 +0000
|
21706
|
+
|
21707
|
+
|
21708
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21709
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21710
|
+
Parameters: {"id"=>"3"}
|
21711
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21712
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
21713
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (5.5ms)
|
21714
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (7.0ms)
|
21715
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21716
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21717
|
+
Completed 200 OK in 130ms (Views: 84.2ms | ActiveRecord: 9.7ms)
|
21718
|
+
|
21719
|
+
|
21720
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21721
|
+
|
21722
|
+
|
21723
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21724
|
+
|
21725
|
+
|
21726
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21727
|
+
|
21728
|
+
|
21729
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21730
|
+
|
21731
|
+
|
21732
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21733
|
+
|
21734
|
+
|
21735
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21736
|
+
|
21737
|
+
|
21738
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21739
|
+
|
21740
|
+
|
21741
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21742
|
+
|
21743
|
+
|
21744
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21745
|
+
|
21746
|
+
|
21747
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21748
|
+
|
21749
|
+
|
21750
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21751
|
+
|
21752
|
+
|
21753
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21754
|
+
|
21755
|
+
|
21756
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:49:26 +0000
|
21757
|
+
|
21758
|
+
|
21759
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:49:35 +0000
|
21760
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21761
|
+
Parameters: {"id"=>"3"}
|
21762
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21763
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
21764
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (6.6ms)
|
21765
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (8.0ms)
|
21766
|
+
Completed 500 Internal Server Error in 12ms
|
21767
|
+
|
21768
|
+
ActionView::Template::Error (undefined method `first_name' for #<Shoppe::Country:0x007f9b0acdadc8>):
|
21769
|
+
4: .splitContainer
|
21770
|
+
5: %dl.half
|
21771
|
+
6: %dt= f.label :first_name
|
21772
|
+
7: %dd= f.text_field :first_name, :class => 'focus text'
|
21773
|
+
8: %dl.half
|
21774
|
+
9: %dt= f.label :last_name
|
21775
|
+
10: %dd= f.text_field :last_name, :class => 'text'
|
21776
|
+
activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing'
|
21777
|
+
activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing'
|
21778
|
+
actionpack (4.0.0) lib/action_view/helpers/tags/base.rb:28:in `value'
|
21779
|
+
actionpack (4.0.0) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast'
|
21780
|
+
actionpack (4.0.0) lib/action_view/helpers/tags/text_field.rb:9:in `block in render'
|
21781
|
+
actionpack (4.0.0) lib/action_view/helpers/tags/text_field.rb:9:in `fetch'
|
21782
|
+
actionpack (4.0.0) lib/action_view/helpers/tags/text_field.rb:9:in `render'
|
21783
|
+
actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:771:in `text_field'
|
21784
|
+
actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1262:in `text_field'
|
21785
|
+
/Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml:7:in `block (2 levels) in ___sers_adam__rojects_shoppe_core_app_views_shoppe_countries__form_html_haml___174743869693890001_70151939022280'
|
21786
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `block in capture_with_haml'
|
21787
|
+
haml (4.0.3) lib/haml/helpers.rb:368:in `call'
|
21788
|
+
haml (4.0.3) lib/haml/helpers.rb:368:in `block in capture_haml'
|
21789
|
+
haml (4.0.3) lib/haml/helpers.rb:617:in `with_haml_buffer'
|
21790
|
+
haml (4.0.3) lib/haml/helpers.rb:364:in `capture_haml'
|
21791
|
+
haml (4.0.3) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
|
21792
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
|
21793
|
+
actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag'
|
21794
|
+
/Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml:3:in `block in ___sers_adam__rojects_shoppe_core_app_views_shoppe_countries__form_html_haml___174743869693890001_70151939022280'
|
21795
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call'
|
21796
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml'
|
21797
|
+
haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs'
|
21798
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml'
|
21799
|
+
actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
21800
|
+
actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
21801
|
+
haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
|
21802
|
+
actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
21803
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml'
|
21804
|
+
actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
|
21805
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml'
|
21806
|
+
haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
|
21807
|
+
/Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml:1:in `___sers_adam__rojects_shoppe_core_app_views_shoppe_countries__form_html_haml___174743869693890001_70151939022280'
|
21808
|
+
actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
|
21809
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
|
21810
|
+
actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
|
21811
|
+
actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
21812
|
+
actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
21813
|
+
actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
21814
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
21815
|
+
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
21816
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
|
21817
|
+
actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
21818
|
+
actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
21819
|
+
actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
21820
|
+
actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
|
21821
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
|
21822
|
+
haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml'
|
21823
|
+
haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
|
21824
|
+
/Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml:5:in `___sers_adam__rojects_shoppe_core_app_views_shoppe_countries_edit_html_haml__551734735468287020_70151930300520'
|
21825
|
+
actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
|
21826
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
|
21827
|
+
actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
|
21828
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
|
21829
|
+
actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
21830
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
21831
|
+
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
21832
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
|
21833
|
+
actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
21834
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
|
21835
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
|
21836
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
21837
|
+
actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
21838
|
+
actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
21839
|
+
actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
21840
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
21841
|
+
actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
21842
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
21843
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
21844
|
+
actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
21845
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
|
21846
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
21847
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
21848
|
+
activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
21849
|
+
/Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
21850
|
+
activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
21851
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
21852
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
21853
|
+
activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
21854
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
21855
|
+
actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
21856
|
+
actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
21857
|
+
actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
|
21858
|
+
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
21859
|
+
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
21860
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__4557651383507494730__process_action__callbacks'
|
21861
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
21862
|
+
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
21863
|
+
actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
21864
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
21865
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
21866
|
+
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
21867
|
+
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
|
21868
|
+
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
21869
|
+
actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
21870
|
+
activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
21871
|
+
actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
|
21872
|
+
actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
|
21873
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
|
21874
|
+
actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
21875
|
+
actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
|
21876
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
21877
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
21878
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
21879
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
21880
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
21881
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
21882
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
21883
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
21884
|
+
railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
21885
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
21886
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
21887
|
+
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
21888
|
+
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
|
21889
|
+
/Users/adam/Projects/shoppe/core/lib/shoppe/settings_loader.rb:10:in `call'
|
21890
|
+
nifty-attachments (1.0.0) lib/nifty/attachments/middleware.rb:23:in `call'
|
21891
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
21892
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
21893
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
21894
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
21895
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
21896
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
21897
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
21898
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
21899
|
+
activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
|
21900
|
+
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
21901
|
+
activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
|
21902
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
21903
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1894140889767439679__call__callbacks'
|
21904
|
+
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
21905
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
21906
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
21907
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
21908
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
21909
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
21910
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
21911
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
21912
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
21913
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
21914
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
21915
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
21916
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
21917
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
21918
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
21919
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
21920
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
21921
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
21922
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
21923
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
21924
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
|
21925
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
|
21926
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
|
21927
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
|
21928
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
|
21929
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
|
21930
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
|
21931
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
|
21932
|
+
/Users/adam/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
21933
|
+
|
21934
|
+
|
21935
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
21936
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
21937
|
+
Rendered /Users/adam/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms)
|
21938
|
+
|
21939
|
+
|
21940
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:50:02 +0000
|
21941
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
21942
|
+
Parameters: {"id"=>"3"}
|
21943
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21944
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
21945
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (6.8ms)
|
21946
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (8.2ms)
|
21947
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21948
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21949
|
+
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.9ms)
|
21950
|
+
|
21951
|
+
|
21952
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21953
|
+
|
21954
|
+
|
21955
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21956
|
+
|
21957
|
+
|
21958
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21959
|
+
|
21960
|
+
|
21961
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21962
|
+
|
21963
|
+
|
21964
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21965
|
+
|
21966
|
+
|
21967
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21968
|
+
|
21969
|
+
|
21970
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21971
|
+
|
21972
|
+
|
21973
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21974
|
+
|
21975
|
+
|
21976
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21977
|
+
|
21978
|
+
|
21979
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21980
|
+
|
21981
|
+
|
21982
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21983
|
+
|
21984
|
+
|
21985
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21986
|
+
|
21987
|
+
|
21988
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:03 +0000
|
21989
|
+
|
21990
|
+
|
21991
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
21992
|
+
Processing by Shoppe::CountriesController#index as HTML
|
21993
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
21994
|
+
[1m[35mShoppe::Country Load (2.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
21995
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (102.4ms)
|
21996
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
21997
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
21998
|
+
Completed 200 OK in 113ms (Views: 108.5ms | ActiveRecord: 3.0ms)
|
21999
|
+
|
22000
|
+
|
22001
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22002
|
+
|
22003
|
+
|
22004
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22005
|
+
|
22006
|
+
|
22007
|
+
|
22008
|
+
|
22009
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22010
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22011
|
+
|
22012
|
+
|
22013
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22014
|
+
|
22015
|
+
|
22016
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22017
|
+
|
22018
|
+
|
22019
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22020
|
+
|
22021
|
+
|
22022
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22023
|
+
|
22024
|
+
|
22025
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22026
|
+
|
22027
|
+
|
22028
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22029
|
+
|
22030
|
+
|
22031
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22032
|
+
|
22033
|
+
|
22034
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22035
|
+
|
22036
|
+
|
22037
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:05 +0000
|
22038
|
+
|
22039
|
+
|
22040
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22041
|
+
Processing by Shoppe::CountriesController#index as HTML
|
22042
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22043
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
22044
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (103.8ms)
|
22045
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22046
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22047
|
+
Completed 200 OK in 116ms (Views: 112.1ms | ActiveRecord: 2.0ms)
|
22048
|
+
|
22049
|
+
|
22050
|
+
|
22051
|
+
|
22052
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22053
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22054
|
+
|
22055
|
+
|
22056
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22057
|
+
|
22058
|
+
|
22059
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22060
|
+
|
22061
|
+
|
22062
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22063
|
+
|
22064
|
+
|
22065
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22066
|
+
|
22067
|
+
|
22068
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22069
|
+
|
22070
|
+
|
22071
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22072
|
+
|
22073
|
+
|
22074
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22075
|
+
|
22076
|
+
|
22077
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22078
|
+
|
22079
|
+
|
22080
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22081
|
+
|
22082
|
+
|
22083
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22084
|
+
|
22085
|
+
|
22086
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22087
|
+
|
22088
|
+
|
22089
|
+
Started GET "/shoppe/countries/3/edit" for 127.0.0.1 at 2013-10-31 19:50:12 +0000
|
22090
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22091
|
+
Parameters: {"id"=>"3"}
|
22092
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22093
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 3 LIMIT 1
|
22094
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (6.4ms)
|
22095
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (8.0ms)
|
22096
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22097
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22098
|
+
Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.9ms)
|
22099
|
+
|
22100
|
+
|
22101
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22102
|
+
|
22103
|
+
|
22104
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22105
|
+
|
22106
|
+
|
22107
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22108
|
+
|
22109
|
+
|
22110
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22111
|
+
|
22112
|
+
|
22113
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22114
|
+
|
22115
|
+
|
22116
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22117
|
+
|
22118
|
+
|
22119
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22120
|
+
|
22121
|
+
|
22122
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22123
|
+
|
22124
|
+
|
22125
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22126
|
+
|
22127
|
+
|
22128
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22129
|
+
|
22130
|
+
|
22131
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22132
|
+
|
22133
|
+
|
22134
|
+
|
22135
|
+
|
22136
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22137
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:13 +0000
|
22138
|
+
|
22139
|
+
|
22140
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22141
|
+
Processing by Shoppe::CountriesController#index as HTML
|
22142
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22143
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
22144
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (102.9ms)
|
22145
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22146
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22147
|
+
Completed 200 OK in 113ms (Views: 110.1ms | ActiveRecord: 2.1ms)
|
22148
|
+
|
22149
|
+
|
22150
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22151
|
+
|
22152
|
+
|
22153
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22154
|
+
|
22155
|
+
|
22156
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22157
|
+
|
22158
|
+
|
22159
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22160
|
+
|
22161
|
+
|
22162
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22163
|
+
|
22164
|
+
|
22165
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22166
|
+
|
22167
|
+
|
22168
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22169
|
+
|
22170
|
+
|
22171
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22172
|
+
|
22173
|
+
|
22174
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22175
|
+
|
22176
|
+
|
22177
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22178
|
+
|
22179
|
+
|
22180
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22181
|
+
|
22182
|
+
|
22183
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22184
|
+
|
22185
|
+
|
22186
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:19 +0000
|
22187
|
+
|
22188
|
+
|
22189
|
+
Started GET "/shoppe/countries/15/edit" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22190
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22191
|
+
Parameters: {"id"=>"15"}
|
22192
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22193
|
+
[1m[35mShoppe::Country Load (0.1ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 15 LIMIT 1
|
22194
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (7.8ms)
|
22195
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (9.0ms)
|
22196
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22197
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22198
|
+
Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.9ms)
|
22199
|
+
|
22200
|
+
|
22201
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22202
|
+
|
22203
|
+
|
22204
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22205
|
+
|
22206
|
+
|
22207
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22208
|
+
|
22209
|
+
|
22210
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22211
|
+
|
22212
|
+
|
22213
|
+
|
22214
|
+
|
22215
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22216
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22217
|
+
|
22218
|
+
|
22219
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22220
|
+
|
22221
|
+
|
22222
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22223
|
+
|
22224
|
+
|
22225
|
+
|
22226
|
+
|
22227
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22228
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22229
|
+
|
22230
|
+
|
22231
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:20 +0000
|
22232
|
+
|
22233
|
+
|
22234
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:21 +0000
|
22235
|
+
|
22236
|
+
|
22237
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:21 +0000
|
22238
|
+
|
22239
|
+
|
22240
|
+
Started GET "/shoppe/countries/15/edit" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22241
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22242
|
+
Parameters: {"id"=>"15"}
|
22243
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22244
|
+
[1m[35mShoppe::Country Load (0.1ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 15 LIMIT 1
|
22245
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (9.2ms)
|
22246
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (10.5ms)
|
22247
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22248
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22249
|
+
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.9ms)
|
22250
|
+
|
22251
|
+
|
22252
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22253
|
+
|
22254
|
+
|
22255
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22256
|
+
|
22257
|
+
|
22258
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22259
|
+
|
22260
|
+
|
22261
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22262
|
+
|
22263
|
+
|
22264
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22265
|
+
|
22266
|
+
|
22267
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22268
|
+
|
22269
|
+
|
22270
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22271
|
+
|
22272
|
+
|
22273
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22274
|
+
|
22275
|
+
|
22276
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22277
|
+
|
22278
|
+
|
22279
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22280
|
+
|
22281
|
+
|
22282
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22283
|
+
|
22284
|
+
|
22285
|
+
|
22286
|
+
|
22287
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22288
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:50:34 +0000
|
22289
|
+
|
22290
|
+
|
22291
|
+
Started GET "/shoppe/countries/15/edit" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22292
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22293
|
+
Parameters: {"id"=>"15"}
|
22294
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22295
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 15 LIMIT 1
|
22296
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (11.0ms)
|
22297
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (12.4ms)
|
22298
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22299
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22300
|
+
Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.9ms)
|
22301
|
+
|
22302
|
+
|
22303
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22304
|
+
|
22305
|
+
|
22306
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22307
|
+
|
22308
|
+
|
22309
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22310
|
+
|
22311
|
+
|
22312
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22313
|
+
|
22314
|
+
|
22315
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22316
|
+
|
22317
|
+
|
22318
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22319
|
+
|
22320
|
+
|
22321
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22322
|
+
|
22323
|
+
|
22324
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22325
|
+
|
22326
|
+
|
22327
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22328
|
+
|
22329
|
+
|
22330
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22331
|
+
|
22332
|
+
|
22333
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22334
|
+
|
22335
|
+
|
22336
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22337
|
+
|
22338
|
+
|
22339
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:08 +0000
|
22340
|
+
|
22341
|
+
|
22342
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22343
|
+
Processing by Shoppe::CountriesController#index as HTML
|
22344
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22345
|
+
[1m[35mShoppe::Country Load (1.4ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
22346
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (106.9ms)
|
22347
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22348
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22349
|
+
Completed 200 OK in 117ms (Views: 114.1ms | ActiveRecord: 2.1ms)
|
22350
|
+
|
22351
|
+
|
22352
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22353
|
+
|
22354
|
+
|
22355
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22356
|
+
|
22357
|
+
|
22358
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22359
|
+
|
22360
|
+
|
22361
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22362
|
+
|
22363
|
+
|
22364
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22365
|
+
|
22366
|
+
|
22367
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22368
|
+
|
22369
|
+
|
22370
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22371
|
+
|
22372
|
+
|
22373
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22374
|
+
|
22375
|
+
|
22376
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22377
|
+
|
22378
|
+
|
22379
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22380
|
+
|
22381
|
+
|
22382
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22383
|
+
|
22384
|
+
|
22385
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22386
|
+
|
22387
|
+
|
22388
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:10 +0000
|
22389
|
+
|
22390
|
+
|
22391
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22392
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22393
|
+
Parameters: {"id"=>"77"}
|
22394
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22395
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22396
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (7.3ms)
|
22397
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (9.4ms)
|
22398
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22399
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22400
|
+
Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 1.1ms)
|
22401
|
+
|
22402
|
+
|
22403
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22404
|
+
|
22405
|
+
|
22406
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22407
|
+
|
22408
|
+
|
22409
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22410
|
+
|
22411
|
+
|
22412
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22413
|
+
|
22414
|
+
|
22415
|
+
|
22416
|
+
|
22417
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22418
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22419
|
+
|
22420
|
+
|
22421
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22422
|
+
|
22423
|
+
|
22424
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22425
|
+
|
22426
|
+
|
22427
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22428
|
+
|
22429
|
+
|
22430
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22431
|
+
|
22432
|
+
|
22433
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22434
|
+
|
22435
|
+
|
22436
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22437
|
+
|
22438
|
+
|
22439
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:14 +0000
|
22440
|
+
|
22441
|
+
|
22442
|
+
Started PATCH "/shoppe/countries/77" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22443
|
+
Processing by Shoppe::CountriesController#update as HTML
|
22444
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "country"=>{"name"=>"United Kingdom", "code2"=>"GB", "code3"=>"GBR", "continent"=>"EU", "tld"=>"uk", "eu_member"=>"1"}, "commit"=>"Update Country", "id"=>"77"}
|
22445
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22446
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22447
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
22448
|
+
[1m[35m (0.1ms)[0m COMMIT
|
22449
|
+
Redirected to http://shoppe.dev/shoppe/countries/77/edit
|
22450
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
|
22451
|
+
|
22452
|
+
|
22453
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22454
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22455
|
+
Parameters: {"id"=>"77"}
|
22456
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22457
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22458
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.9ms)
|
22459
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.2ms)
|
22460
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22461
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22462
|
+
Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 1.0ms)
|
22463
|
+
|
22464
|
+
|
22465
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22466
|
+
|
22467
|
+
|
22468
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22469
|
+
|
22470
|
+
|
22471
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22472
|
+
|
22473
|
+
|
22474
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22475
|
+
|
22476
|
+
|
22477
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22478
|
+
|
22479
|
+
|
22480
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22481
|
+
|
22482
|
+
|
22483
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22484
|
+
|
22485
|
+
|
22486
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22487
|
+
|
22488
|
+
|
22489
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22490
|
+
|
22491
|
+
|
22492
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22493
|
+
|
22494
|
+
|
22495
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22496
|
+
|
22497
|
+
|
22498
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22499
|
+
|
22500
|
+
|
22501
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:15 +0000
|
22502
|
+
|
22503
|
+
|
22504
|
+
Started PATCH "/shoppe/countries/77" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22505
|
+
Processing by Shoppe::CountriesController#update as HTML
|
22506
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "country"=>{"name"=>"United Kingdom2", "code2"=>"GB", "code3"=>"GBR", "continent"=>"EU", "tld"=>"uk", "eu_member"=>"1"}, "commit"=>"Update Country", "id"=>"77"}
|
22507
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22508
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22509
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
22510
|
+
[1m[35mSQL (2.1ms)[0m UPDATE `shoppe_countries` SET `name` = 'United Kingdom2' WHERE `shoppe_countries`.`id` = 77
|
22511
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
22512
|
+
Redirected to http://shoppe.dev/shoppe/countries/77/edit
|
22513
|
+
Completed 302 Found in 8ms (ActiveRecord: 2.9ms)
|
22514
|
+
|
22515
|
+
|
22516
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22517
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22518
|
+
Parameters: {"id"=>"77"}
|
22519
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
22520
|
+
[1m[36mShoppe::Country Load (0.2ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1[0m
|
22521
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.8ms)
|
22522
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.5ms)
|
22523
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
22524
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
22525
|
+
Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.9ms)
|
22526
|
+
|
22527
|
+
|
22528
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22529
|
+
|
22530
|
+
|
22531
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22532
|
+
|
22533
|
+
|
22534
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22535
|
+
|
22536
|
+
|
22537
|
+
|
22538
|
+
|
22539
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22540
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22541
|
+
|
22542
|
+
|
22543
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22544
|
+
|
22545
|
+
|
22546
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22547
|
+
|
22548
|
+
|
22549
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22550
|
+
|
22551
|
+
|
22552
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22553
|
+
|
22554
|
+
|
22555
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22556
|
+
|
22557
|
+
|
22558
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22559
|
+
|
22560
|
+
|
22561
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22562
|
+
|
22563
|
+
|
22564
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:17 +0000
|
22565
|
+
|
22566
|
+
|
22567
|
+
Started PATCH "/shoppe/countries/77" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22568
|
+
Processing by Shoppe::CountriesController#update as HTML
|
22569
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "country"=>{"name"=>"United Kingdom", "code2"=>"GB", "code3"=>"GBR", "continent"=>"EU", "tld"=>"uk", "eu_member"=>"1"}, "commit"=>"Update Country", "id"=>"77"}
|
22570
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
22571
|
+
[1m[36mShoppe::Country Load (0.2ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1[0m
|
22572
|
+
[1m[35m (0.1ms)[0m BEGIN
|
22573
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE `shoppe_countries` SET `name` = 'United Kingdom' WHERE `shoppe_countries`.`id` = 77[0m
|
22574
|
+
[1m[35m (1.6ms)[0m COMMIT
|
22575
|
+
Redirected to http://shoppe.dev/shoppe/countries/77/edit
|
22576
|
+
Completed 302 Found in 6ms (ActiveRecord: 2.4ms)
|
22577
|
+
|
22578
|
+
|
22579
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22580
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22581
|
+
Parameters: {"id"=>"77"}
|
22582
|
+
[1m[36mShoppe::User Load (0.4ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22583
|
+
[1m[35mShoppe::Country Load (0.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22584
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.8ms)
|
22585
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.2ms)
|
22586
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22587
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22588
|
+
Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 1.2ms)
|
22589
|
+
|
22590
|
+
|
22591
|
+
|
22592
|
+
|
22593
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22594
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22595
|
+
|
22596
|
+
|
22597
|
+
|
22598
|
+
|
22599
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22600
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22601
|
+
|
22602
|
+
|
22603
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22604
|
+
|
22605
|
+
|
22606
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22607
|
+
|
22608
|
+
|
22609
|
+
|
22610
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22611
|
+
|
22612
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22613
|
+
|
22614
|
+
|
22615
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22616
|
+
|
22617
|
+
|
22618
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:18 +0000
|
22619
|
+
|
22620
|
+
|
22621
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:19 +0000
|
22622
|
+
|
22623
|
+
|
22624
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:19 +0000
|
22625
|
+
|
22626
|
+
|
22627
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:19 +0000
|
22628
|
+
|
22629
|
+
|
22630
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22631
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22632
|
+
Parameters: {"id"=>"77"}
|
22633
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22634
|
+
[1m[35mShoppe::Country Load (0.1ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22635
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.9ms)
|
22636
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.1ms)
|
22637
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22638
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22639
|
+
Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 1.0ms)
|
22640
|
+
|
22641
|
+
|
22642
|
+
|
22643
|
+
|
22644
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22645
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22646
|
+
|
22647
|
+
|
22648
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22649
|
+
|
22650
|
+
|
22651
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22652
|
+
|
22653
|
+
|
22654
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22655
|
+
|
22656
|
+
|
22657
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22658
|
+
|
22659
|
+
|
22660
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22661
|
+
|
22662
|
+
|
22663
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22664
|
+
|
22665
|
+
|
22666
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22667
|
+
|
22668
|
+
|
22669
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22670
|
+
|
22671
|
+
|
22672
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22673
|
+
|
22674
|
+
|
22675
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22676
|
+
|
22677
|
+
|
22678
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:32 +0000
|
22679
|
+
|
22680
|
+
|
22681
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22682
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22683
|
+
Parameters: {"id"=>"77"}
|
22684
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22685
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22686
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (9.4ms)
|
22687
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (10.7ms)
|
22688
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22689
|
+
[1m[35mShoppe::Setting Load (0.1ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22690
|
+
Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.9ms)
|
22691
|
+
|
22692
|
+
|
22693
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22694
|
+
|
22695
|
+
|
22696
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22697
|
+
|
22698
|
+
|
22699
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22700
|
+
|
22701
|
+
|
22702
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22703
|
+
|
22704
|
+
|
22705
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22706
|
+
|
22707
|
+
|
22708
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22709
|
+
|
22710
|
+
|
22711
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22712
|
+
|
22713
|
+
|
22714
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22715
|
+
|
22716
|
+
|
22717
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22718
|
+
|
22719
|
+
|
22720
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:41 +0000
|
22721
|
+
|
22722
|
+
|
22723
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:42 +0000
|
22724
|
+
|
22725
|
+
|
22726
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:42 +0000
|
22727
|
+
|
22728
|
+
|
22729
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:42 +0000
|
22730
|
+
|
22731
|
+
|
22732
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22733
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22734
|
+
Parameters: {"id"=>"77"}
|
22735
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22736
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22737
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (8.0ms)
|
22738
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (9.3ms)
|
22739
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22740
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22741
|
+
Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 1.0ms)
|
22742
|
+
|
22743
|
+
|
22744
|
+
|
22745
|
+
|
22746
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22747
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22748
|
+
|
22749
|
+
|
22750
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22751
|
+
|
22752
|
+
|
22753
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22754
|
+
|
22755
|
+
|
22756
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22757
|
+
|
22758
|
+
|
22759
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22760
|
+
|
22761
|
+
|
22762
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22763
|
+
|
22764
|
+
|
22765
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22766
|
+
|
22767
|
+
|
22768
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22769
|
+
|
22770
|
+
|
22771
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22772
|
+
|
22773
|
+
|
22774
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22775
|
+
|
22776
|
+
|
22777
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22778
|
+
|
22779
|
+
|
22780
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:49 +0000
|
22781
|
+
|
22782
|
+
|
22783
|
+
Started GET "/shoppe/countries/77/edit" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22784
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
22785
|
+
Parameters: {"id"=>"77"}
|
22786
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22787
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 77 LIMIT 1
|
22788
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (8.7ms)
|
22789
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (10.4ms)
|
22790
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22791
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22792
|
+
Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 1.0ms)
|
22793
|
+
|
22794
|
+
|
22795
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22796
|
+
|
22797
|
+
|
22798
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22799
|
+
|
22800
|
+
|
22801
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22802
|
+
|
22803
|
+
|
22804
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22805
|
+
|
22806
|
+
|
22807
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22808
|
+
|
22809
|
+
|
22810
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22811
|
+
|
22812
|
+
|
22813
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22814
|
+
|
22815
|
+
|
22816
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22817
|
+
|
22818
|
+
|
22819
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22820
|
+
|
22821
|
+
|
22822
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22823
|
+
|
22824
|
+
|
22825
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22826
|
+
|
22827
|
+
|
22828
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22829
|
+
|
22830
|
+
|
22831
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:54 +0000
|
22832
|
+
|
22833
|
+
|
22834
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22835
|
+
Processing by Shoppe::CountriesController#index as HTML
|
22836
|
+
[1m[36mShoppe::User Load (0.4ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22837
|
+
[1m[35mShoppe::Country Load (1.5ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
22838
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (61.4ms)
|
22839
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22840
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22841
|
+
Completed 200 OK in 72ms (Views: 67.8ms | ActiveRecord: 2.2ms)
|
22842
|
+
|
22843
|
+
|
22844
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22845
|
+
|
22846
|
+
|
22847
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22848
|
+
|
22849
|
+
|
22850
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22851
|
+
|
22852
|
+
|
22853
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22854
|
+
|
22855
|
+
|
22856
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22857
|
+
|
22858
|
+
|
22859
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22860
|
+
|
22861
|
+
|
22862
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22863
|
+
|
22864
|
+
|
22865
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22866
|
+
|
22867
|
+
|
22868
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:55 +0000
|
22869
|
+
|
22870
|
+
|
22871
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22872
|
+
|
22873
|
+
|
22874
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22875
|
+
|
22876
|
+
|
22877
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22878
|
+
|
22879
|
+
|
22880
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22881
|
+
|
22882
|
+
|
22883
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22884
|
+
Processing by Shoppe::CountriesController#index as HTML
|
22885
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22886
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
22887
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (79.3ms)
|
22888
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22889
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22890
|
+
Completed 200 OK in 93ms (Views: 88.8ms | ActiveRecord: 2.3ms)
|
22891
|
+
|
22892
|
+
|
22893
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22894
|
+
|
22895
|
+
|
22896
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22897
|
+
|
22898
|
+
|
22899
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22900
|
+
|
22901
|
+
|
22902
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22903
|
+
|
22904
|
+
|
22905
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22906
|
+
|
22907
|
+
|
22908
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22909
|
+
|
22910
|
+
|
22911
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22912
|
+
|
22913
|
+
|
22914
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22915
|
+
|
22916
|
+
|
22917
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22918
|
+
|
22919
|
+
|
22920
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22921
|
+
|
22922
|
+
|
22923
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22924
|
+
|
22925
|
+
|
22926
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22927
|
+
|
22928
|
+
|
22929
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:56 +0000
|
22930
|
+
|
22931
|
+
|
22932
|
+
Started GET "/shoppe/countries/new" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22933
|
+
Processing by Shoppe::CountriesController#new as HTML
|
22934
|
+
[1m[36mShoppe::User Load (0.4ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
22935
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (4.5ms)
|
22936
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/new.html.haml within layouts/shoppe/application (7.6ms)
|
22937
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
22938
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
22939
|
+
Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.9ms)
|
22940
|
+
|
22941
|
+
|
22942
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22943
|
+
|
22944
|
+
|
22945
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22946
|
+
|
22947
|
+
|
22948
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22949
|
+
|
22950
|
+
|
22951
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22952
|
+
|
22953
|
+
|
22954
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22955
|
+
|
22956
|
+
|
22957
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22958
|
+
|
22959
|
+
|
22960
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22961
|
+
|
22962
|
+
|
22963
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22964
|
+
|
22965
|
+
|
22966
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22967
|
+
|
22968
|
+
|
22969
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22970
|
+
|
22971
|
+
|
22972
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22973
|
+
|
22974
|
+
|
22975
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22976
|
+
|
22977
|
+
|
22978
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:57 +0000
|
22979
|
+
|
22980
|
+
|
22981
|
+
Started POST "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
22982
|
+
Processing by Shoppe::CountriesController#create as HTML
|
22983
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "country"=>{"name"=>"", "code2"=>"", "code3"=>"", "continent"=>"", "tld"=>"", "eu_member"=>"0"}, "commit"=>"Create Country"}
|
22984
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
22985
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
22986
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
22987
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (6.7ms)
|
22988
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/new.html.haml within layouts/shoppe/application (8.3ms)
|
22989
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
22990
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
22991
|
+
Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 1.1ms)
|
22992
|
+
|
22993
|
+
|
22994
|
+
|
22995
|
+
|
22996
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
22997
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
22998
|
+
|
22999
|
+
|
23000
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23001
|
+
|
23002
|
+
|
23003
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23004
|
+
|
23005
|
+
|
23006
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23007
|
+
|
23008
|
+
|
23009
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23010
|
+
|
23011
|
+
|
23012
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23013
|
+
|
23014
|
+
|
23015
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23016
|
+
|
23017
|
+
|
23018
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23019
|
+
|
23020
|
+
|
23021
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23022
|
+
|
23023
|
+
|
23024
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23025
|
+
|
23026
|
+
|
23027
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23028
|
+
|
23029
|
+
|
23030
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:51:58 +0000
|
23031
|
+
|
23032
|
+
|
23033
|
+
Started POST "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:00 +0000
|
23034
|
+
Processing by Shoppe::CountriesController#create as HTML
|
23035
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "country"=>{"name"=>"test", "code2"=>"", "code3"=>"", "continent"=>"", "tld"=>"", "eu_member"=>"0"}, "commit"=>"Create Country"}
|
23036
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23037
|
+
[1m[35m (0.1ms)[0m BEGIN
|
23038
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO `shoppe_countries` (`code2`, `code3`, `continent`, `name`, `tld`) VALUES ('', '', '', 'test', '')[0m
|
23039
|
+
[1m[35m (0.3ms)[0m COMMIT
|
23040
|
+
Redirected to http://shoppe.dev/shoppe/countries
|
23041
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.6ms)
|
23042
|
+
|
23043
|
+
|
23044
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:00 +0000
|
23045
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23046
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23047
|
+
[1m[35mShoppe::Country Load (1.4ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
23048
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (57.6ms)
|
23049
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23050
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23051
|
+
Completed 200 OK in 68ms (Views: 65.1ms | ActiveRecord: 2.2ms)
|
23052
|
+
|
23053
|
+
|
23054
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23055
|
+
|
23056
|
+
|
23057
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23058
|
+
|
23059
|
+
|
23060
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23061
|
+
|
23062
|
+
|
23063
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23064
|
+
|
23065
|
+
|
23066
|
+
|
23067
|
+
|
23068
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23069
|
+
|
23070
|
+
|
23071
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23072
|
+
|
23073
|
+
|
23074
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23075
|
+
|
23076
|
+
|
23077
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23078
|
+
|
23079
|
+
|
23080
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23081
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23082
|
+
|
23083
|
+
|
23084
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23085
|
+
|
23086
|
+
|
23087
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23088
|
+
|
23089
|
+
|
23090
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:01 +0000
|
23091
|
+
|
23092
|
+
|
23093
|
+
Started GET "/shoppe/countries/253/edit" for 127.0.0.1 at 2013-10-31 19:52:02 +0000
|
23094
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
23095
|
+
Parameters: {"id"=>"253"}
|
23096
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23097
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 253 LIMIT 1
|
23098
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (5.0ms)
|
23099
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.6ms)
|
23100
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23101
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23102
|
+
Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 1.0ms)
|
23103
|
+
|
23104
|
+
|
23105
|
+
|
23106
|
+
|
23107
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23108
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23109
|
+
|
23110
|
+
|
23111
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23112
|
+
|
23113
|
+
|
23114
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23115
|
+
|
23116
|
+
|
23117
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23118
|
+
|
23119
|
+
|
23120
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23121
|
+
|
23122
|
+
|
23123
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23124
|
+
|
23125
|
+
|
23126
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23127
|
+
|
23128
|
+
|
23129
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23130
|
+
|
23131
|
+
|
23132
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23133
|
+
|
23134
|
+
|
23135
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23136
|
+
|
23137
|
+
|
23138
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23139
|
+
|
23140
|
+
|
23141
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:03 +0000
|
23142
|
+
|
23143
|
+
|
23144
|
+
Started DELETE "/shoppe/countries/253" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23145
|
+
Processing by Shoppe::CountriesController#destroy as HTML
|
23146
|
+
Parameters: {"authenticity_token"=>"1b7EFRDLGTE0cqbGPuxcornOKd+YhcQqoLhBblRXLVI=", "id"=>"253"}
|
23147
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23148
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 253 LIMIT 1
|
23149
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
23150
|
+
[1m[35mShoppe::Order Exists (0.3ms)[0m SELECT 1 AS one FROM `shoppe_orders` WHERE `shoppe_orders`.`billing_country_id` = 253 LIMIT 1
|
23151
|
+
[1m[36mShoppe::Order Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `shoppe_orders` WHERE `shoppe_orders`.`delivery_country_id` = 253 LIMIT 1[0m
|
23152
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 253
|
23153
|
+
[1m[36m (1.6ms)[0m [1mCOMMIT[0m
|
23154
|
+
Redirected to http://shoppe.dev/shoppe/countries
|
23155
|
+
Completed 302 Found in 22ms (ActiveRecord: 3.0ms)
|
23156
|
+
|
23157
|
+
|
23158
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23159
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23160
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23161
|
+
[1m[36mShoppe::Country Load (1.5ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc[0m
|
23162
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (98.9ms)
|
23163
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23164
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23165
|
+
Completed 200 OK in 110ms (Views: 106.7ms | ActiveRecord: 2.3ms)
|
23166
|
+
|
23167
|
+
|
23168
|
+
|
23169
|
+
|
23170
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23171
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23172
|
+
|
23173
|
+
|
23174
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23175
|
+
|
23176
|
+
|
23177
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23178
|
+
|
23179
|
+
|
23180
|
+
|
23181
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23182
|
+
|
23183
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23184
|
+
|
23185
|
+
|
23186
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23187
|
+
|
23188
|
+
|
23189
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23190
|
+
|
23191
|
+
|
23192
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23193
|
+
|
23194
|
+
|
23195
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23196
|
+
|
23197
|
+
|
23198
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23199
|
+
|
23200
|
+
|
23201
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23202
|
+
|
23203
|
+
|
23204
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:04 +0000
|
23205
|
+
|
23206
|
+
|
23207
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:05 +0000
|
23208
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23209
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23210
|
+
[1m[36mShoppe::Country Load (1.3ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc[0m
|
23211
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (66.6ms)
|
23212
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23213
|
+
[1m[36mShoppe::Setting Load (0.3ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23214
|
+
Completed 200 OK in 121ms (Views: 117.5ms | ActiveRecord: 2.2ms)
|
23215
|
+
|
23216
|
+
|
23217
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23218
|
+
|
23219
|
+
|
23220
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23221
|
+
|
23222
|
+
|
23223
|
+
|
23224
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23225
|
+
|
23226
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23227
|
+
|
23228
|
+
|
23229
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23230
|
+
|
23231
|
+
|
23232
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23233
|
+
|
23234
|
+
|
23235
|
+
|
23236
|
+
|
23237
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23238
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23239
|
+
|
23240
|
+
|
23241
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23242
|
+
|
23243
|
+
|
23244
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23245
|
+
|
23246
|
+
|
23247
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23248
|
+
|
23249
|
+
|
23250
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23251
|
+
|
23252
|
+
|
23253
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:06 +0000
|
23254
|
+
|
23255
|
+
|
23256
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:37 +0000
|
23257
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23258
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23259
|
+
[1m[36mShoppe::Country Load (1.4ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc[0m
|
23260
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (60.7ms)
|
23261
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23262
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23263
|
+
Completed 200 OK in 231ms (Views: 227.4ms | ActiveRecord: 2.3ms)
|
23264
|
+
|
23265
|
+
|
23266
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23267
|
+
|
23268
|
+
|
23269
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23270
|
+
|
23271
|
+
|
23272
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23273
|
+
|
23274
|
+
|
23275
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23276
|
+
|
23277
|
+
|
23278
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23279
|
+
|
23280
|
+
|
23281
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23282
|
+
|
23283
|
+
|
23284
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23285
|
+
|
23286
|
+
|
23287
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23288
|
+
|
23289
|
+
|
23290
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23291
|
+
|
23292
|
+
|
23293
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23294
|
+
|
23295
|
+
|
23296
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23297
|
+
|
23298
|
+
|
23299
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23300
|
+
|
23301
|
+
|
23302
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23303
|
+
|
23304
|
+
|
23305
|
+
Started GET "/assets/shoppe/logo.svg" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23306
|
+
|
23307
|
+
|
23308
|
+
Started GET "/assets/shoppe/shoppe.svg" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23309
|
+
|
23310
|
+
|
23311
|
+
Started GET "/assets/shoppe/icons/globe.svg" for 127.0.0.1 at 2013-10-31 19:52:38 +0000
|
23312
|
+
|
23313
|
+
|
23314
|
+
Started GET "/shoppe/countries/6/edit" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23315
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
23316
|
+
Parameters: {"id"=>"6"}
|
23317
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23318
|
+
[1m[36mShoppe::Country Load (0.2ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 6 LIMIT 1[0m
|
23319
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (5.3ms)
|
23320
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (6.9ms)
|
23321
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23322
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23323
|
+
Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 1.0ms)
|
23324
|
+
|
23325
|
+
|
23326
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23327
|
+
|
23328
|
+
|
23329
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23330
|
+
|
23331
|
+
|
23332
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23333
|
+
|
23334
|
+
|
23335
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23336
|
+
|
23337
|
+
|
23338
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23339
|
+
|
23340
|
+
|
23341
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23342
|
+
|
23343
|
+
|
23344
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23345
|
+
|
23346
|
+
|
23347
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23348
|
+
|
23349
|
+
|
23350
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23351
|
+
|
23352
|
+
|
23353
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23354
|
+
|
23355
|
+
|
23356
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23357
|
+
|
23358
|
+
|
23359
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23360
|
+
|
23361
|
+
|
23362
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:39 +0000
|
23363
|
+
|
23364
|
+
|
23365
|
+
Started GET "/shoppe/users" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23366
|
+
Processing by Shoppe::UsersController#index as HTML
|
23367
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23368
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users`[0m
|
23369
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/users/index.html.haml within layouts/shoppe/application (3.7ms)
|
23370
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23371
|
+
[1m[36mShoppe::Setting Load (0.3ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23372
|
+
Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 1.1ms)
|
23373
|
+
|
23374
|
+
|
23375
|
+
|
23376
|
+
|
23377
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23378
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23379
|
+
|
23380
|
+
|
23381
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23382
|
+
|
23383
|
+
|
23384
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23385
|
+
|
23386
|
+
|
23387
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23388
|
+
|
23389
|
+
|
23390
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23391
|
+
|
23392
|
+
|
23393
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23394
|
+
|
23395
|
+
|
23396
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23397
|
+
|
23398
|
+
|
23399
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23400
|
+
|
23401
|
+
|
23402
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23403
|
+
|
23404
|
+
|
23405
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23406
|
+
|
23407
|
+
|
23408
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23409
|
+
|
23410
|
+
|
23411
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:41 +0000
|
23412
|
+
|
23413
|
+
|
23414
|
+
Started GET "/shoppe/users" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23415
|
+
Processing by Shoppe::UsersController#index as HTML
|
23416
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23417
|
+
[1m[36mShoppe::User Load (0.2ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users`[0m
|
23418
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/users/index.html.haml within layouts/shoppe/application (1.9ms)
|
23419
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23420
|
+
[1m[36mShoppe::Setting Load (0.3ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23421
|
+
Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 1.2ms)
|
23422
|
+
|
23423
|
+
|
23424
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23425
|
+
|
23426
|
+
|
23427
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23428
|
+
|
23429
|
+
|
23430
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23431
|
+
|
23432
|
+
|
23433
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23434
|
+
|
23435
|
+
|
23436
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23437
|
+
|
23438
|
+
|
23439
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23440
|
+
|
23441
|
+
|
23442
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23443
|
+
|
23444
|
+
|
23445
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23446
|
+
|
23447
|
+
|
23448
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23449
|
+
|
23450
|
+
|
23451
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23452
|
+
|
23453
|
+
|
23454
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23455
|
+
|
23456
|
+
|
23457
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23458
|
+
|
23459
|
+
|
23460
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:54 +0000
|
23461
|
+
|
23462
|
+
|
23463
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23464
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23465
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23466
|
+
[1m[36mShoppe::Country Load (2.2ms)[0m [1mSELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc[0m
|
23467
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (62.2ms)
|
23468
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23469
|
+
[1m[36mShoppe::Setting Load (0.2ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23470
|
+
Completed 200 OK in 113ms (Views: 109.1ms | ActiveRecord: 3.0ms)
|
23471
|
+
|
23472
|
+
|
23473
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23474
|
+
|
23475
|
+
|
23476
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23477
|
+
|
23478
|
+
|
23479
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23480
|
+
|
23481
|
+
|
23482
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23483
|
+
|
23484
|
+
|
23485
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23486
|
+
|
23487
|
+
|
23488
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23489
|
+
|
23490
|
+
|
23491
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23492
|
+
|
23493
|
+
|
23494
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23495
|
+
|
23496
|
+
|
23497
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23498
|
+
|
23499
|
+
|
23500
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23501
|
+
|
23502
|
+
|
23503
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23504
|
+
|
23505
|
+
|
23506
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23507
|
+
|
23508
|
+
|
23509
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:58 +0000
|
23510
|
+
|
23511
|
+
|
23512
|
+
Started GET "/shoppe/countries/new" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23513
|
+
Processing by Shoppe::CountriesController#new as HTML
|
23514
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23515
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (3.5ms)
|
23516
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/new.html.haml within layouts/shoppe/application (5.9ms)
|
23517
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23518
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23519
|
+
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.8ms)
|
23520
|
+
|
23521
|
+
|
23522
|
+
|
23523
|
+
|
23524
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23525
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23526
|
+
|
23527
|
+
|
23528
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23529
|
+
|
23530
|
+
|
23531
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23532
|
+
|
23533
|
+
|
23534
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23535
|
+
|
23536
|
+
|
23537
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23538
|
+
|
23539
|
+
|
23540
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23541
|
+
|
23542
|
+
|
23543
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23544
|
+
|
23545
|
+
|
23546
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23547
|
+
|
23548
|
+
|
23549
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23550
|
+
|
23551
|
+
|
23552
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23553
|
+
|
23554
|
+
|
23555
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23556
|
+
|
23557
|
+
|
23558
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23559
|
+
|
23560
|
+
|
23561
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:52:59 +0000
|
23562
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23563
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23564
|
+
[1m[35mShoppe::Country Load (1.3ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
23565
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (63.7ms)
|
23566
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23567
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23568
|
+
Completed 200 OK in 111ms (Views: 107.5ms | ActiveRecord: 2.2ms)
|
23569
|
+
|
23570
|
+
|
23571
|
+
|
23572
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23573
|
+
|
23574
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23575
|
+
|
23576
|
+
|
23577
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23578
|
+
|
23579
|
+
|
23580
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23581
|
+
|
23582
|
+
|
23583
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23584
|
+
|
23585
|
+
|
23586
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23587
|
+
|
23588
|
+
|
23589
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23590
|
+
|
23591
|
+
|
23592
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23593
|
+
|
23594
|
+
|
23595
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23596
|
+
|
23597
|
+
|
23598
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23599
|
+
|
23600
|
+
|
23601
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23602
|
+
|
23603
|
+
|
23604
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23605
|
+
|
23606
|
+
|
23607
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23608
|
+
|
23609
|
+
|
23610
|
+
Started GET "/shoppe/countries/15/edit" for 127.0.0.1 at 2013-10-31 19:53:00 +0000
|
23611
|
+
Processing by Shoppe::CountriesController#edit as HTML
|
23612
|
+
Parameters: {"id"=>"15"}
|
23613
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23614
|
+
[1m[35mShoppe::Country Load (0.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` WHERE `shoppe_countries`.`id` = 15 LIMIT 1
|
23615
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/_form.html.haml (5.7ms)
|
23616
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/edit.html.haml within layouts/shoppe/application (9.2ms)
|
23617
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23618
|
+
[1m[35mShoppe::Setting Load (0.2ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23619
|
+
Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 1.0ms)
|
23620
|
+
|
23621
|
+
|
23622
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23623
|
+
|
23624
|
+
|
23625
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23626
|
+
|
23627
|
+
|
23628
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23629
|
+
|
23630
|
+
|
23631
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23632
|
+
|
23633
|
+
|
23634
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23635
|
+
|
23636
|
+
|
23637
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23638
|
+
|
23639
|
+
|
23640
|
+
|
23641
|
+
|
23642
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23643
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23644
|
+
|
23645
|
+
|
23646
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23647
|
+
|
23648
|
+
|
23649
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23650
|
+
|
23651
|
+
|
23652
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23653
|
+
|
23654
|
+
|
23655
|
+
|
23656
|
+
|
23657
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23658
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23659
|
+
|
23660
|
+
|
23661
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23662
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23663
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23664
|
+
[1m[35mShoppe::Country Load (1.5ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
23665
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (62.1ms)
|
23666
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23667
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23668
|
+
Completed 200 OK in 111ms (Views: 107.3ms | ActiveRecord: 2.3ms)
|
23669
|
+
|
23670
|
+
|
23671
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23672
|
+
|
23673
|
+
|
23674
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23675
|
+
|
23676
|
+
|
23677
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23678
|
+
|
23679
|
+
|
23680
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23681
|
+
|
23682
|
+
|
23683
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23684
|
+
|
23685
|
+
|
23686
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23687
|
+
|
23688
|
+
|
23689
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23690
|
+
|
23691
|
+
|
23692
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23693
|
+
|
23694
|
+
|
23695
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23696
|
+
|
23697
|
+
|
23698
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23699
|
+
|
23700
|
+
|
23701
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23702
|
+
|
23703
|
+
|
23704
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23705
|
+
|
23706
|
+
|
23707
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:01 +0000
|
23708
|
+
|
23709
|
+
|
23710
|
+
Started GET "/shoppe/countries" for 127.0.0.1 at 2013-10-31 19:53:02 +0000
|
23711
|
+
Processing by Shoppe::CountriesController#index as HTML
|
23712
|
+
[1m[36mShoppe::User Load (0.3ms)[0m [1mSELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1[0m
|
23713
|
+
[1m[35mShoppe::Country Load (1.2ms)[0m SELECT `shoppe_countries`.* FROM `shoppe_countries` ORDER BY shoppe_countries.name asc
|
23714
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/countries/index.html.haml within layouts/shoppe/application (56.8ms)
|
23715
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'[0m
|
23716
|
+
[1m[35mShoppe::Setting Load (0.3ms)[0m SELECT `shoppe_settings`.* FROM `shoppe_settings`
|
23717
|
+
Completed 200 OK in 69ms (Views: 65.4ms | ActiveRecord: 2.1ms)
|
23718
|
+
|
23719
|
+
|
23720
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23721
|
+
|
23722
|
+
|
23723
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23724
|
+
|
23725
|
+
|
23726
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23727
|
+
|
23728
|
+
|
23729
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23730
|
+
|
23731
|
+
|
23732
|
+
|
23733
|
+
|
23734
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23735
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23736
|
+
|
23737
|
+
|
23738
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23739
|
+
|
23740
|
+
|
23741
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23742
|
+
|
23743
|
+
|
23744
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23745
|
+
|
23746
|
+
|
23747
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23748
|
+
|
23749
|
+
|
23750
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23751
|
+
|
23752
|
+
|
23753
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23754
|
+
|
23755
|
+
|
23756
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 19:53:03 +0000
|
23757
|
+
|
23758
|
+
|
23759
|
+
Started GET "/shoppe/orders" for 127.0.0.1 at 2013-10-31 20:57:25 +0000
|
23760
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
23761
|
+
Processing by Shoppe::OrdersController#index as HTML
|
23762
|
+
[1m[35mShoppe::User Load (0.3ms)[0m SELECT `shoppe_users`.* FROM `shoppe_users` WHERE `shoppe_users`.`id` = 1 LIMIT 1
|
23763
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `shoppe_orders` WHERE (received_at is not null) LIMIT 25 OFFSET 0) subquery_for_count[0m
|
23764
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE (received_at is not null)
|
23765
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `shoppe_orders` WHERE (received_at is not null) LIMIT 25 OFFSET 0) subquery_for_count[0m
|
23766
|
+
Rendered /Users/adam/Projects/shoppe/core/app/views/shoppe/orders/index.html.haml within layouts/shoppe/application (91.9ms)
|
23767
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `shoppe_orders` WHERE `shoppe_orders`.`status` = 'received'
|
23768
|
+
[1m[36mShoppe::Setting Load (0.3ms)[0m [1mSELECT `shoppe_settings`.* FROM `shoppe_settings`[0m
|
23769
|
+
Completed 200 OK in 292ms (Views: 226.2ms | ActiveRecord: 8.8ms)
|
23770
|
+
|
23771
|
+
|
23772
|
+
Started GET "/assets/shoppe/elements.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23773
|
+
|
23774
|
+
|
23775
|
+
Started GET "/assets/shoppe/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23776
|
+
|
23777
|
+
|
23778
|
+
Started GET "/assets/shoppe/chosen.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23779
|
+
|
23780
|
+
|
23781
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23782
|
+
|
23783
|
+
|
23784
|
+
Started GET "/assets/shoppe/mousetrap.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23785
|
+
|
23786
|
+
|
23787
|
+
Started GET "/assets/shoppe/jquery_ui.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23788
|
+
|
23789
|
+
|
23790
|
+
Started GET "/assets/nifty/dialog.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23791
|
+
|
23792
|
+
|
23793
|
+
Started GET "/assets/shoppe/application.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:26 +0000
|
23794
|
+
|
23795
|
+
|
23796
|
+
Started GET "/assets/shoppe/reset.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:28 +0000
|
23797
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
23798
|
+
|
23799
|
+
|
23800
|
+
Started GET "/assets/nifty/dialog.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:28 +0000
|
23801
|
+
|
23802
|
+
|
23803
|
+
Started GET "/assets/shoppe/application.css?body=1" for 127.0.0.1 at 2013-10-31 20:57:28 +0000
|
23804
|
+
|
23805
|
+
|
23806
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:28 +0000
|
23807
|
+
|
23808
|
+
|
23809
|
+
Started GET "/assets/shoppe/chosen.jquery.js?body=1" for 127.0.0.1 at 2013-10-31 20:57:28 +0000
|