In production i have this error :
Processing by Spree::OrdersController#edit as HTML
Loading data
[1;32mDeface:[0m 1 overrides found for 'spree/orders/edit'
[1;32mDeface:[0m 'promo_cart_coupon_code_field' matched 0 times with
'[data-hook='cart_buttons']'
Rendered
/home/peppe/.rvm/gems/ruby-1.9.2-p290/bundler/gems/spree-9fe5008aff3d/core/app/views/spree/shared/_error_messages.html.erb
(0.6ms)
Rendered spree/orders/_line_item.html.erb (224.1ms)
Rendered spree/orders/_line_item.html.erb (8.9ms)
Rendered spree/orders/_line_item.html.erb (9.3ms)
Rendered spree/orders/_form.html.erb (418.0ms)
Rendered spree/orders/edit.html.erb within
spree/layouts/spree_application (435.8ms)
Rendered
/home/peppe/.rvm/gems/ruby-1.9.2-p290/bundler/gems/spree_bootswatch_theme-d021ccb7100a/app/views/spree/shared/_head.html.erb
(2.1ms)
[1;32mDeface:[0m 1 overrides found for 'spree/layouts/spree_application'
[1;32mDeface:[0m 'add_analytics_header' matched 1 times with 'head'
[1;32mDeface: [ERROR][0m The original source for 'add_analytics_header'
has changed, this override should be reviewed to ensure it's still valid.
Completed 500 Internal Server Error in 686ms
ActionView::Template::Error (undefined local variable or method
`analytics_tags' for #<#<Class:0x000000090dd320>:0x00000008ffa020>):
4: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5: <%= render :partial => 'spree/shared/head' %><% if
Spree::Dash::Config.configured? %>
6: <script type="text/javascript" id="analytics">
7: var jirafe= <%= raw analytics_tags.to_json %>;
8: (function(){
9: var
d=document,g=d.createElement('script'),s=d.getElementsByTagName('script')[0];
10:
g.type='text/javascript',g.defer=g.async=true;g.src=d.location.protocol+'//c.jirafe.com/jirafe.js';
app/views/spree/layouts/spree_application.html.erb:7:in
`_1d39a1048da7604ecc8759b6826f01b1'
any help ?