Created
October 10, 2011 04:16
-
-
Save deJaVisions/1274622 to your computer and use it in GitHub Desktop.
spree edge create sandbox/spree extension (new) errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| phong:~/Sites/spree[master]$ bundle exec rake sandbox | |
| /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
| create | |
| create README | |
| create Rakefile | |
| create config.ru | |
| create .gitignore | |
| create Gemfile | |
| create app | |
| create app/assets/images/rails.png | |
| create app/assets/javascripts/application.js | |
| create app/assets/stylesheets/application.css | |
| create app/controllers/application_controller.rb | |
| create app/helpers/application_helper.rb | |
| create app/mailers | |
| create app/models | |
| create app/views/layouts/application.html.erb | |
| create app/mailers/.gitkeep | |
| create app/models/.gitkeep | |
| create config | |
| create config/routes.rb | |
| create config/application.rb | |
| create config/environment.rb | |
| create config/environments | |
| create config/environments/development.rb | |
| create config/environments/production.rb | |
| create config/environments/test.rb | |
| create config/initializers | |
| create config/initializers/backtrace_silencers.rb | |
| create config/initializers/inflections.rb | |
| create config/initializers/mime_types.rb | |
| create config/initializers/secret_token.rb | |
| create config/initializers/session_store.rb | |
| create config/initializers/wrap_parameters.rb | |
| create config/locales | |
| create config/locales/en.yml | |
| create config/boot.rb | |
| create config/database.yml | |
| create db | |
| create db/seeds.rb | |
| create doc | |
| create doc/README_FOR_APP | |
| create lib | |
| create lib/tasks | |
| create lib/tasks/.gitkeep | |
| create lib/assets | |
| create lib/assets/.gitkeep | |
| create log | |
| create log/.gitkeep | |
| create public | |
| create public/404.html | |
| create public/422.html | |
| create public/500.html | |
| create public/favicon.ico | |
| create public/index.html | |
| create public/robots.txt | |
| create script | |
| create script/rails | |
| create test/fixtures | |
| create test/fixtures/.gitkeep | |
| create test/functional | |
| create test/functional/.gitkeep | |
| create test/integration | |
| create test/integration/.gitkeep | |
| create test/unit | |
| create test/unit/.gitkeep | |
| create test/performance/browsing_test.rb | |
| create test/test_helper.rb | |
| create tmp/cache | |
| create tmp/cache/assets | |
| create vendor/assets/stylesheets | |
| create vendor/assets/stylesheets/.gitkeep | |
| create vendor/plugins | |
| create vendor/plugins/.gitkeep | |
| force sandbox/config/database.yml | |
| force sandbox/config/boot.rb | |
| force sandbox/config/application.rb | |
| force sandbox/config/routes.rb | |
| remove sandbox/.gitignore | |
| remove sandbox/doc | |
| remove sandbox/Gemfile | |
| remove sandbox/lib/tasks | |
| remove sandbox/app/assets/images/rails.png | |
| remove sandbox/public/index.html | |
| remove sandbox/public/robots.txt | |
| remove sandbox/README | |
| remove sandbox/test | |
| remove sandbox/vendor | |
| create config/spree.yml | |
| remove public/index.html | |
| remove app/assets/javascripts/application.js | |
| remove app/assets/stylesheets/application.css | |
| remove app/assets/images/rails.png | |
| create app/assets/javascripts/store | |
| create app/assets/javascripts/admin | |
| create app/assets/stylesheets/store | |
| create app/assets/stylesheets/admin | |
| create app/assets/images/store | |
| create app/assets/images/admin | |
| create app/assets/javascripts/store/all.js | |
| create app/assets/javascripts/admin/all.js | |
| create app/assets/stylesheets/store/all.css | |
| create app/assets/stylesheets/admin/all.css | |
| append config/environment.rb | |
| append db/seeds.rb | |
| run bundle exec rake railties:install:migrations from "." | |
| /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
| Copied migration 20111010025047_spree_zero_nine_zero.rb from spree_core | |
| Copied migration 20111010025048_create_indexes_for_inventory_units.rb from spree_core | |
| Copied migration 20111010025049_add_count_on_hand_to_variants_and_products.rb from spree_core | |
| Copied migration 20111010025050_change_taxons_to_nested_set.rb from spree_core | |
| Copied migration 20111010025051_move_to_configurable_gateways.rb from spree_core | |
| Copied migration 20111010025052_product_groups_and_scopes.rb from spree_core | |
| Copied migration 20111010025053_add_open_id_authentication_tables.rb from spree_core | |
| Copied migration 20111010025054_add_openid_field_to_users.rb from spree_core | |
| Copied migration 20111010025055_change_preference_value_type.rb from spree_core | |
| Copied migration 20111010025056_create_billing_integrations.rb from spree_core | |
| Copied migration 20111010025057_charge_refactoring.rb from spree_core | |
| Copied migration 20111010025058_add_some_indexes.rb from spree_core | |
| Copied migration 20111010025059_checkout_state_machine.rb from spree_core | |
| Copied migration 20111010025060_state_for_shipments.rb from spree_core | |
| Copied migration 20111010025061_make_state_events_polymorphic.rb from spree_core | |
| Copied migration 20111010025062_ship_address_id_for_checkouts.rb from spree_core | |
| Copied migration 20111010025063_shipping_method_id_for_checkouts.rb from spree_core | |
| Copied migration 20111010025064_creditcard_last_four_digits.rb from spree_core | |
| Copied migration 20111010025065_populate_legacy_shipment_state.rb from spree_core | |
| Copied migration 20111010025066_add_cost_price.rb from spree_core | |
| Copied migration 20111010025067_shipment_id_for_inventory_units.rb from spree_core | |
| Copied migration 20111010025068_cim_fields_for_creditcards.rb from spree_core | |
| Copied migration 20111010025069_create_return_authorizations.rb from spree_core | |
| Copied migration 20111010025070_add_return_authorization_to_inventory_units.rb from spree_core | |
| Copied migration 20111010025071_create_trackers.rb from spree_core | |
| Copied migration 20111010025072_creditcard_id_for_creditcard_txns.rb from spree_core | |
| Copied migration 20111010025073_original_creditcard_txn_id_for_creditcard_txns.rb from spree_core | |
| Copied migration 20111010025074_add_test_mode_to_billing_integration.rb from spree_core | |
| Copied migration 20111010025075_create_products_product_groups.rb from spree_core | |
| Copied migration 20111010025076_create_payment_methods.rb from spree_core | |
| Copied migration 20111010025077_polymorphic_payments.rb from spree_core | |
| Copied migration 20111010025078_change_payments_payment_method_to_belongs_to.rb from spree_core | |
| Copied migration 20111010025079_assign_creditcard_txns_to_payment.rb from spree_core | |
| Copied migration 20111010025080_sti_for_transactions.rb from spree_core | |
| Copied migration 20111010025081_drop_billing_integrations.rb from spree_core | |
| Copied migration 20111010025082_deleted_at_for_payment_methods.rb from spree_core | |
| Copied migration 20111010025083_add_adjustments_index.rb from spree_core | |
| Copied migration 20111010025084_fix_by_popularity.rb from spree_core | |
| Copied migration 20111010025085_add_alt_text_to_images.rb from spree_core | |
| Copied migration 20111010025086_fix_existing_coupon_credits.rb from spree_core | |
| Copied migration 20111010025087_add_display_to_payment_methods.rb from spree_core | |
| Copied migration 20111010025088_add_addresses_checkouts_indexes.rb from spree_core | |
| Copied migration 20111010025089_add_icon_to_taxons.rb from spree_core | |
| Copied migration 20111010025090_add_description_to_taxons.rb from spree_core | |
| Copied migration 20111010025091_index_for_shipments_number.rb from spree_core | |
| Copied migration 20111010025092_add_index_on_users_persistence_token.rb from spree_core | |
| Copied migration 20111010025093_add_default_to_tax_categories.rb from spree_core | |
| Copied migration 20111010025094_add_display_to_shipping_methods.rb from spree_core | |
| Copied migration 20111010025095_rename_payment_method_display.rb from spree_core | |
| Copied migration 20111010025096_rename_preferences_field.rb from spree_core | |
| Copied migration 20111010025097_add_guest_flag.rb from spree_core | |
| Copied migration 20111010025098_drop_order_token.rb from spree_core | |
| Copied migration 20111010025099_payments_state_and_assigned_to_order_only.rb from spree_core | |
| Copied migration 20111010025100_create_address_keys_for_order.rb from spree_core | |
| Copied migration 20111010025101_payment_total_for_orders.rb from spree_core | |
| Copied migration 20111010025102_shipping_method_id_for_orders.rb from spree_core | |
| Copied migration 20111010025103_add_shipment_and_payment_state.rb from spree_core | |
| Copied migration 20111010025104_refactor_adjustments.rb from spree_core | |
| Copied migration 20111010025105_response_code_and_avs_response_for_payments.rb from spree_core | |
| Copied migration 20111010025106_change_guest_flag_to_anonymous.rb from spree_core | |
| Copied migration 20111010025107_email_for_orders.rb from spree_core | |
| Copied migration 20111010025108_create_mail_methods.rb from spree_core | |
| Copied migration 20111010025109_rename_frozen_to_locked.rb from spree_core | |
| Copied migration 20111010025110_move_special_instructions_to_orders.rb from spree_core | |
| Copied migration 20111010025111_create_log_entries.rb from spree_core | |
| Copied migration 20111010025112_migrate_transactions_to_payment_state.rb from spree_core | |
| Copied migration 20111010025113_delete_in_progress_orders.rb from spree_core | |
| Copied migration 20111010025114_migrate_checkout_to_orders.rb from spree_core | |
| Copied migration 20111010025115_remove_shipped_state.rb from spree_core | |
| Copied migration 20111010025116_prevent_nil_payment_total.rb from spree_core | |
| Copied migration 20111010025117_prevent_nil_email.rb from spree_core | |
| Copied migration 20111010025118_generate_anonymous_users.rb from spree_core | |
| Copied migration 20111010025119_update_order_state.rb from spree_core | |
| Copied migration 20111010025120_cleanup_legacy_tables.rb from spree_core | |
| Copied migration 20111010025121_remove_number_and_cvv_from_credicard.rb from spree_core | |
| Copied migration 20111010025122_drop_anonymous_field_for_user.rb from spree_core | |
| Copied migration 20111010025123_renamed_rma_cancelled_state.rb from spree_core | |
| Copied migration 20111010025124_fix_problematic_index_names.rb from spree_core | |
| Copied migration 20111010025125_add_position_to_variants.rb from spree_core | |
| Copied migration 20111010025126_add_next_state_to_state_events.rb from spree_core | |
| Copied migration 20111010025127_add_position_to_option_types.rb from spree_core | |
| Copied migration 20111010025128_remove_trailing_slashes_in_taxon_permalinks.rb from spree_core | |
| Copied migration 20111010025129_create_activators.rb from spree_core | |
| Copied migration 20111010025130_eligible_for_adjustments.rb from spree_core | |
| Copied migration 20111010025131_rename_columns_for_devise.rb from spree_auth | |
| Copied migration 20111010025132_convert_user_remember_field.rb from spree_auth | |
| Copied migration 20111010025133_create_tokenized_permissions.rb from spree_auth | |
| Copied migration 20111010025134_tokens_for_legacy_orders.rb from spree_auth | |
| Copied migration 20111010025135_add_api_key_to_users.rb from spree_api | |
| Copied migration 20111010025136_rename_coupons_to_promotions.rb from spree_promo | |
| Copied migration 20111010025137_create_promotion_rules.rb from spree_promo | |
| Copied migration 20111010025138_match_policy_for_promotions.rb from spree_promo | |
| Copied migration 20111010025139_create_promotion_rules_users.rb from spree_promo | |
| Copied migration 20111010025140_name_for_promotions.rb from spree_promo | |
| Copied migration 20111010025141_update_calculable_type_for_promotions.rb from spree_promo | |
| Copied migration 20111010025142_migrate_adjustments.rb from spree_promo | |
| Copied migration 20111010025143_promotion_changes_to_subclass_of_activator.rb from spree_promo | |
| Copied migration 20111010025144_create_promotion_actions.rb from spree_promo | |
| Copied migration 20111010025145_create_promotion_action_line_items.rb from spree_promo | |
| bundle exec rake db:bootstrap AUTO_ACCEPT=true | |
| /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
| [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.order" is no longer supported | |
| == SpreeZeroNineZero: migrating ============================================== | |
| -- create_table("addresses", {:force=>true}) | |
| -> 0.0030s | |
| -- create_table("adjustments", {:force=>true}) | |
| -> 0.0019s | |
| -- create_table("assets", {:force=>true}) | |
| -> 0.0016s | |
| -- create_table("calculators", {:force=>true}) | |
| -> 0.0013s | |
| -- create_table("checkouts", {:force=>true}) | |
| -> 0.0016s | |
| -- create_table("configurations", {:force=>true}) | |
| -> 0.0011s | |
| -- add_index("configurations", ["name", "type"], {:name=>"index_configurations_on_name_and_type"}) | |
| -> 0.0015s | |
| -- create_table("countries", {:force=>true}) | |
| -> 0.0026s | |
| -- create_table("coupons", {:force=>true}) | |
| -> 0.0016s | |
| -- create_table("creditcard_txns", {:force=>true}) | |
| -> 0.0016s | |
| -- create_table("creditcards", {:force=>true}) | |
| -> 0.0021s | |
| -- create_table("gateway_configurations", {:force=>true}) | |
| -> 0.0011s | |
| -- create_table("gateway_option_values", {:force=>true}) | |
| -> 0.0012s | |
| -- create_table("gateway_options", {:force=>true}) | |
| -> 0.0013s | |
| -- create_table("gateways", {:force=>true}) | |
| -> 0.0014s | |
| -- create_table("inventory_units", {:force=>true}) | |
| -> 0.0026s | |
| -- create_table("line_items", {:force=>true}) | |
| -> 0.0017s | |
| -- add_index("line_items", ["order_id"], {:name=>"index_line_items_on_order_id"}) | |
| -> 0.0005s | |
| -- add_index("line_items", ["variant_id"], {:name=>"index_line_items_on_variant_id"}) | |
| -> 0.0007s | |
| -- create_table("option_types", {:force=>true}) | |
| -> 0.0014s | |
| -- create_table("option_types_prototypes", {:id=>false, :force=>true}) | |
| -> 0.0009s | |
| -- create_table("option_values", {:force=>true}) | |
| -> 0.0021s | |
| -- create_table("option_values_variants", {:id=>false, :force=>true}) | |
| -> 0.0010s | |
| -- add_index("option_values_variants", ["variant_id"], {:name=>"index_option_values_variants_on_variant_id"}) | |
| -> 0.0005s | |
| -- create_table("orders", {:force=>true}) | |
| -> 0.0024s | |
| -- add_index("orders", ["number"], {:name=>"index_orders_on_number"}) | |
| -> 0.0010s | |
| -- create_table("payments", {:force=>true}) | |
| -> 0.0032s | |
| -- create_table("preferences", {:force=>true}) | |
| -> 0.0017s | |
| -- add_index("preferences", ["owner_id", "owner_type", "attribute", "group_id", "group_type"], {:name=>"index_preferences_on_owner_and_attribute_and_preference", :unique=>true}) | |
| -> 0.0013s | |
| -- create_table("product_option_types", {:force=>true}) | |
| -> 0.0018s | |
| -- create_table("product_properties", {:force=>true}) | |
| -> 0.0014s | |
| -- create_table("products", {:force=>true}) | |
| -> 0.0021s | |
| -- add_index("products", ["available_on"], {:name=>"index_products_on_available_on"}) | |
| -> 0.0005s | |
| -- add_index("products", ["deleted_at"], {:name=>"index_products_on_deleted_at"}) | |
| -> 0.0006s | |
| -- add_index("products", ["name"], {:name=>"index_products_on_name"}) | |
| -> 0.0009s | |
| -- add_index("products", ["permalink"], {:name=>"index_products_on_permalink"}) | |
| -> 0.0009s | |
| -- create_table("products_taxons", {:id=>false, :force=>true}) | |
| -> 0.0024s | |
| -- add_index("products_taxons", ["product_id"], {:name=>"index_products_taxons_on_product_id"}) | |
| -> 0.0008s | |
| -- add_index("products_taxons", ["taxon_id"], {:name=>"index_products_taxons_on_taxon_id"}) | |
| -> 0.0007s | |
| -- create_table("properties", {:force=>true}) | |
| -> 0.0018s | |
| -- create_table("properties_prototypes", {:id=>false, :force=>true}) | |
| -> 0.0009s | |
| -- create_table("prototypes", {:force=>true}) | |
| -> 0.0013s | |
| -- create_table("roles", {:force=>true}) | |
| -> 0.0013s | |
| -- create_table("roles_users", {:id=>false, :force=>true}) | |
| -> 0.0014s | |
| -- add_index("roles_users", ["role_id"], {:name=>"index_roles_users_on_role_id"}) | |
| -> 0.0007s | |
| -- add_index("roles_users", ["user_id"], {:name=>"index_roles_users_on_user_id"}) | |
| -> 0.0007s | |
| -- create_table("shipments", {:force=>true}) | |
| -> 0.0021s | |
| -- create_table("shipping_categories", {:force=>true}) | |
| -> 0.0013s | |
| -- create_table("shipping_methods", {:force=>true}) | |
| -> 0.0026s | |
| -- create_table("state_events", {:force=>true}) | |
| -> 0.0017s | |
| -- create_table("states", {:force=>true}) | |
| -> 0.0015s | |
| -- create_table("tax_categories", {:force=>true}) | |
| -> 0.0034s | |
| -- create_table("tax_rates", {:force=>true}) | |
| -> 0.0019s | |
| -- create_table("taxonomies", {:force=>true}) | |
| -> 0.0071s | |
| -- create_table("taxons", {:force=>true}) | |
| -> 0.0026s | |
| -- create_table("users", {:force=>true}) | |
| -> 0.1282s | |
| -- create_table("variants", {:force=>true}) | |
| -> 0.0039s | |
| -- add_index("variants", ["product_id"], {:name=>"index_variants_on_product_id"}) | |
| -> 0.0006s | |
| -- create_table("zone_members", {:force=>true}) | |
| -> 0.0015s | |
| -- create_table("zones", {:force=>true}) | |
| -> 0.0030s | |
| == SpreeZeroNineZero: migrated (0.2376s) ===================================== | |
| == CreateIndexesForInventoryUnits: migrating ================================= | |
| -- add_index(:inventory_units, :variant_id) | |
| -> 0.0012s | |
| -- add_index(:inventory_units, :order_id) | |
| -> 0.0007s | |
| == CreateIndexesForInventoryUnits: migrated (0.0039s) ======================== | |
| == AddCountOnHandToVariantsAndProducts: migrating ============================ | |
| -- add_column(:variants, :count_on_hand, :integer, {:default=>0, :null=>false}) | |
| -> 0.0014s | |
| -- add_column(:products, :count_on_hand, :integer, {:default=>0, :null=>false}) | |
| -> 0.0017s | |
| -- Transfering inventory units with status on_hand to variants table... | |
| -> 0.0122s | |
| -- Updating products count on hand | |
| -> 0.0071s | |
| == AddCountOnHandToVariantsAndProducts: migrated (0.0245s) =================== | |
| == ChangeTaxonsToNestedSet: migrating ======================================== | |
| -- add_column(:taxons, :lft, :integer) | |
| -> 0.0009s | |
| -- add_column(:taxons, :rgt, :integer) | |
| -> 0.0005s | |
| == ChangeTaxonsToNestedSet: migrated (0.2708s) =============================== | |
| == MoveToConfigurableGateways: migrating ===================================== | |
| -- drop_table(:gateways) | |
| -> 0.0012s | |
| -- drop_table(:gateway_options) | |
| -> 0.0006s | |
| -- drop_table(:gateway_option_values) | |
| -> 0.0006s | |
| -- drop_table(:gateway_configurations) | |
| -> 0.0005s | |
| -- create_table(:gateways, {:force=>true}) | |
| -> 0.0028s | |
| == MoveToConfigurableGateways: migrated (0.0061s) ============================ | |
| == ProductGroupsAndScopes: migrating ========================================= | |
| -- create_table(:product_groups) | |
| -> 0.0018s | |
| -- create_table(:product_scopes) | |
| -> 0.0014s | |
| -- add_index(:product_groups, :name) | |
| -> 0.0007s | |
| -- add_index(:product_groups, :permalink) | |
| -> 0.0006s | |
| -- add_index(:product_scopes, :name) | |
| -> 0.0005s | |
| -- add_index(:product_scopes, :product_group_id) | |
| -> 0.0007s | |
| == ProductGroupsAndScopes: migrated (0.0063s) ================================ | |
| == AddOpenIdAuthenticationTables: migrating ================================== | |
| -- create_table(:open_id_authentication_associations, {:force=>true}) | |
| -> 0.0029s | |
| -- create_table(:open_id_authentication_nonces, {:force=>true}) | |
| -> 0.0015s | |
| == AddOpenIdAuthenticationTables: migrated (0.0047s) ========================= | |
| == AddOpenidFieldToUsers: migrating ========================================== | |
| -- add_column(:users, :openid_identifier, :string) | |
| -> 0.0013s | |
| -- add_index(:users, :openid_identifier) | |
| -> 0.0006s | |
| -- change_column(:users, :login, :string, {:default=>nil, :null=>true}) | |
| -> 0.1837s | |
| -- change_column(:users, :crypted_password, :string, {:default=>nil, :null=>true}) | |
| -> 0.2978s | |
| -- change_column(:users, :salt, :string, {:default=>nil, :null=>true}) | |
| -> 0.3203s | |
| == AddOpenidFieldToUsers: migrated (0.8045s) ================================= | |
| == ChangePreferenceValueType: migrating ====================================== | |
| -- remove_index(:preferences, {:name=>"index_preferences_on_owner_and_attribute_and_preference"}) | |
| -> 0.0013s | |
| -- change_column(:preferences, :value, :text) | |
| -> 0.0333s | |
| == ChangePreferenceValueType: migrated (0.0348s) ============================= | |
| == CreateBillingIntegrations: migrating ====================================== | |
| -- create_table(:billing_integrations) | |
| -> 0.0041s | |
| == CreateBillingIntegrations: migrated (0.0043s) ============================= | |
| == ChargeRefactoring: migrating ============================================== | |
| -- add_column(:orders, :completed_at, :timestamp) | |
| -> 0.0011s | |
| -- remove_column(:checkouts, :completed_at) | |
| -> 0.0261s | |
| -- change_column(:adjustments, :amount, :decimal, {:null=>true, :default=>nil, :precision=>8, :scale=>2}) | |
| -> 0.1453s | |
| -- remove_column(:adjustments, :secondary_type) | |
| -> 0.1472s | |
| == ChargeRefactoring: migrated (0.4425s) ===================================== | |
| == AddSomeIndexes: migrating ================================================= | |
| -- add_index(:taxons, :permalink) | |
| -> 0.0021s | |
| -- add_index(:taxons, :parent_id) | |
| -> 0.0016s | |
| -- add_index(:taxons, :taxonomy_id) | |
| -> 0.0009s | |
| -- add_index(:assets, :viewable_id) | |
| -> 0.0005s | |
| -- add_index(:assets, [:viewable_type, :type]) | |
| -> 0.0007s | |
| -- add_index(:product_properties, :product_id) | |
| -> 0.0006s | |
| -- add_index(:option_values_variants, [:variant_id, :option_value_id]) | |
| -> 0.0012s | |
| == AddSomeIndexes: migrated (0.0085s) ======================================== | |
| == CheckoutStateMachine: migrating =========================================== | |
| -- change_table(:checkouts) | |
| -> 0.0013s | |
| == CheckoutStateMachine: migrated (0.0020s) ================================== | |
| == StateForShipments: migrating ============================================== | |
| -- add_column("shipments", "state", :string) | |
| -> 0.0016s | |
| == StateForShipments: migrated (0.0026s) ===================================== | |
| == MakeStateEventsPolymorphic: migrating ===================================== | |
| -- rename_column(:state_events, :order_id, :stateful_id) | |
| -> 0.0280s | |
| -- add_column(:state_events, :stateful_type, :string) | |
| -> 0.0012s | |
| == MakeStateEventsPolymorphic: migrated (0.0424s) ============================ | |
| == ShipAddressIdForCheckouts: migrating ====================================== | |
| -- add_column("checkouts", "ship_address_id", :integer) | |
| -> 0.0010s | |
| == ShipAddressIdForCheckouts: migrated (0.0013s) ============================= | |
| == ShippingMethodIdForCheckouts: migrating =================================== | |
| -- add_column("checkouts", "shipping_method_id", :integer) | |
| -> 0.0016s | |
| == ShippingMethodIdForCheckouts: migrated (0.0027s) ========================== | |
| == CreditcardLastFourDigits: migrating ======================================= | |
| -- rename_column(:creditcards, :display_number, :last_digits) | |
| -> 0.2992s | |
| == CreditcardLastFourDigits: migrated (0.3133s) ============================== | |
| == PopulateLegacyShipmentState: migrating ==================================== | |
| == PopulateLegacyShipmentState: migrated (0.0066s) =========================== | |
| == AddCostPrice: migrating =================================================== | |
| -- add_column(:variants, :cost_price, :decimal, {:null=>true, :default=>nil, :precision=>8, :scale=>2}) | |
| -> 0.0011s | |
| == AddCostPrice: migrated (0.0012s) ========================================== | |
| == ShipmentIdForInventoryUnits: migrating ==================================== | |
| -- add_column("inventory_units", "shipment_id", :integer) | |
| -> 0.0012s | |
| -- add_index(:inventory_units, :shipment_id) | |
| -> 0.0009s | |
| == ShipmentIdForInventoryUnits: migrated (0.0033s) =========================== | |
| == CimFieldsForCreditcards: migrating ======================================== | |
| -- add_column("creditcards", "gateway_customer_profile_id", :string) | |
| -> 0.0015s | |
| -- add_column("creditcards", "gateway_payment_profile_id", :string) | |
| -> 0.0007s | |
| == CimFieldsForCreditcards: migrated (0.0030s) =============================== | |
| == CreateReturnAuthorizations: migrating ===================================== | |
| -- create_table(:return_authorizations) | |
| -> 0.0021s | |
| == CreateReturnAuthorizations: migrated (0.0024s) ============================ | |
| == AddReturnAuthorizationToInventoryUnits: migrating ========================= | |
| -- add_column(:inventory_units, :return_authorization_id, :integer) | |
| -> 0.0014s | |
| == AddReturnAuthorizationToInventoryUnits: migrated (0.0018s) ================ | |
| == CreateTrackers: migrating ================================================= | |
| -- create_table(:trackers) | |
| -> 0.0028s | |
| == CreateTrackers: migrated (0.0029s) ======================================== | |
| == CreditcardIdForCreditcardTxns: migrating ================================== | |
| -- add_column("creditcard_txns", "creditcard_id", :integer) | |
| -> 0.0019s | |
| == CreditcardIdForCreditcardTxns: migrated (0.0022s) ========================= | |
| == OriginalCreditcardTxnIdForCreditcardTxns: migrating ======================= | |
| -- add_column("creditcard_txns", "original_creditcard_txn_id", :integer) | |
| -> 0.0011s | |
| == OriginalCreditcardTxnIdForCreditcardTxns: migrated (0.0012s) ============== | |
| == AddTestModeToBillingIntegration: migrating ================================ | |
| -- add_column(:billing_integrations, :test_mode, :boolean, {:default=>true}) | |
| -> 0.0038s | |
| -- add_column(:billing_integrations, :server, :string, {:default=>"test"}) | |
| -> 0.0009s | |
| == AddTestModeToBillingIntegration: migrated (0.0054s) ======================= | |
| == CreateProductsProductGroups: migrating ==================================== | |
| -- create_table(:product_groups_products, {:id=>false}) | |
| -> 0.0012s | |
| == CreateProductsProductGroups: migrated (0.0013s) =========================== | |
| == CreatePaymentMethods: migrating =========================================== | |
| -- create_table(:payment_methods) | |
| -> 0.0032s | |
| == CreatePaymentMethods: migrated (0.0033s) ================================== | |
| == PolymorphicPayments: migrating ============================================ | |
| -- remove_column(:payments, :type) | |
| -> 0.1397s | |
| -- remove_column(:payments, :creditcard_id) | |
| -> 0.0183s | |
| -- rename_column(:payments, :order_id, :payable_id) | |
| -> 0.1455s | |
| -- change_table(:payments) | |
| -> 0.0020s | |
| -- execute("UPDATE payments SET payable_type = 'Order'") | |
| -> 0.0002s | |
| -- change_table(:creditcards) | |
| -> 0.1632s | |
| == PolymorphicPayments: migrated (0.4891s) =================================== | |
| == ChangePaymentsPaymentMethodToBelongsTo: migrating ========================= | |
| -- remove_column("payments", "payment_method") | |
| -> 0.1412s | |
| -- add_column("payments", "payment_method_id", :integer) | |
| -> 0.0007s | |
| == ChangePaymentsPaymentMethodToBelongsTo: migrated (0.1420s) ================ | |
| == AssignCreditcardTxnsToPayment: migrating ================================== | |
| -- add_column("creditcard_txns", "payment_id", :integer) | |
| -> 0.0011s | |
| -- remove_column("creditcard_txns", "creditcard_payment_id") | |
| -> 0.0390s | |
| == AssignCreditcardTxnsToPayment: migrated (0.0405s) ========================= | |
| == StiForTransactions: migrating ============================================= | |
| -- rename_table("creditcard_txns", "transactions") | |
| -> 0.0015s | |
| -- add_column("transactions", "type", :string) | |
| -> 0.0006s | |
| -- remove_column("transactions", "creditcard_id") | |
| -> 0.1740s | |
| == StiForTransactions: migrated (0.1765s) ==================================== | |
| == DropBillingIntegrations: migrating ======================================== | |
| -- drop_table(:billing_integrations) | |
| -> 0.0016s | |
| == DropBillingIntegrations: migrated (0.0017s) =============================== | |
| == DeletedAtForPaymentMethods: migrating ===================================== | |
| -- change_table(:payment_methods) | |
| -> 0.0031s | |
| == DeletedAtForPaymentMethods: migrated (0.0037s) ============================ | |
| == AddAdjustmentsIndex: migrating ============================================ | |
| -- add_index(:adjustments, :order_id) | |
| -> 0.0018s | |
| == AddAdjustmentsIndex: migrated (0.0019s) =================================== | |
| == FixByPopularity: migrating ================================================ | |
| == FixByPopularity: migrated (0.1507s) ======================================= | |
| == AddAltTextToImages: migrating ============================================= | |
| -- add_column(:assets, :alt, :text) | |
| -> 0.0050s | |
| == AddAltTextToImages: migrated (0.0051s) ==================================== | |
| == FixExistingCouponCredits: migrating ======================================= | |
| -- execute("UPDATE adjustments SET type='PromotionCredit' WHERE type='CouponCredit'") | |
| -> 0.0006s | |
| -- execute("UPDATE adjustments SET adjustment_source_type='Promotion' WHERE adjustment_source_type='Coupon'") | |
| -> 0.0002s | |
| == FixExistingCouponCredits: migrated (0.0010s) ============================== | |
| == AddDisplayToPaymentMethods: migrating ===================================== | |
| -- add_column(:payment_methods, :display, :string, {:default=>nil}) | |
| -> 0.0012s | |
| == AddDisplayToPaymentMethods: migrated (0.0014s) ============================ | |
| == AddAddressesCheckoutsIndexes: migrating =================================== | |
| -- add_index(:addresses, :firstname) | |
| -> 0.0044s | |
| -- add_index(:addresses, :lastname) | |
| -> 0.0009s | |
| -- add_index(:checkouts, :order_id) | |
| -> 0.0005s | |
| -- add_index(:checkouts, :bill_address_id) | |
| -> 0.0007s | |
| == AddAddressesCheckoutsIndexes: migrated (0.0071s) ========================== | |
| == AddIconToTaxons: migrating ================================================ | |
| -- add_column(:taxons, :icon_file_name, :string) | |
| -> 0.0012s | |
| -- add_column(:taxons, :icon_content_type, :string) | |
| -> 0.0006s | |
| -- add_column(:taxons, :icon_file_size, :integer) | |
| -> 0.0038s | |
| -- add_column(:taxons, :icon_updated_at, :datetime) | |
| -> 0.0010s | |
| == AddIconToTaxons: migrated (0.0246s) ======================================= | |
| == AddDescriptionToTaxons: migrating ========================================= | |
| -- column_exists?(:taxons, :description) | |
| -> 0.0062s | |
| -- add_column(:taxons, :description, :text) | |
| -> 0.0017s | |
| == AddDescriptionToTaxons: migrated (0.0082s) ================================ | |
| == IndexForShipmentsNumber: migrating ======================================== | |
| -- add_index(:shipments, :number) | |
| -> 0.0012s | |
| == IndexForShipmentsNumber: migrated (0.0013s) =============================== | |
| == AddIndexOnUsersPersistenceToken: migrating ================================ | |
| -- add_index(:users, :persistence_token) | |
| -> 0.0016s | |
| == AddIndexOnUsersPersistenceToken: migrated (0.0021s) ======================= | |
| == AddDefaultToTaxCategories: migrating ====================================== | |
| -- add_column(:tax_categories, :is_default, :boolean, {:default=>false}) | |
| -> 0.0010s | |
| == AddDefaultToTaxCategories: migrated (0.0012s) ============================= | |
| == AddDisplayToShippingMethods: migrating ==================================== | |
| -- add_column(:shipping_methods, :display_on, :string, {:default=>nil}) | |
| -> 0.0019s | |
| == AddDisplayToShippingMethods: migrated (0.0020s) =========================== | |
| == RenamePaymentMethodDisplay: migrating ===================================== | |
| -- rename_column(:payment_methods, :display, :display_on) | |
| -> 0.1420s | |
| == RenamePaymentMethodDisplay: migrated (0.1421s) ============================ | |
| == RenamePreferencesField: migrating ========================================= | |
| -- rename_column(:preferences, :attribute, :name) | |
| -> 0.0371s | |
| == RenamePreferencesField: migrated (0.0372s) ================================ | |
| == AddGuestFlag: migrating =================================================== | |
| -- change_table(:users) | |
| -> 0.0019s | |
| == AddGuestFlag: migrated (0.0021s) ========================================== | |
| == DropOrderToken: migrating ================================================= | |
| -- change_table(:orders) | |
| -> 0.0396s | |
| == DropOrderToken: migrated (0.0412s) ======================================== | |
| == PaymentsStateAndAssignedToOrderOnly: migrating ============================ | |
| -- rename_column(:payments, :payable_id, :order_id) | |
| -> 0.1450s | |
| -- remove_column(:payments, :payable_type) | |
| -> 0.0582s | |
| -- add_column(:payments, :state, :string) | |
| -> 0.0022s | |
| == PaymentsStateAndAssignedToOrderOnly: migrated (0.2114s) =================== | |
| == CreateAddressKeysForOrder: migrating ====================================== | |
| -- change_table(:orders) | |
| -> 0.0062s | |
| == CreateAddressKeysForOrder: migrated (0.0066s) ============================= | |
| == PaymentTotalForOrders: migrating ========================================== | |
| -- add_column(:orders, :payment_total, :decimal, {:precision=>8, :scale=>2, :default=>0.0}) | |
| -> 0.0012s | |
| == PaymentTotalForOrders: migrated (0.0013s) ================================= | |
| == ShippingMethodIdForOrders: migrating ====================================== | |
| -- add_column(:orders, :shipping_method_id, :integer) | |
| -> 0.0010s | |
| == ShippingMethodIdForOrders: migrated (0.0011s) ============================= | |
| == AddShipmentAndPaymentState: migrating ===================================== | |
| -- change_table(:orders) | |
| -> 0.0017s | |
| == AddShipmentAndPaymentState: migrated (0.0018s) ============================ | |
| == RefactorAdjustments: migrating ============================================ | |
| -- change_table(:adjustments) | |
| -> 0.9572s | |
| == RefactorAdjustments: migrated (0.9573s) =================================== | |
| == ResponseCodeAndAvsResponseForPayments: migrating ========================== | |
| -- add_column(:payments, :response_code, :string) | |
| -> 0.0011s | |
| -- add_column(:payments, :avs_response, :string) | |
| -> 0.0005s | |
| == ResponseCodeAndAvsResponseForPayments: migrated (0.0018s) ================= | |
| == ChangeGuestFlagToAnonymous: migrating ===================================== | |
| -- change_table(:users) | |
| -> 0.4380s | |
| == ChangeGuestFlagToAnonymous: migrated (0.4381s) ============================ | |
| == EmailForOrders: migrating ================================================= | |
| -- add_column(:orders, :email, :string) | |
| -> 0.0011s | |
| == EmailForOrders: migrated (0.0012s) ======================================== | |
| == CreateMailMethods: migrating ============================================== | |
| -- create_table(:mail_methods) | |
| -> 0.0022s | |
| == CreateMailMethods: migrated (0.0024s) ===================================== | |
| == RenameFrozenToLocked: migrating =========================================== | |
| -- rename_column(:adjustments, :frozen, :locked) | |
| -> 0.1632s | |
| == RenameFrozenToLocked: migrated (0.1637s) ================================== | |
| == MoveSpecialInstructionsToOrders: migrating ================================ | |
| -- add_column(:orders, :special_instructions, :text) | |
| -> 0.0014s | |
| == MoveSpecialInstructionsToOrders: migrated (0.0025s) ======================= | |
| == CreateLogEntries: migrating =============================================== | |
| -- create_table(:log_entries) | |
| -> 0.0019s | |
| == CreateLogEntries: migrated (0.0022s) ====================================== | |
| == MigrateTransactionsToPaymentState: migrating ============================== | |
| == MigrateTransactionsToPaymentState: migrated (0.0043s) ===================== | |
| == DeleteInProgressOrders: migrating ========================================= | |
| -- execute("delete from adjustments where order_id not in (select id from orders)") | |
| -> 0.0011s | |
| -- execute("delete from checkouts where order_id not in (select id from orders)") | |
| -> 0.0006s | |
| -- execute("delete from shipments where order_id not in (select id from orders)") | |
| -> 0.0002s | |
| -- execute("delete from payments where order_id not in (select id from orders)") | |
| -> 0.0002s | |
| -- execute("delete from line_items where order_id not in (select id from orders)") | |
| -> 0.0001s | |
| -- execute("delete from inventory_units where order_id not in (select id from orders)") | |
| -> 0.0002s | |
| == DeleteInProgressOrders: migrated (0.0058s) ================================ | |
| == MigrateCheckoutToOrders: migrating ======================================== | |
| == MigrateCheckoutToOrders: migrated (0.0030s) =============================== | |
| == RemoveShippedState: migrating ============================================= | |
| == RemoveShippedState: migrated (0.0011s) ==================================== | |
| == PreventNilPaymentTotal: migrating ========================================= | |
| -- execute("update orders set payment_total = 0.0 where payment_total is null") | |
| -> 0.0006s | |
| == PreventNilPaymentTotal: migrated (0.0007s) ================================ | |
| == PreventNilEmail: migrating ================================================ | |
| -- execute("update orders set email = 'guest@example.com' where email is null") | |
| -> 0.0006s | |
| -- execute("update orders set email = 'guest@example.com' where email = ''") | |
| -> 0.0002s | |
| == PreventNilEmail: migrated (0.0011s) ======================================= | |
| == GenerateAnonymousUsers: migrating ========================================= | |
| == GenerateAnonymousUsers: migrated (0.0020s) ================================ | |
| == UpdateOrderState: migrating =============================================== | |
| == UpdateOrderState: migrated (0.0011s) ====================================== | |
| == CleanupLegacyTables: migrating ============================================ | |
| -- drop_table(:checkouts) | |
| -> 0.0016s | |
| -- drop_table(:transactions) | |
| -> 0.0005s | |
| -- drop_table(:open_id_authentication_associations) | |
| -> 0.0005s | |
| -- drop_table(:open_id_authentication_nonces) | |
| -> 0.0004s | |
| == CleanupLegacyTables: migrated (0.0035s) =================================== | |
| == RemoveNumberAndCvvFromCredicard: migrating ================================ | |
| -- remove_column(:creditcards, :number) | |
| -> 0.3001s | |
| -- remove_column(:creditcards, :verification_value) | |
| -> 0.1576s | |
| == RemoveNumberAndCvvFromCredicard: migrated (0.4579s) ======================= | |
| == DropAnonymousFieldForUser: migrating ====================================== | |
| -- remove_column(:users, :anonymous) | |
| -> 0.3303s | |
| == DropAnonymousFieldForUser: migrated (0.3304s) ============================= | |
| == RenamedRmaCancelledState: migrating ======================================= | |
| == RenamedRmaCancelledState: migrated (0.0401s) ============================== | |
| == FixProblematicIndexNames: migrating ======================================= | |
| -- remove_index("preferences", "index_preferences_on_owner_and_attribute_and_preference") | |
| -- add_index("preferences", ["owner_id", "owner_type", "name", "group_id", "group_type"], {:name=>"ix_prefs_on_owner_attr_pref", :unique=>true}) | |
| -> 0.0011s | |
| == FixProblematicIndexNames: migrated (0.0019s) ============================== | |
| == AddPositionToVariants: migrating ========================================== | |
| -- add_column(:variants, :position, :integer) | |
| -> 0.0013s | |
| == AddPositionToVariants: migrated (0.0014s) ================================= | |
| == AddNextStateToStateEvents: migrating ====================================== | |
| -- add_column(:state_events, :next_state, :string) | |
| -> 0.0010s | |
| == AddNextStateToStateEvents: migrated (0.0011s) ============================= | |
| == AddPositionToOptionTypes: migrating ======================================= | |
| -- add_column(:option_types, :position, :integer, {:null=>false, :default=>0}) | |
| -> 0.0010s | |
| == AddPositionToOptionTypes: migrated (0.0011s) ============================== | |
| == RemoveTrailingSlashesInTaxonPermalinks: migrating ========================= | |
| == RemoveTrailingSlashesInTaxonPermalinks: migrated (0.0018s) ================ | |
| == CreateActivators: migrating =============================================== | |
| -- create_table("activators", {:force=>true}) | |
| -> 0.0154s | |
| == CreateActivators: migrated (0.0160s) ====================================== | |
| == EligibleForAdjustments: migrating ========================================= | |
| -- add_column(:adjustments, :eligible, :boolean, {:default=>true}) | |
| -> 0.0047s | |
| == EligibleForAdjustments: migrated (0.0054s) ================================ | |
| == RenameColumnsForDevise: migrating ========================================= | |
| -- column_exists?(:users, :password_salt) | |
| -> 0.0085s | |
| -- rename_column(:users, :crypted_password, :encrypted_password) | |
| -> 0.3610s | |
| -- rename_column(:users, :salt, :password_salt) | |
| -> 0.4223s | |
| -- rename_column(:users, :remember_token_expires_at, :remember_created_at) | |
| -> 0.3386s | |
| -- rename_column(:users, :login_count, :sign_in_count) | |
| -> 0.3203s | |
| -- rename_column(:users, :failed_login_count, :failed_attempts) | |
| -> 0.4283s | |
| -- rename_column(:users, :single_access_token, :reset_password_token) | |
| -> 0.3409s | |
| -- rename_column(:users, :current_login_at, :current_sign_in_at) | |
| -> 0.4295s | |
| -- rename_column(:users, :last_login_at, :last_sign_in_at) | |
| -> 0.3480s | |
| -- rename_column(:users, :current_login_ip, :current_sign_in_ip) | |
| -> 0.3283s | |
| -- rename_column(:users, :last_login_ip, :last_sign_in_ip) | |
| -> 0.4424s | |
| -- add_column(:users, :authentication_token, :string) | |
| -> 0.0009s | |
| -- add_column(:users, :unlock_token, :string) | |
| -> 0.0008s | |
| -- add_column(:users, :locked_at, :datetime) | |
| -> 0.0016s | |
| -- column_exists?(:users, :api_key) | |
| -> 0.0076s | |
| -- remove_column(:users, :openid_identifier) | |
| -> 0.4617s | |
| == RenameColumnsForDevise: migrated (4.2428s) ================================ | |
| == ConvertUserRememberField: migrating ======================================= | |
| -- remove_column(:users, :remember_created_at) | |
| -> 0.3014s | |
| -- add_column(:users, :remember_created_at, :datetime) | |
| -> 0.0015s | |
| == ConvertUserRememberField: migrated (0.3036s) ============================== | |
| == CreateTokenizedPermissions: migrating ===================================== | |
| -- create_table(:tokenized_permissions) | |
| -> 0.0019s | |
| -- add_index("tokenized_permissions", ["permissable_id", "permissable_type"], {:name=>"index_tokenized_name_and_type"}) | |
| -> 0.0006s | |
| == CreateTokenizedPermissions: migrated (0.0032s) ============================ | |
| == TokensForLegacyOrders: migrating ========================================== | |
| == TokensForLegacyOrders: migrated (0.0009s) ================================= | |
| == AddApiKeyToUsers: migrating =============================================== | |
| -- add_column("users", "api_key", :string, {:limit=>40}) | |
| -> 0.0025s | |
| == AddApiKeyToUsers: migrated (0.0106s) ====================================== | |
| == RenameCouponsToPromotions: migrating ====================================== | |
| -- execute("DROP TABLE IF EXISTS promotions") | |
| -> 0.0004s | |
| -- rename_table(:coupons, :promotions) | |
| -> 0.0008s | |
| == RenameCouponsToPromotions: migrated (0.0014s) ============================= | |
| == CreatePromotionRules: migrating =========================================== | |
| -- create_table(:promotion_rules) | |
| -> 0.0022s | |
| -- add_index(:promotion_rules, :product_group_id) | |
| -> 0.0014s | |
| -- add_index(:promotion_rules, :user_id) | |
| -> 0.0014s | |
| -- create_table(:products_promotion_rules) | |
| -> 0.0012s | |
| -- remove_column(:products_promotion_rules, :id) | |
| -> 0.0160s | |
| -- add_index(:products_promotion_rules, :product_id) | |
| -> 0.0007s | |
| -- add_index(:products_promotion_rules, :promotion_rule_id) | |
| -> 0.0007s | |
| == CreatePromotionRules: migrated (0.0257s) ================================== | |
| == MatchPolicyForPromotions: migrating ======================================= | |
| -- add_column("promotions", "match_policy", :string, {:default=>"all"}) | |
| -> 0.0017s | |
| == MatchPolicyForPromotions: migrated (0.0019s) ============================== | |
| == CreatePromotionRulesUsers: migrating ====================================== | |
| -- create_table(:promotion_rules_users) | |
| -> 0.0014s | |
| -- remove_column(:promotion_rules_users, :id) | |
| -> 0.0160s | |
| -- add_index(:promotion_rules_users, :user_id) | |
| -> 0.0044s | |
| -- add_index(:promotion_rules_users, :promotion_rule_id) | |
| -> 0.0009s | |
| == CreatePromotionRulesUsers: migrated (0.0269s) ============================= | |
| == NameForPromotions: migrating ============================================== | |
| -- add_column("promotions", "name", :string) | |
| -> 0.0010s | |
| == NameForPromotions: migrated (0.0011s) ===================================== | |
| == UpdateCalculableTypeForPromotions: migrating ============================== | |
| == UpdateCalculableTypeForPromotions: migrated (0.0021s) ===================== | |
| == MigrateAdjustments: migrating ============================================= | |
| -- execute("update adjustments set amount = 0.0 where amount is null") | |
| -> 0.0011s | |
| -- execute("update adjustments set mandatory = 'true', locked = 'true'") | |
| -> 0.0006s | |
| == MigrateAdjustments: migrated (0.0027s) ==================================== | |
| == PromotionChangesToSubclassOfActivator: migrating ========================== | |
| -- drop_table(:promotions) | |
| -> 0.0015s | |
| -- rename_column(:promotion_rules, :promotion_id, :activator_id) | |
| -> 0.1531s | |
| == PromotionChangesToSubclassOfActivator: migrated (0.1559s) ================= | |
| == CreatePromotionActions: migrating ========================================= | |
| -- create_table(:promotion_actions) | |
| -> 0.0021s | |
| == CreatePromotionActions: migrated (0.0029s) ================================ | |
| == CreatePromotionActionLineItems: migrating ================================= | |
| -- create_table("promotion_action_line_items") | |
| -> 0.0018s | |
| == CreatePromotionActionLineItems: migrated (0.0027s) ======================== | |
| loading fixture /Users/phong/Sites/spree/core/db/default/countries.yml | |
| loading fixture /Users/phong/Sites/spree/core/db/default/roles.yml | |
| loading fixture /Users/phong/Sites/spree/core/db/default/states.yml | |
| loading fixture /Users/phong/Sites/spree/core/db/default/zone_members.yml | |
| loading fixture /Users/phong/Sites/spree/core/db/default/zones.yml | |
| loading ruby /Users/phong/Sites/spree/auth/db/default/users.rb | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/addresses.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/adjustments.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/assets.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/calculators.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/line_items.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/option_types.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/option_values.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/orders.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/payment_methods.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/preferences.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/product_groups.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/product_option_types.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/product_properties.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/product_scopes.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/products.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/properties.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/prototypes.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/shipments.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/shipping_categories.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/shipping_methods.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/tax_categories.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/tax_rates.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/taxonomies.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/taxons.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/users.yml | |
| loading fixture /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/variants.yml | |
| loading ruby /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/inventory_units.rb | |
| loading ruby /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/payments.rb | |
| Processing order 99 | |
| loading ruby /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/products.rb | |
| -- Processing image: ror_tote.jpeg | |
| -- Processing image: ror_tote_back.jpeg | |
| -- Processing image: ror_bag.jpeg | |
| -- Processing image: ror_baseball.jpeg | |
| -- Processing image: ror_baseball_back.jpeg | |
| -- Processing image: ror_jr_spaghetti.jpeg | |
| -- Processing image: ror_mug.jpeg | |
| -- Processing image: ror_mug_back.jpeg | |
| -- Processing image: ror_ringer.jpeg | |
| -- Processing image: ror_ringer_back.jpeg | |
| -- Processing image: ror_stein.jpeg | |
| -- Processing image: ror_stein_back.jpeg | |
| -- Processing image: apache_baseball.png | |
| -- Processing image: ruby_baseball.png | |
| -- Processing image: ror_baseball_jersey_green.png | |
| -- Processing image: ror_baseball_jersey_back_green.png | |
| -- Processing image: ror_baseball_jersey_green.png | |
| -- Processing image: ror_baseball_jersey_back_green.png | |
| -- Processing image: ror_baseball_jersey_green.png | |
| -- Processing image: ror_baseball_jersey_back_green.png | |
| -- Processing image: ror_baseball_jersey_blue.png | |
| -- Processing image: ror_baseball_jersey_back_blue.png | |
| -- Processing image: ror_baseball_jersey_blue.png | |
| -- Processing image: ror_baseball_jersey_back_blue.png | |
| -- Processing image: ror_baseball_jersey_blue.png | |
| -- Processing image: ror_baseball_jersey_back_blue.png | |
| -- Processing image: ror_baseball_jersey_red.png | |
| -- Processing image: ror_baseball_jersey_back_red.png | |
| -- Processing image: ror_baseball_jersey_red.png | |
| -- Processing image: ror_baseball_jersey_back_red.png | |
| -- Processing image: ror_baseball_jersey_red.png | |
| -- Processing image: ror_baseball_jersey_back_red.png | |
| loading ruby /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/taxons.rb | |
| loading ruby /Users/phong/Sites/spree/sample/lib/tasks/../../db/sample/update_memberships.rb | |
| Bootstrap Complete. | |
| bundle exec rake assets:precompile RAILS_ENV=development RAILS_ASSETS_NONDIGEST=true | |
| /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
| /Users/phong/.rvm/rubies/ruby-1.9.2-p290/bin/ruby /Users/phong/.rvm/gems/ruby-1.9.2-p290@global/bin/rake assets:precompile:all RAILS_ENV=development RAILS_GROUPS=assets | |
| /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
| [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.order" is no longer supported | |
| phong:~/Sites/spree[master]$ cd sandbox/ | |
| phong:~/Sites/spree/sandbox[master]$ spree extension test_extension | |
| /Users/phong/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find spree (>= 0) amongst [POpen4-0.1.4, Platform-0.4.0, abstract-1.0.0, actionmailer-3.1.1, actionmailer-3.1.0, actionmailer-3.0.10, actionpack-3.1.1, actionpack-3.1.0, actionpack-3.0.10, active_reload-0.6.0, active_utils-1.0.1, activemerchant-1.18.1, activemerchant-1.17.0, activemodel-3.1.1, activemodel-3.1.0, activemodel-3.0.10, activerecord-3.1.1, activerecord-3.1.0, activerecord-3.0.10, activeresource-3.1.1, activeresource-3.1.0, activeresource-3.0.10, activesupport-3.1.1, activesupport-3.1.0, activesupport-3.0.10, acts_as_indexed-0.7.3, acts_as_list-0.1.4, addressable-2.2.6, addressable-2.2.4, ansi-1.3.0, archive-tar-minitar-0.5.2, arel-2.2.1, arel-2.0.10, awesome_nested_set-2.0.2, babosa-0.3.5, barista-1.2.1, bcrypt-ruby-3.0.1, braintree-2.12.0, braintree-2.11.0, builder-3.0.0, builder-2.1.2, bundler-1.0.18, cancan-1.6.5, capistrano-2.8.0, capistrano-ext-1.2.1, capybara-1.0.1, childprocess-0.2.2, chronic-0.6.3, cocaine-0.2.0, coffee-rails-3.1.1, coffee-script-2.2.0, coffee-script-source-1.1.2, columnize-0.3.4, cucumber-1.0.6, cucumber-rails-1.0.0, database_cleaner-0.6.7, deface-0.7.0, devise-1.4.7, diff-lcs-1.1.3, dragonfly-0.9.8, erubis-2.7.0, erubis-2.6.6, exception_notification-2.5.2, execjs-1.2.9, execjs-1.2.8, execjs-1.2.4, factory_girl-2.1.0, factory_girl_rails-1.2.0, faker-1.0.0, faraday-0.6.1, ffi-1.0.9, friendly_id_globalize3-3.2.1.5, gherkin-2.4.21, globalize3-0.1.0, haml-3.1.3, highline-1.6.2, highline-1.5.1, hike-1.2.1, i18n-0.6.0, i18n-0.5.0, jammit-0.6.3, jquery-rails-1.0.14, json-1.6.1, json_pure-1.6.1, kaminari-0.12.4, launchy-2.0.5, linecache19-0.5.12, machinist-1.0.6, mail-2.3.0, mail-2.2.19, memcache-client-1.8.5, meta_search-1.1.1, meta_where-1.0.4, metaclass-0.0.1, mime-types-1.16, mini_magick-3.3, mocha-0.10.0, money-3.7.1, multi_json-1.0.3, multi_xml-0.2.2, multipart-post-1.1.3, mysql2-0.3.7, mysql2-0.2.13, nested_set-1.6.8, net-ldap-0.2.2, net-scp-1.0.4, net-sftp-2.0.5, net-ssh-2.2.1, net-ssh-gateway-1.1.0, nokogiri-1.5.0, nokogiri-1.4.7, notifiers-1.1.0, oa-basic-0.2.6, oa-core-0.2.6, oa-enterprise-0.2.6, oa-more-0.2.6, oa-oauth-0.2.6, oa-openid-0.2.6, oauth-0.4.5, oauth2-0.4.1, omniauth-0.2.6, open4-1.1.0, orm_adapter-0.0.5, paperclip-2.4.1, polyamorous-0.5.0, polyglot-0.3.2, pyu-ruby-sasl-0.0.3.3, rack-1.3.4, rack-1.3.3, rack-1.2.4, rack-1.2.3, rack-cache-1.1, rack-cache-1.0.3, rack-mount-0.8.3, rack-mount-0.6.14, rack-openid-1.3.1, rack-ssl-1.3.2, rack-test-0.6.1, rack-test-0.5.7, rails-3.1.1, rails-3.1.0, rails-3.0.10, railties-3.1.1, railties-3.1.0, railties-3.0.10, rake-0.9.2, rcov-0.9.10, rd_find_by_param-0.1.1, rd_resource_controller-1.0.1, rdoc-3.9.4, recaptcha-0.3.1, redis-2.2.2, redis-namespace-1.0.3, refinerycms-1.0.8, refinerycms-authentication-1.0.8, refinerycms-base-1.0.8, refinerycms-core-1.0.8, refinerycms-dashboard-1.0.8, refinerycms-generators-1.0.4, refinerycms-i18n-1.0.0, refinerycms-images-1.0.8, refinerycms-pages-1.0.8, refinerycms-resources-1.0.8, refinerycms-settings-1.0.8, resque-1.19.0, rest-client-1.6.7, routing-filter-0.2.4, rspec-2.6.0, rspec-core-2.6.4, rspec-expectations-2.6.0, rspec-mocks-2.6.0, rspec-rails-2.6.1, ruby-debug-base19-0.11.25, ruby-debug19-0.11.6, ruby-openid-2.1.8, ruby-openid-apps-discovery-1.2.0, ruby_core_source-0.1.5, rubyntlm-0.1.1, rubyzip-0.9.4, sass-3.1.7, sass-rails-3.1.3, sass-rails-3.1.2, selenium-webdriver-2.6.0, seo_meta-1.1.1, shoulda-3.0.0.beta2, shoulda-context-1.0.0.beta1, shoulda-matchers-1.0.0.beta3, sinatra-1.2.6, sorcery-0.6.1, sprockets-2.0.2, sprockets-2.0.0, sqlite3-1.3.4, state_machine-1.0.1, stringex-1.0.3, subexec-0.1.0, term-ansicolor-1.0.6, thor-0.14.6, tilt-1.3.3, treetop-1.4.10, truncate_html-0.5.1, turn-0.8.2, tzinfo-0.3.30, tzinfo-0.3.29, uglifier-1.0.3, vegas-0.1.8, warden-1.0.6, warden-1.0.5, watchr-0.7, webrat-0.7.3, whenever-0.7.0, will_paginate-3.0.2, wirble-0.1.3, xpath-0.1.4, yui-compressor-0.9.6] (Gem::LoadError) | |
| from /Users/phong/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec' | |
| from /Users/phong/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems.rb:1210:in `gem' | |
| from /Users/phong/.rvm/gems/ruby-1.9.2-p290@dreamcatcher/bin/spree:18:in `<main>' | |
| phong:~/Sites/spree/sandbox[master]$ rails -v | |
| Rails 3.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment