spree 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spree might be problematic. Click here for more details.
- data/CHANGELOG +5 -0
- data/Rakefile +56 -1
- data/config/boot.rb +4 -4
- data/config/database.yml +9 -36
- data/config/environment.rb +1 -1
- data/db/schema.rb +9 -9
- data/lib/spree.rb +1 -1
- data/lib/tasks/consistency.rake +1 -1
- data/lib/tasks/database.rake +1 -1
- data/public/assets/layouts/6/original/Picture_1.png +0 -0
- data/public/images/flags/dk.png +0 -0
- data/public/stylesheets/compiled/buttons.css +70 -0
- data/public/stylesheets/compiled/cart.css +69 -0
- data/public/stylesheets/compiled/checkout.css +79 -0
- data/public/stylesheets/compiled/colors.css +0 -0
- data/public/stylesheets/compiled/compare_products.css +14 -0
- data/public/stylesheets/compiled/layout.css +79 -0
- data/public/stylesheets/compiled/messages.css +69 -0
- data/public/stylesheets/compiled/mixins.css +0 -0
- data/public/stylesheets/compiled/navigation.css +69 -0
- data/public/stylesheets/compiled/prices.css +81 -0
- data/public/stylesheets/compiled/product_detail.css +78 -0
- data/public/stylesheets/compiled/product_thumbnail.css +69 -0
- data/public/stylesheets/compiled/registration.css +69 -0
- data/public/stylesheets/compiled/screen.css +1 -1
- data/public/stylesheets/sass/_buttons.sass +2 -2
- data/public/stylesheets/sass/_checkout.sass +1 -1
- data/public/stylesheets/sass/_layout.sass +3 -3
- data/public/stylesheets/sass/_mixins.sass +1 -1
- data/public/stylesheets/sass/_navigation.sass +4 -4
- data/public/stylesheets/sass/_product_thumbnail.sass +2 -2
- data/public/stylesheets/sass/_registration.sass +9 -0
- metadata +214 -602
- data/lib/tasks/release.rake +0 -114
- data/public/javascripts/calendar_date_select/format_db.js +0 -27
- data/public/javascripts/calendar_date_select/format_euro_24hr_ymd.js +0 -7
- data/public/javascripts/calendar_date_select/format_iso_date.js +0 -46
- data/public/javascripts/calendar_date_select/locale/de.js +0 -11
- data/public/javascripts/calendar_date_select/locale/fi.js +0 -10
- data/public/javascripts/calendar_date_select/locale/fr.js +0 -10
- data/public/javascripts/calendar_date_select/locale/pl.js +0 -10
- data/public/javascripts/calendar_date_select/locale/pt.js +0 -11
- data/public/javascripts/calendar_date_select/locale/ru.js +0 -10
| 
            File without changes
         | 
| @@ -0,0 +1,14 @@ | |
| 1 | 
            +
            table th {
         | 
| 2 | 
            +
              background: #DDD;
         | 
| 3 | 
            +
              padding: 10px;
         | 
| 4 | 
            +
              text-align: right;
         | 
| 5 | 
            +
              border: 1px solid #DDD; }
         | 
| 6 | 
            +
            table td {
         | 
| 7 | 
            +
              border: 1px solid #DDD;
         | 
| 8 | 
            +
              text-align: center; }
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            .compare-button {
         | 
| 11 | 
            +
              border: none;
         | 
| 12 | 
            +
              background: url('/images/compare_products/compare.jpg') no-repeat top left;
         | 
| 13 | 
            +
              width: 60px;
         | 
| 14 | 
            +
              color: transparent; }
         | 
| @@ -0,0 +1,79 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined mixin 'leftie'.
         | 
| 3 | 
            +
            on line 5 of /Users/schof/open_source/spree/public/stylesheets/sass/layout.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            1: body
         | 
| 6 | 
            +
            2:   :margin-top 10px
         | 
| 7 | 
            +
            3:   :background #fff url(/images/body-back.png) top left repeat-x
         | 
| 8 | 
            +
            4:   div.left
         | 
| 9 | 
            +
            5:     +leftie
         | 
| 10 | 
            +
            6:   div.right
         | 
| 11 | 
            +
            7:     +rightie
         | 
| 12 | 
            +
            8:   a
         | 
| 13 | 
            +
            9:     :outline none
         | 
| 14 | 
            +
            10: 
         | 
| 15 | 
            +
            11: #wrapper
         | 
| 16 | 
            +
             | 
| 17 | 
            +
             | 
| 18 | 
            +
            Backtrace:
         | 
| 19 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/layout.sass:5
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 40 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 41 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 42 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 43 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 49 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 50 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 51 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 52 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 53 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 54 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 55 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 56 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 57 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 58 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 59 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 60 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 61 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 62 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 64 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 65 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 66 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 67 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 68 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 69 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 70 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 71 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 72 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 73 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 74 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 75 | 
            +
            */
         | 
| 76 | 
            +
            body:before {
         | 
| 77 | 
            +
              white-space: pre;
         | 
| 78 | 
            +
              font-family: monospace;
         | 
| 79 | 
            +
              content: "Sass::SyntaxError: Undefined mixin 'leftie'.\A on line 5 of /Users/schof/open_source/spree/public/stylesheets/sass/layout.sass\A \A 1: body\A 2:   :margin-top 10px\A 3:   :background #fff url(/images/body-back.png) top left repeat-x\A 4:   div.left\A 5:     +leftie\A 6:   div.right\A 7:     +rightie\A 8:   a\A 9:     :outline none\A 10: \A 11: #wrapper\A "; }
         | 
| @@ -0,0 +1,69 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined mixin 'round_corners'.
         | 
| 3 | 
            +
            on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/messages.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            1: .flash
         | 
| 6 | 
            +
            2:   +round_corners
         | 
| 7 | 
            +
            3:   &.notice,&.errors
         | 
| 8 | 
            +
            4:     :font-size 1.3em
         | 
| 9 | 
            +
            5:     :margin-bottom 1em
         | 
| 10 | 
            +
            6:     :padding 0.8em
         | 
| 11 | 
            +
            7:   &.notice
         | 
| 12 | 
            +
            8:     +message_box(#CDF, #569, #9AC)
         | 
| 13 | 
            +
             | 
| 14 | 
            +
             | 
| 15 | 
            +
            Backtrace:
         | 
| 16 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/messages.sass:2
         | 
| 17 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
         | 
| 18 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 19 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 40 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 41 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 42 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 43 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 49 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 50 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 51 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 52 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 53 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 54 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 55 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 56 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 57 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 58 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 59 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 60 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 61 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 62 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 64 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 65 | 
            +
            */
         | 
| 66 | 
            +
            body:before {
         | 
| 67 | 
            +
              white-space: pre;
         | 
| 68 | 
            +
              font-family: monospace;
         | 
| 69 | 
            +
              content: "Sass::SyntaxError: Undefined mixin 'round_corners'.\A on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/messages.sass\A \A 1: .flash\A 2:   +round_corners\A 3:   &.notice,&.errors\A 4:     :font-size 1.3em\A 5:     :margin-bottom 1em\A 6:     :padding 0.8em\A 7:   &.notice\A 8:     +message_box(#CDF, #569, #9AC)\A "; }
         | 
| 
            File without changes
         | 
| @@ -0,0 +1,69 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined mixin 'no-bullets'.
         | 
| 3 | 
            +
            on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/navigation.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            1: .navigation-list
         | 
| 6 | 
            +
            2:   +no-bullets
         | 
| 7 | 
            +
            3:   :margin 0 0 1.5em -15px
         | 
| 8 | 
            +
            4:   li
         | 
| 9 | 
            +
            5:     :margin 0
         | 
| 10 | 
            +
            6:     a
         | 
| 11 | 
            +
            7:       :cursor pointer!important
         | 
| 12 | 
            +
            8:       :text-decoration none
         | 
| 13 | 
            +
             | 
| 14 | 
            +
             | 
| 15 | 
            +
            Backtrace:
         | 
| 16 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/navigation.sass:2
         | 
| 17 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
         | 
| 18 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 19 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 40 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 41 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 42 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 43 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 49 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 50 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 51 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 52 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 53 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 54 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 55 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 56 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 57 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 58 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 59 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 60 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 61 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 62 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 64 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 65 | 
            +
            */
         | 
| 66 | 
            +
            body:before {
         | 
| 67 | 
            +
              white-space: pre;
         | 
| 68 | 
            +
              font-family: monospace;
         | 
| 69 | 
            +
              content: "Sass::SyntaxError: Undefined mixin 'no-bullets'.\A on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/navigation.sass\A \A 1: .navigation-list\A 2:   +no-bullets\A 3:   :margin 0 0 1.5em -15px\A 4:   li\A 5:     :margin 0\A 6:     a\A 7:       :cursor pointer!important\A 8:       :text-decoration none\A "; }
         | 
| @@ -0,0 +1,81 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined variable: "!selling_price_color".
         | 
| 3 | 
            +
            on line 7 of /Users/schof/open_source/spree/public/stylesheets/sass/prices.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            3:   #product-details &
         | 
| 6 | 
            +
            4:     :font-size 1.25em
         | 
| 7 | 
            +
            5: .price
         | 
| 8 | 
            +
            6:   &.selling
         | 
| 9 | 
            +
            7:     :color = !selling_price_color
         | 
| 10 | 
            +
            8:     #product-details &
         | 
| 11 | 
            +
            9:       :font-size 1.5em
         | 
| 12 | 
            +
            10: .price.diff
         | 
| 13 | 
            +
            11:   :font-style italic
         | 
| 14 | 
            +
            12:   :font-weight normal
         | 
| 15 | 
            +
            13:   :color = !lighter_text_color
         | 
| 16 | 
            +
             | 
| 17 | 
            +
             | 
| 18 | 
            +
            Backtrace:
         | 
| 19 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/prices.sass:7
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/script/variable.rb:16:in `perform'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/attr_node.rb:48:in `perform!'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 40 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 41 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 42 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 43 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 49 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 50 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 51 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 52 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 53 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 54 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 55 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 56 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 57 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 58 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 59 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 60 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 61 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 62 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 64 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 65 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 66 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 67 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 68 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 69 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 70 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 71 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 72 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 73 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 74 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 75 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 76 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 77 | 
            +
            */
         | 
| 78 | 
            +
            body:before {
         | 
| 79 | 
            +
              white-space: pre;
         | 
| 80 | 
            +
              font-family: monospace;
         | 
| 81 | 
            +
              content: "Sass::SyntaxError: Undefined variable: \"!selling_price_color\".\A on line 7 of /Users/schof/open_source/spree/public/stylesheets/sass/prices.sass\A \A 3:   #product-details &\A 4:     :font-size 1.25em\A 5: .price\A 6:   &.selling\A 7:     :color = !selling_price_color\A 8:     #product-details &\A 9:       :font-size 1.5em\A 10: .price.diff\A 11:   :font-style italic\A 12:   :font-weight normal\A 13:   :color = !lighter_text_color\A "; }
         | 
| @@ -0,0 +1,78 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined mixin 'no-bullets'.
         | 
| 3 | 
            +
            on line 4 of /Users/schof/open_source/spree/public/stylesheets/sass/product_detail.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            1: #product-variants
         | 
| 6 | 
            +
            2:   :margin-bottom 1em
         | 
| 7 | 
            +
            3:   ul
         | 
| 8 | 
            +
            4:     +no-bullets
         | 
| 9 | 
            +
            5:     +no_margin_or_padding
         | 
| 10 | 
            +
            6: #product-images
         | 
| 11 | 
            +
            7:   +column(7)
         | 
| 12 | 
            +
            8: #product-description
         | 
| 13 | 
            +
            9:   +column(8)
         | 
| 14 | 
            +
            10:   +colborder
         | 
| 15 | 
            +
             | 
| 16 | 
            +
             | 
| 17 | 
            +
            Backtrace:
         | 
| 18 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/product_detail.sass:4
         | 
| 19 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 40 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 41 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 42 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 43 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 49 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 50 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 51 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 52 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 53 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 54 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 55 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 56 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 57 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 58 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 59 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 60 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 61 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 62 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 64 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 65 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 66 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 67 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 68 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 69 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 70 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 71 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 72 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 73 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 74 | 
            +
            */
         | 
| 75 | 
            +
            body:before {
         | 
| 76 | 
            +
              white-space: pre;
         | 
| 77 | 
            +
              font-family: monospace;
         | 
| 78 | 
            +
              content: "Sass::SyntaxError: Undefined mixin 'no-bullets'.\A on line 4 of /Users/schof/open_source/spree/public/stylesheets/sass/product_detail.sass\A \A 1: #product-variants\A 2:   :margin-bottom 1em\A 3:   ul\A 4:     +no-bullets\A 5:     +no_margin_or_padding\A 6: #product-images\A 7:   +column(7)\A 8: #product-description\A 9:   +column(8)\A 10:   +colborder\A "; }
         | 
| @@ -0,0 +1,69 @@ | |
| 1 | 
            +
            /*
         | 
| 2 | 
            +
            Sass::SyntaxError: Undefined mixin 'no-bullets'.
         | 
| 3 | 
            +
            on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/product_thumbnail.sass
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            1: .product-listing
         | 
| 6 | 
            +
            2:   +no-bullets
         | 
| 7 | 
            +
            3:   :margin 2em 0px 0px 0px
         | 
| 8 | 
            +
            4:   :padding 0px
         | 
| 9 | 
            +
            5:   li
         | 
| 10 | 
            +
            6:     +round_corners(3px)
         | 
| 11 | 
            +
            7:     :height 180px
         | 
| 12 | 
            +
            8:     :width 140px
         | 
| 13 | 
            +
             | 
| 14 | 
            +
             | 
| 15 | 
            +
            Backtrace:
         | 
| 16 | 
            +
            /Users/schof/open_source/spree/public/stylesheets/sass/product_thumbnail.sass:2
         | 
| 17 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
         | 
| 18 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 19 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 20 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 21 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 22 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 23 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
         | 
| 24 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 25 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 26 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 27 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
         | 
| 28 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
         | 
| 29 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
         | 
| 30 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
         | 
| 31 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
         | 
| 32 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
         | 
| 33 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
         | 
| 34 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
         | 
| 35 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
         | 
| 36 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
         | 
| 37 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
         | 
| 38 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
         | 
| 39 | 
            +
            /Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
         | 
| 40 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
         | 
| 41 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
         | 
| 42 | 
            +
            /Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
         | 
| 43 | 
            +
            ./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
         | 
| 44 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
         | 
| 45 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
         | 
| 46 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
         | 
| 47 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
         | 
| 48 | 
            +
            /Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
         | 
| 49 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
         | 
| 50 | 
            +
            /Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
         | 
| 51 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 52 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 53 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 54 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
         | 
| 55 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
         | 
| 56 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
         | 
| 57 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
         | 
| 58 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
         | 
| 59 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
         | 
| 60 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
         | 
| 61 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
         | 
| 62 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
         | 
| 63 | 
            +
            /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
         | 
| 64 | 
            +
            /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
         | 
| 65 | 
            +
            */
         | 
| 66 | 
            +
            body:before {
         | 
| 67 | 
            +
              white-space: pre;
         | 
| 68 | 
            +
              font-family: monospace;
         | 
| 69 | 
            +
              content: "Sass::SyntaxError: Undefined mixin 'no-bullets'.\A on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/product_thumbnail.sass\A \A 1: .product-listing\A 2:   +no-bullets\A 3:   :margin 2em 0px 0px 0px\A 4:   :padding 0px\A 5:   li\A 6:     +round_corners(3px)\A 7:     :height 180px\A 8:     :width 140px\A "; }
         |