spree_mercado_pago 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/services/mercado_pago/process_notification.rb +2 -1
- data/spec/dummy/log/development.log +1029 -0
- data/spec/dummy/log/test.log +20694 -0
- data/spec/dummy/tmp/cache/188/BF1/spree%2Fapp_configuration%2Fproducts_per_page +1 -0
- data/spec/dummy/tmp/cache/475/691/spree%2Fapp_configuration%2Fmax_level_in_taxons_menu +1 -0
- data/spec/dummy/tmp/cache/5EB/101/spree%2Fapp_configuration%2Fshow_products_without_price +1 -0
- data/spec/dummy/tmp/cache/D10/F70/spree%2Fapp_configuration%2Flayout +1 -0
- data/spec/dummy/tmp/cache/F01/FD0/spree%2Ffrontend_configuration%2Flocale +1 -1
- data/spec/dummy/tmp/cache/assets/development/sprockets/48222936630e2aa06c77d36ff3ff93b0 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c3ebdee45c86cc5ab23365f65bc6d439 +0 -0
- data/spec/services/mercado_pago/process_notification_spec.rb +3 -1
- metadata +14 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a240fc5dc1b9d316a87c648ddc3f7058e57a875f
|
4
|
+
data.tar.gz: 72a949165c9a211a00bf612c90f70a29bef51d67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71ba3f9fe5988ff378d56ae1b3d0949330a7b28fba56a0c6332cccfd73f6245cda7f43e12be49a208b3aca406edca3dae1b8609e7a5bf285a2f6a0e99d575c0b
|
7
|
+
data.tar.gz: f737437035f1a3e4ad847d3b7c385c3cd1c675ecce77b4207a4f50c9aae06b330e24c9e9498cede61db8650bcb8d1761ce647396b1645dca849219a3dbede639
|
@@ -34,7 +34,8 @@ module MercadoPago
|
|
34
34
|
end
|
35
35
|
|
36
36
|
def process!
|
37
|
-
|
37
|
+
# Fix: Payment method is an instance of Spree::PaymentMethod::MercadoPago not THE class
|
38
|
+
client = ::Spree::PaymentMethod::MercadoPago.first.provider
|
38
39
|
op_info = client.get_operation_info(notification.operation_id)["collection"]
|
39
40
|
|
40
41
|
if payment = Spree::Payment.where(identifier: op_info["external_reference"]).first
|
@@ -8475,3 +8475,1032 @@ Migrating to CreateSpreeMercadoPagoNotifications (20141204014784)
|
|
8475
8475
|
FROM sqlite_temp_master
|
8476
8476
|
WHERE name='index_spree_zones_on_default_tax' AND type='index'
|
8477
8477
|
|
8478
|
+
|
8479
|
+
|
8480
|
+
Started GET "/" for 127.0.0.1 at 2014-12-08 12:38:34 -0300
|
8481
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8482
|
+
Processing by Spree::HomeController#index as HTML
|
8483
|
+
[1m[35mSpree::Preference Load (0.1ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/frontend_configuration/locale' LIMIT 1
|
8484
|
+
[1m[36mSpree::Preference Load (0.2ms)[0m [1mSELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/products_per_page' LIMIT 1[0m
|
8485
|
+
[1m[35mSpree::Preference Load (0.2ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/show_products_without_price' LIMIT 1
|
8486
|
+
[1m[36mSpree::Preference Load (0.4ms)[0m [1mSELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/layout' LIMIT 1[0m
|
8487
|
+
[1m[35mSpree::Preference Load (0.2ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/max_level_in_taxons_menu' LIMIT 1
|
8488
|
+
[1m[36mSpree::Taxonomy Load (0.1ms)[0m [1mSELECT "spree_taxonomies".* FROM "spree_taxonomies" ORDER BY spree_taxonomies.position[0m
|
8489
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_taxonomies.html.erb (2.9ms)
|
8490
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:38:34.914590') AND ("spree_products".available_on <= '2014-12-08 15:38:34.919190') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8491
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT DISTINCT "spree_products"."id" FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_assets" ON "spree_assets"."viewable_id" = "spree_variants"."id" AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_type" = 'Spree::Variant' WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:38:34.914590') AND ("spree_products".available_on <= '2014-12-08 15:38:34.919190') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0[0m
|
8492
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:38:34.914590') AND ("spree_products".available_on <= '2014-12-08 15:38:34.919190') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD'
|
8493
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:38:34.914590') AND ("spree_products".available_on <= '2014-12-08 15:38:34.919190') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count[0m
|
8494
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:38:34.914590') AND ("spree_products".available_on <= '2014-12-08 15:38:34.919190') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8495
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_products.html.erb (37.7ms)
|
8496
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/home/index.html.erb within spree/layouts/spree_application (180.4ms)
|
8497
|
+
[1m[36mSpree::Store Load (0.1ms)[0m [1mSELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1[0m
|
8498
|
+
[1m[35mSpree::Store Load (0.1ms)[0m SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
|
8499
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb (51.9ms)
|
8500
|
+
Completed 500 Internal Server Error in 491ms
|
8501
|
+
|
8502
|
+
ActionView::Template::Error (couldn't find file 'spree/frontend/spree_mercado_pago'
|
8503
|
+
(in /Users/manu/src/spree_mercado_pago/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css:8)):
|
8504
|
+
5: <%== meta_data_tags %>
|
8505
|
+
6: <%= canonical_tag(current_store.url) %>
|
8506
|
+
7: <%= favicon_link_tag 'favicon.ico' %>
|
8507
|
+
8: <%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %>
|
8508
|
+
9: <%= csrf_meta_tags %>
|
8509
|
+
10: <%= javascript_include_tag 'spree/frontend/all' %>
|
8510
|
+
11: <!--[if lt IE 9]>
|
8511
|
+
sprockets (2.11.3) lib/sprockets/context.rb:106:in `resolve'
|
8512
|
+
sprockets (2.11.3) lib/sprockets/context.rb:146:in `require_asset'
|
8513
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
8514
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
8515
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `each'
|
8516
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
8517
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
8518
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
8519
|
+
sprockets (2.11.3) lib/sprockets/context.rb:197:in `block in evaluate'
|
8520
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `each'
|
8521
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `evaluate'
|
8522
|
+
sprockets (2.11.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
8523
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `new'
|
8524
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
8525
|
+
sprockets (2.11.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
8526
|
+
sprockets (2.11.3) lib/sprockets/base.rb:373:in `build_asset'
|
8527
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8528
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8529
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8530
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8531
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8532
|
+
sprockets (2.11.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
8533
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `new'
|
8534
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `build_asset'
|
8535
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8536
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8537
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8538
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8539
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8540
|
+
sprockets (2.11.3) lib/sprockets/environment.rb:75:in `find_asset'
|
8541
|
+
sprockets (2.11.3) lib/sprockets/base.rb:295:in `[]'
|
8542
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
8543
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
8544
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
8545
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `map'
|
8546
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
8547
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb:8:in `_ba9641b42fba1225d2027bcc495f3f69'
|
8548
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8549
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8550
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8551
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8552
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8553
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
8554
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
8555
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
8556
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
8557
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
8558
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
8559
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
8560
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
8561
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
8562
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:21:in `render'
|
8563
|
+
actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:32:in `render'
|
8564
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/layouts/spree_application.html.erb:8:in `_c70c0f3b3b2df3c86e53f674b5b526a5'
|
8565
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8566
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8567
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8568
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8569
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8570
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
8571
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
8572
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
8573
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
8574
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
|
8575
|
+
actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
|
8576
|
+
actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
8577
|
+
actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
|
8578
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
8579
|
+
actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
8580
|
+
actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
|
8581
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
|
8582
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
8583
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
8584
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
8585
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
8586
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
8587
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
8588
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
8589
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
8590
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
8591
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
8592
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
|
8593
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
8594
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
8595
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
8596
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
8597
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8598
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8599
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8600
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
|
8601
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
8602
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8603
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8604
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
|
8605
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
|
8606
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8607
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8608
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8609
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8610
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
|
8611
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
8612
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
8613
|
+
actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
8614
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
8615
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
8616
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
8617
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
8618
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
8619
|
+
actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
8620
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
8621
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
|
8622
|
+
actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
|
8623
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
|
8624
|
+
actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
8625
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
|
8626
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
8627
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
8628
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
8629
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
8630
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
8631
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
8632
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
8633
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
8634
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
|
8635
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
|
8636
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
8637
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
8638
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
8639
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
8640
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
8641
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
8642
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
8643
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
8644
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
8645
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
8646
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
8647
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
8648
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
8649
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
8650
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
8651
|
+
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
|
8652
|
+
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
8653
|
+
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
|
8654
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
8655
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
8656
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
8657
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
8658
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
8659
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
8660
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
8661
|
+
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
|
8662
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
|
8663
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
8664
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
8665
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
8666
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
|
8667
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
8668
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
8669
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
8670
|
+
activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
8671
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
8672
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
|
8673
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
8674
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
8675
|
+
railties (4.1.6) lib/rails/application.rb:144:in `call'
|
8676
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
8677
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
8678
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
8679
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
8680
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
8681
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
8682
|
+
|
8683
|
+
|
8684
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
8685
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
8686
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (101.2ms)
|
8687
|
+
|
8688
|
+
|
8689
|
+
Started GET "/" for 127.0.0.1 at 2014-12-08 12:39:36 -0300
|
8690
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8691
|
+
Processing by Spree::HomeController#index as HTML
|
8692
|
+
[1m[35mSpree::Preference Load (0.1ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/frontend_configuration/locale' LIMIT 1
|
8693
|
+
[1m[36mSpree::Taxonomy Load (0.2ms)[0m [1mSELECT "spree_taxonomies".* FROM "spree_taxonomies" ORDER BY spree_taxonomies.position[0m
|
8694
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_taxonomies.html.erb (1.4ms)
|
8695
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:39:36.879978') AND ("spree_products".available_on <= '2014-12-08 15:39:36.882628') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8696
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT DISTINCT "spree_products"."id" FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_assets" ON "spree_assets"."viewable_id" = "spree_variants"."id" AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_type" = 'Spree::Variant' WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:39:36.879978') AND ("spree_products".available_on <= '2014-12-08 15:39:36.882628') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0[0m
|
8697
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:39:36.879978') AND ("spree_products".available_on <= '2014-12-08 15:39:36.882628') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD'
|
8698
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:39:36.879978') AND ("spree_products".available_on <= '2014-12-08 15:39:36.882628') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count[0m
|
8699
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:39:36.879978') AND ("spree_products".available_on <= '2014-12-08 15:39:36.882628') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8700
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_products.html.erb (42.1ms)
|
8701
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/home/index.html.erb within spree/layouts/spree_application (144.3ms)
|
8702
|
+
[1m[36mSpree::Store Load (0.2ms)[0m [1mSELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1[0m
|
8703
|
+
[1m[35mSpree::Store Load (0.1ms)[0m SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
|
8704
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb (51.7ms)
|
8705
|
+
Completed 500 Internal Server Error in 377ms
|
8706
|
+
|
8707
|
+
ActionView::Template::Error (couldn't find file 'spree/frontend/spree_mercado_pago'
|
8708
|
+
(in /Users/manu/src/spree_mercado_pago/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css:8)):
|
8709
|
+
5: <%== meta_data_tags %>
|
8710
|
+
6: <%= canonical_tag(current_store.url) %>
|
8711
|
+
7: <%= favicon_link_tag 'favicon.ico' %>
|
8712
|
+
8: <%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %>
|
8713
|
+
9: <%= csrf_meta_tags %>
|
8714
|
+
10: <%= javascript_include_tag 'spree/frontend/all' %>
|
8715
|
+
11: <!--[if lt IE 9]>
|
8716
|
+
sprockets (2.11.3) lib/sprockets/context.rb:106:in `resolve'
|
8717
|
+
sprockets (2.11.3) lib/sprockets/context.rb:146:in `require_asset'
|
8718
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
8719
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
8720
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `each'
|
8721
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
8722
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
8723
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
8724
|
+
sprockets (2.11.3) lib/sprockets/context.rb:197:in `block in evaluate'
|
8725
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `each'
|
8726
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `evaluate'
|
8727
|
+
sprockets (2.11.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
8728
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `new'
|
8729
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
8730
|
+
sprockets (2.11.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
8731
|
+
sprockets (2.11.3) lib/sprockets/base.rb:373:in `build_asset'
|
8732
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8733
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8734
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8735
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8736
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8737
|
+
sprockets (2.11.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
8738
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `new'
|
8739
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `build_asset'
|
8740
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8741
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8742
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8743
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8744
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8745
|
+
sprockets (2.11.3) lib/sprockets/environment.rb:75:in `find_asset'
|
8746
|
+
sprockets (2.11.3) lib/sprockets/base.rb:295:in `[]'
|
8747
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
8748
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
8749
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
8750
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `map'
|
8751
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
8752
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb:8:in `_94dea133b0954eb34ddaef15f51bfbaa'
|
8753
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8754
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8755
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8756
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8757
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8758
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
8759
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
8760
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
8761
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
8762
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
8763
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
8764
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
8765
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
8766
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
8767
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:21:in `render'
|
8768
|
+
actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:32:in `render'
|
8769
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/layouts/spree_application.html.erb:8:in `_fa616d94de1003ccbdc8d7a2a064ec0d'
|
8770
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8771
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8772
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8773
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8774
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8775
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
8776
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
8777
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
8778
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
8779
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
|
8780
|
+
actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
|
8781
|
+
actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
8782
|
+
actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
|
8783
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
8784
|
+
actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
8785
|
+
actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
|
8786
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
|
8787
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
8788
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
8789
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
8790
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
8791
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
8792
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
8793
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
8794
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
8795
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
8796
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
8797
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
|
8798
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
8799
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
8800
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
8801
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
8802
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8803
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8804
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8805
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
|
8806
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
8807
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8808
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8809
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
|
8810
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
|
8811
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8812
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8813
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
8814
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
8815
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
|
8816
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
8817
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
8818
|
+
actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
8819
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
8820
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
8821
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
8822
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
8823
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
8824
|
+
actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
8825
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
8826
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
|
8827
|
+
actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
|
8828
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
|
8829
|
+
actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
8830
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
|
8831
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
8832
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
8833
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
8834
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
8835
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
8836
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
8837
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
8838
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
8839
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
|
8840
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
|
8841
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
8842
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
8843
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
8844
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
8845
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
8846
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
8847
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
8848
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
8849
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
8850
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
8851
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
8852
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
8853
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
8854
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
8855
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
8856
|
+
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
|
8857
|
+
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
8858
|
+
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
|
8859
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
8860
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
8861
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
8862
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
8863
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
8864
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
8865
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
8866
|
+
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
|
8867
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
|
8868
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
8869
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
8870
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
8871
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
|
8872
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
8873
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
8874
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
8875
|
+
activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
8876
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
8877
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
|
8878
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
8879
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
8880
|
+
railties (4.1.6) lib/rails/application.rb:144:in `call'
|
8881
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
8882
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
8883
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
8884
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
8885
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
8886
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
8887
|
+
|
8888
|
+
|
8889
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
8890
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
8891
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (100.5ms)
|
8892
|
+
|
8893
|
+
|
8894
|
+
Started GET "/" for 127.0.0.1 at 2014-12-08 12:40:14 -0300
|
8895
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
8896
|
+
Processing by Spree::HomeController#index as HTML
|
8897
|
+
[1m[35mSpree::Preference Load (0.1ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/frontend_configuration/locale' LIMIT 1
|
8898
|
+
[1m[36mSpree::Taxonomy Load (0.2ms)[0m [1mSELECT "spree_taxonomies".* FROM "spree_taxonomies" ORDER BY spree_taxonomies.position[0m
|
8899
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_taxonomies.html.erb (1.5ms)
|
8900
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:40:15.140055') AND ("spree_products".available_on <= '2014-12-08 15:40:15.142791') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8901
|
+
[1m[36mSQL (0.3ms)[0m [1mSELECT DISTINCT "spree_products"."id" FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_assets" ON "spree_assets"."viewable_id" = "spree_variants"."id" AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_type" = 'Spree::Variant' WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:40:15.140055') AND ("spree_products".available_on <= '2014-12-08 15:40:15.142791') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0[0m
|
8902
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:40:15.140055') AND ("spree_products".available_on <= '2014-12-08 15:40:15.142791') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD'
|
8903
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:40:15.140055') AND ("spree_products".available_on <= '2014-12-08 15:40:15.142791') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count[0m
|
8904
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:40:15.140055') AND ("spree_products".available_on <= '2014-12-08 15:40:15.142791') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
8905
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_products.html.erb (44.7ms)
|
8906
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/home/index.html.erb within spree/layouts/spree_application (147.8ms)
|
8907
|
+
[1m[36mSpree::Store Load (0.1ms)[0m [1mSELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1[0m
|
8908
|
+
[1m[35mSpree::Store Load (0.1ms)[0m SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
|
8909
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb (45.8ms)
|
8910
|
+
Completed 500 Internal Server Error in 375ms
|
8911
|
+
|
8912
|
+
ActionView::Template::Error (couldn't find file 'spree/frontend/spree_mercado_pago'
|
8913
|
+
(in /Users/manu/src/spree_mercado_pago/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css:8)):
|
8914
|
+
5: <%== meta_data_tags %>
|
8915
|
+
6: <%= canonical_tag(current_store.url) %>
|
8916
|
+
7: <%= favicon_link_tag 'favicon.ico' %>
|
8917
|
+
8: <%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %>
|
8918
|
+
9: <%= csrf_meta_tags %>
|
8919
|
+
10: <%= javascript_include_tag 'spree/frontend/all' %>
|
8920
|
+
11: <!--[if lt IE 9]>
|
8921
|
+
sprockets (2.11.3) lib/sprockets/context.rb:106:in `resolve'
|
8922
|
+
sprockets (2.11.3) lib/sprockets/context.rb:146:in `require_asset'
|
8923
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
8924
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
8925
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `each'
|
8926
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
8927
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
8928
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
8929
|
+
sprockets (2.11.3) lib/sprockets/context.rb:197:in `block in evaluate'
|
8930
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `each'
|
8931
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `evaluate'
|
8932
|
+
sprockets (2.11.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
8933
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `new'
|
8934
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
8935
|
+
sprockets (2.11.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
8936
|
+
sprockets (2.11.3) lib/sprockets/base.rb:373:in `build_asset'
|
8937
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8938
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8939
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8940
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8941
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8942
|
+
sprockets (2.11.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
8943
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `new'
|
8944
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `build_asset'
|
8945
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
8946
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
8947
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
8948
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
8949
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
8950
|
+
sprockets (2.11.3) lib/sprockets/environment.rb:75:in `find_asset'
|
8951
|
+
sprockets (2.11.3) lib/sprockets/base.rb:295:in `[]'
|
8952
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
8953
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
8954
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
8955
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `map'
|
8956
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
8957
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb:8:in `_c0abce300ca15f54c74c7c517cf1df38'
|
8958
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8959
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8960
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8961
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8962
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8963
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
8964
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
8965
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
8966
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
8967
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
8968
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
8969
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
8970
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
8971
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
8972
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:21:in `render'
|
8973
|
+
actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:32:in `render'
|
8974
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/layouts/spree_application.html.erb:8:in `_b69906abfc710edc42ddb5f69dd750a9'
|
8975
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
8976
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
8977
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
8978
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
8979
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
8980
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
8981
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
8982
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
8983
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
8984
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
|
8985
|
+
actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
|
8986
|
+
actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
8987
|
+
actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
|
8988
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
8989
|
+
actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
8990
|
+
actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
|
8991
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
|
8992
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
8993
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
8994
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
8995
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
8996
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
8997
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
8998
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
8999
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
9000
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
9001
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
9002
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
|
9003
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
9004
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
9005
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9006
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9007
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9008
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9009
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9010
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
|
9011
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
9012
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9013
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9014
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
|
9015
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
|
9016
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9017
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9018
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9019
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9020
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
|
9021
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
9022
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
9023
|
+
actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
9024
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
9025
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
9026
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9027
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
9028
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
9029
|
+
actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
9030
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
9031
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
|
9032
|
+
actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
|
9033
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
|
9034
|
+
actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
9035
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
|
9036
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
9037
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
9038
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
9039
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9040
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9041
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9042
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9043
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9044
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
|
9045
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
|
9046
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9047
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9048
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9049
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9050
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
9051
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
9052
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
9053
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
9054
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
9055
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
9056
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
9057
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
9058
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
9059
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
9060
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
9061
|
+
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
|
9062
|
+
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
9063
|
+
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
|
9064
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9065
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
9066
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9067
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9068
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
9069
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9070
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9071
|
+
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
|
9072
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
|
9073
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9074
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9075
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9076
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
|
9077
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9078
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
9079
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
9080
|
+
activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
9081
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9082
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
|
9083
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
9084
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9085
|
+
railties (4.1.6) lib/rails/application.rb:144:in `call'
|
9086
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9087
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
9088
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
9089
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9090
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9091
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9092
|
+
|
9093
|
+
|
9094
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
|
9095
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
9096
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (107.8ms)
|
9097
|
+
|
9098
|
+
|
9099
|
+
Started GET "/" for 127.0.0.1 at 2014-12-08 12:46:28 -0300
|
9100
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9101
|
+
Processing by Spree::HomeController#index as HTML
|
9102
|
+
[1m[35mSpree::Preference Load (0.1ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/frontend_configuration/locale' LIMIT 1
|
9103
|
+
[1m[36mSpree::Taxonomy Load (0.2ms)[0m [1mSELECT "spree_taxonomies".* FROM "spree_taxonomies" ORDER BY spree_taxonomies.position[0m
|
9104
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_taxonomies.html.erb (1.5ms)
|
9105
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:46:28.751966') AND ("spree_products".available_on <= '2014-12-08 15:46:28.754901') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
9106
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT DISTINCT "spree_products"."id" FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_assets" ON "spree_assets"."viewable_id" = "spree_variants"."id" AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_type" = 'Spree::Variant' WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:46:28.751966') AND ("spree_products".available_on <= '2014-12-08 15:46:28.754901') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0[0m
|
9107
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:46:28.751966') AND ("spree_products".available_on <= '2014-12-08 15:46:28.754901') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD'
|
9108
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:46:28.751966') AND ("spree_products".available_on <= '2014-12-08 15:46:28.754901') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count[0m
|
9109
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:46:28.751966') AND ("spree_products".available_on <= '2014-12-08 15:46:28.754901') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
9110
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_products.html.erb (39.6ms)
|
9111
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/home/index.html.erb within spree/layouts/spree_application (142.5ms)
|
9112
|
+
[1m[36mSpree::Store Load (0.2ms)[0m [1mSELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1[0m
|
9113
|
+
[1m[35mSpree::Store Load (0.1ms)[0m SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
|
9114
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb (51.5ms)
|
9115
|
+
Completed 500 Internal Server Error in 383ms
|
9116
|
+
|
9117
|
+
ActionView::Template::Error (couldn't find file 'spree/frontend/spree_mercado_pago'
|
9118
|
+
(in /Users/manu/src/spree_mercado_pago/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css:8)):
|
9119
|
+
5: <%== meta_data_tags %>
|
9120
|
+
6: <%= canonical_tag(current_store.url) %>
|
9121
|
+
7: <%= favicon_link_tag 'favicon.ico' %>
|
9122
|
+
8: <%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %>
|
9123
|
+
9: <%= csrf_meta_tags %>
|
9124
|
+
10: <%= javascript_include_tag 'spree/frontend/all' %>
|
9125
|
+
11: <!--[if lt IE 9]>
|
9126
|
+
sprockets (2.11.3) lib/sprockets/context.rb:106:in `resolve'
|
9127
|
+
sprockets (2.11.3) lib/sprockets/context.rb:146:in `require_asset'
|
9128
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
9129
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
9130
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `each'
|
9131
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
9132
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
9133
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
9134
|
+
sprockets (2.11.3) lib/sprockets/context.rb:197:in `block in evaluate'
|
9135
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `each'
|
9136
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `evaluate'
|
9137
|
+
sprockets (2.11.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
9138
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `new'
|
9139
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
9140
|
+
sprockets (2.11.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
9141
|
+
sprockets (2.11.3) lib/sprockets/base.rb:373:in `build_asset'
|
9142
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
9143
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
9144
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
9145
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
9146
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
9147
|
+
sprockets (2.11.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
9148
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `new'
|
9149
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `build_asset'
|
9150
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
9151
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
9152
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
9153
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
9154
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
9155
|
+
sprockets (2.11.3) lib/sprockets/environment.rb:75:in `find_asset'
|
9156
|
+
sprockets (2.11.3) lib/sprockets/base.rb:295:in `[]'
|
9157
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
9158
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
9159
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
9160
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `map'
|
9161
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
9162
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb:8:in `_bed2e9e038374bc066b5ceb511e5fc4c'
|
9163
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
9164
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
9165
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
9166
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
9167
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
9168
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
9169
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
9170
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
9171
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
9172
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9173
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
9174
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
9175
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
9176
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
9177
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:21:in `render'
|
9178
|
+
actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:32:in `render'
|
9179
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/layouts/spree_application.html.erb:8:in `_4bb9d254e492dd961e723360e447fdc7'
|
9180
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
9181
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
9182
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
9183
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
9184
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
9185
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
9186
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
9187
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
9188
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
9189
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
|
9190
|
+
actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
|
9191
|
+
actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
9192
|
+
actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
|
9193
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
9194
|
+
actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
9195
|
+
actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
|
9196
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
|
9197
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
9198
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
9199
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
9200
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
9201
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
9202
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
9203
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
9204
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
9205
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
9206
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
9207
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
|
9208
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
9209
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
9210
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9211
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9212
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9213
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9214
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9215
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
|
9216
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
9217
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9218
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9219
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
|
9220
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
|
9221
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9222
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9223
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9224
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9225
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
|
9226
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
9227
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
9228
|
+
actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
9229
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
9230
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
9231
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9232
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
9233
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
9234
|
+
actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
9235
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
9236
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
|
9237
|
+
actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
|
9238
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
|
9239
|
+
actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
9240
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
|
9241
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
9242
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
9243
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
9244
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9245
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9246
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9247
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9248
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9249
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
|
9250
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
|
9251
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9252
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9253
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9254
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9255
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
9256
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
9257
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
9258
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
9259
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
9260
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
9261
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
9262
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
9263
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
9264
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
9265
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
9266
|
+
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
|
9267
|
+
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
9268
|
+
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
|
9269
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9270
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
9271
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9272
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9273
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
9274
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9275
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9276
|
+
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
|
9277
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
|
9278
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9279
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9280
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9281
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
|
9282
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9283
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
9284
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
9285
|
+
activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
9286
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9287
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
|
9288
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
9289
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9290
|
+
railties (4.1.6) lib/rails/application.rb:144:in `call'
|
9291
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9292
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
9293
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
9294
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9295
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9296
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9297
|
+
|
9298
|
+
|
9299
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
9300
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
9301
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (99.5ms)
|
9302
|
+
|
9303
|
+
|
9304
|
+
Started GET "/" for 127.0.0.1 at 2014-12-08 12:47:17 -0300
|
9305
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9306
|
+
Processing by Spree::HomeController#index as HTML
|
9307
|
+
[1m[35mSpree::Preference Load (0.1ms)[0m SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/frontend_configuration/locale' LIMIT 1
|
9308
|
+
[1m[36mSpree::Taxonomy Load (0.2ms)[0m [1mSELECT "spree_taxonomies".* FROM "spree_taxonomies" ORDER BY spree_taxonomies.position[0m
|
9309
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_taxonomies.html.erb (1.5ms)
|
9310
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:47:18.288728') AND ("spree_products".available_on <= '2014-12-08 15:47:18.291470') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
9311
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT DISTINCT "spree_products"."id" FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_assets" ON "spree_assets"."viewable_id" = "spree_variants"."id" AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_type" = 'Spree::Variant' WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:47:18.288728') AND ("spree_products".available_on <= '2014-12-08 15:47:18.291470') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0[0m
|
9312
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:47:18.288728') AND ("spree_products".available_on <= '2014-12-08 15:47:18.291470') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD'
|
9313
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:47:18.288728') AND ("spree_products".available_on <= '2014-12-08 15:47:18.291470') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count[0m
|
9314
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "spree_products" INNER JOIN "spree_variants" ON "spree_variants"."product_id" = "spree_products"."id" AND "spree_variants"."is_master" = 't' AND "spree_variants"."deleted_at" IS NULL INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL WHERE "spree_products"."deleted_at" IS NULL AND ("spree_products".deleted_at IS NULL or "spree_products".deleted_at >= '2014-12-08 15:47:18.288728') AND ("spree_products".available_on <= '2014-12-08 15:47:18.291470') AND (spree_prices.amount IS NOT NULL) AND "spree_prices"."currency" = 'USD' LIMIT 12 OFFSET 0) subquery_for_count
|
9315
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_products.html.erb (56.9ms)
|
9316
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/home/index.html.erb within spree/layouts/spree_application (152.9ms)
|
9317
|
+
[1m[36mSpree::Store Load (0.1ms)[0m [1mSELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1[0m
|
9318
|
+
[1m[35mSpree::Store Load (0.1ms)[0m SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
|
9319
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb (46.2ms)
|
9320
|
+
Completed 500 Internal Server Error in 387ms
|
9321
|
+
|
9322
|
+
ActionView::Template::Error (couldn't find file 'spree/frontend/spree_mercado_pago'
|
9323
|
+
(in /Users/manu/src/spree_mercado_pago/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css:8)):
|
9324
|
+
5: <%== meta_data_tags %>
|
9325
|
+
6: <%= canonical_tag(current_store.url) %>
|
9326
|
+
7: <%= favicon_link_tag 'favicon.ico' %>
|
9327
|
+
8: <%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %>
|
9328
|
+
9: <%= csrf_meta_tags %>
|
9329
|
+
10: <%= javascript_include_tag 'spree/frontend/all' %>
|
9330
|
+
11: <!--[if lt IE 9]>
|
9331
|
+
sprockets (2.11.3) lib/sprockets/context.rb:106:in `resolve'
|
9332
|
+
sprockets (2.11.3) lib/sprockets/context.rb:146:in `require_asset'
|
9333
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
9334
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
9335
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `each'
|
9336
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
9337
|
+
sprockets (2.11.3) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
9338
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
9339
|
+
sprockets (2.11.3) lib/sprockets/context.rb:197:in `block in evaluate'
|
9340
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `each'
|
9341
|
+
sprockets (2.11.3) lib/sprockets/context.rb:194:in `evaluate'
|
9342
|
+
sprockets (2.11.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
9343
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `new'
|
9344
|
+
sprockets (2.11.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
9345
|
+
sprockets (2.11.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
9346
|
+
sprockets (2.11.3) lib/sprockets/base.rb:373:in `build_asset'
|
9347
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
9348
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
9349
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
9350
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
9351
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
9352
|
+
sprockets (2.11.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
9353
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `new'
|
9354
|
+
sprockets (2.11.3) lib/sprockets/base.rb:377:in `build_asset'
|
9355
|
+
sprockets (2.11.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
9356
|
+
sprockets (2.11.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
9357
|
+
sprockets (2.11.3) lib/sprockets/index.rb:93:in `build_asset'
|
9358
|
+
sprockets (2.11.3) lib/sprockets/base.rb:287:in `find_asset'
|
9359
|
+
sprockets (2.11.3) lib/sprockets/index.rb:61:in `find_asset'
|
9360
|
+
sprockets (2.11.3) lib/sprockets/environment.rb:75:in `find_asset'
|
9361
|
+
sprockets (2.11.3) lib/sprockets/base.rb:295:in `[]'
|
9362
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
9363
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
9364
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
9365
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `map'
|
9366
|
+
sprockets-rails (2.2.0) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
9367
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/shared/_head.html.erb:8:in `_0a26af56ec99f97b5eedfe91663521eb'
|
9368
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
9369
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
9370
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
9371
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
9372
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
9373
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
9374
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
9375
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
9376
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
9377
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9378
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
9379
|
+
actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
9380
|
+
actionview (4.1.6) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
9381
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
9382
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:21:in `render'
|
9383
|
+
actionview (4.1.6) lib/action_view/helpers/rendering_helper.rb:32:in `render'
|
9384
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/spree-b9f7cfec4d41/frontend/app/views/spree/layouts/spree_application.html.erb:8:in `_c05bc9f6f8f66e21ca9201b588fe69d1'
|
9385
|
+
actionview (4.1.6) lib/action_view/template.rb:145:in `block in render'
|
9386
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:161:in `instrument'
|
9387
|
+
actionview (4.1.6) lib/action_view/template.rb:339:in `instrument'
|
9388
|
+
actionview (4.1.6) lib/action_view/template.rb:143:in `render'
|
9389
|
+
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
|
9390
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
9391
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
9392
|
+
actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
9393
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
9394
|
+
actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
|
9395
|
+
actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
|
9396
|
+
actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
9397
|
+
actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
|
9398
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
9399
|
+
actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
9400
|
+
actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
|
9401
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
|
9402
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
9403
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
9404
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
9405
|
+
activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
9406
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
9407
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
9408
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
9409
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
9410
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
9411
|
+
actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
9412
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
|
9413
|
+
actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
9414
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
9415
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9416
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
|
9417
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9418
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9419
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9420
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
|
9421
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
9422
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9423
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9424
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
|
9425
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
|
9426
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9427
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9428
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
|
9429
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
|
9430
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
|
9431
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
9432
|
+
actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
9433
|
+
actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
9434
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
9435
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
|
9436
|
+
activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9437
|
+
activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
|
9438
|
+
actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
9439
|
+
actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
9440
|
+
activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
9441
|
+
actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
|
9442
|
+
actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
|
9443
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
|
9444
|
+
actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
9445
|
+
actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
|
9446
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
9447
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
9448
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
9449
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9450
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9451
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9452
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9453
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9454
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
|
9455
|
+
railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
|
9456
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
|
9457
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
|
9458
|
+
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
|
9459
|
+
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
9460
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
9461
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
9462
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
9463
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
9464
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
9465
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
9466
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
9467
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
9468
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
9469
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
9470
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
9471
|
+
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
|
9472
|
+
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
9473
|
+
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
|
9474
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9475
|
+
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
9476
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9477
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9478
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
9479
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9480
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9481
|
+
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
|
9482
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
|
9483
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9484
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9485
|
+
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9486
|
+
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
|
9487
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9488
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
9489
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
9490
|
+
activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
9491
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9492
|
+
actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
|
9493
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
9494
|
+
railties (4.1.6) lib/rails/engine.rb:514:in `call'
|
9495
|
+
railties (4.1.6) lib/rails/application.rb:144:in `call'
|
9496
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
9497
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
9498
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
9499
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9500
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9501
|
+
/Users/manu/.rbenv/versions/2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9502
|
+
|
9503
|
+
|
9504
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
9505
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
9506
|
+
Rendered /Users/manu/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (98.9ms)
|