Skip to content

Instantly share code, notes, and snippets.

@anon987654321
Last active September 26, 2020 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anon987654321/b0ca04adb2ab043befb49a42a2112a32 to your computer and use it in GitHub Desktop.
Save anon987654321/b0ca04adb2ab043befb49a42a2112a32 to your computer and use it in GitHub Desktop.

Installing Solidus 2.10 on a fresh Rails app

  • Rails 6.0.3.3
  • Ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-openbsd]
  • sqlite3 3.29.0 2019-07-10 17:32:03 fc82b73eaac8b36950e527f12c4b5dc1e147e6f4ad2217ae43ad82882a88bfa6
dev@dev:~/mystore% rails generate spree:install
Running via Spring preloader in process 53310
      create  config/initializers/spree.rb
      append  public/robots.txt
       exist  app/assets/images
      create  vendor/assets/javascripts/spree/frontend
      create  vendor/assets/javascripts/spree/backend
      create  vendor/assets/stylesheets/spree/frontend
      create  vendor/assets/stylesheets/spree/backend
      create  vendor/assets/images/spree/frontend
      create  vendor/assets/images/spree/backend
      create  vendor/assets/javascripts/spree/frontend/all.js
      create  vendor/assets/stylesheets/spree/frontend/all.css
      create  vendor/assets/javascripts/spree/backend/all.js
      create  vendor/assets/stylesheets/spree/backend/all.css
      create  app/overrides
      append  db/seeds.rb
     copying  migrations
    creating  database
        rake  db:create
Created database 'db/development.sqlite3'
Created database 'db/test.sqlite3'
     running  migrations
        rake  db:migrate VERBOSE=false
     loading  seed data
        rake  db:seed 
Loading seed file: stores
Loading seed file: store_credit
Loading seed file: countries
Loading seed file: return_reasons
Loading seed file: states
Loading seed file: stock_locations
Loading seed file: zones
Loading seed file: refund_reasons
Loading seed file: roles
Loading seed file: shipping_categories
     loading  sample data
        rake  spree_sample:load
Loaded Payment Methods samples
Loaded Tax Categories samples
Loaded Tax Rates samples
Loaded Shipping Categories samples
Loaded Shipping Methods samples
Loaded Products samples
Loaded Taxonomies samples
Loaded Taxons samples
Loaded Option Types samples
Loaded Option Values samples
Loaded Product Option Types samples
Loaded Product Properties samples
Loaded Variants samples
Loaded Stock samples
Loading images for Solidus T-Shirt
Loading images for Solidus Long Sleeve
Loading images for Solidus Snapback Cap
Loading images for Solidus Hoodie Zip
Loading images for Ruby Hoodie
Loading images for Ruby Hoodie Zip
Loading images for Ruby Polo
Loading images for Solidus Mug
Loading images for Ruby Mug
Loading images for Solidus Tote
Loading images for Ruby Tote
Loading images for Solidus Girly
Loaded Assets samples
Loaded Addresses samples
Loaded Stores samples
rake aborted!
ActiveRecord::StatementInvalid: SQLite3::BusyException: database is locked
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:170:in `step'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:170:in `next_hash'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:105:in `next'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:133:in `each'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:202:in `to_a'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:202:in `block in execute'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:151:in `prepare'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:193:in `execute'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:650:in `commit'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb:77:in `block in commit_db_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:722:in `block (2 levels) in log'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:721:in `block in log'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:712:in `log'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb:77:in `commit_db_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:191:in `commit'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:264:in `block in commit_transaction'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:255:in `commit_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:293:in `block in within_new_transaction'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:278:in `within_new_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/database_statements.rb:280:in `transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/transactions.rb:212:in `transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/transactions.rb:366:in `with_transaction_returning_status'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/persistence.rb:633:in `update!'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/adjustment.rb:143:in `update!'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/adjustment.rb:71:in `finalize!'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/order.rb:423:in `finalize!'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/eval_helpers.rb:58:in `evaluate_method'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:192:in `block in run_methods'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:191:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:191:in `run_methods'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:159:in `call'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `block (2 levels) in after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `block in after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:392:in `catch'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:392:in `after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:195:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:127:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:212:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `block (2 levels) in perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `catch'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `block in perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:186:in `within_transaction'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:62:in `perform'
/home/dev/.gem/gems/state_machines-activerecord-0.6.0/lib/state_machines/integrations/active_record.rb:530:in `around_save'
/home/dev/.gem/gems/state_machines-activerecord-0.6.0/lib/state_machines/integrations/active_record.rb:511:in `save'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `block (2 levels) in run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `block in run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:170:in `catch_exceptions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:148:in `run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:60:in `perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:163:in `perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:155:in `fire'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:219:in `block in add_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/machine.rb:729:in `block (2 levels) in define_helper'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:224:in `block in add_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/machine.rb:729:in `block (2 levels) in define_helper'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:47:in `block in <main>'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:42:in `each'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:42:in `<main>'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/dev/.gem/gems/zeitwerk-2.4.0/lib/zeitwerk/kernel.rb:34:in `require'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/spree/sample.rb:17:in `load_sample'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/spree_sample.rb:27:in `load_samples'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/tasks/sample.rake:21:in `block (2 levels) in <main>'
/home/dev/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'

Caused by:
SQLite3::BusyException: database is locked
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:170:in `step'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:170:in `next_hash'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:105:in `next'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/resultset.rb:133:in `each'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:202:in `to_a'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:202:in `block in execute'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:151:in `prepare'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:193:in `execute'
/home/dev/.gem/gems/sqlite3-1.4.2/lib/sqlite3/database.rb:650:in `commit'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb:77:in `block in commit_db_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:722:in `block (2 levels) in log'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:721:in `block in log'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract_adapter.rb:712:in `log'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/sqlite3/database_statements.rb:77:in `commit_db_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:191:in `commit'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:264:in `block in commit_transaction'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:255:in `commit_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:293:in `block in within_new_transaction'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/home/dev/.gem/gems/activesupport-6.0.3.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/transaction.rb:278:in `within_new_transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/database_statements.rb:280:in `transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/transactions.rb:212:in `transaction'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/transactions.rb:366:in `with_transaction_returning_status'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/persistence.rb:633:in `update!'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/adjustment.rb:143:in `update!'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/adjustment.rb:71:in `finalize!'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each'
/home/dev/.gem/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each'
/home/dev/.gem/gems/solidus_core-2.10.2/app/models/spree/order.rb:423:in `finalize!'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/eval_helpers.rb:58:in `evaluate_method'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:192:in `block in run_methods'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:191:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:191:in `run_methods'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/callback.rb:159:in `call'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `block (2 levels) in after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:394:in `block in after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:392:in `catch'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:392:in `after'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:195:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:127:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:212:in `run_callbacks'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `block (2 levels) in perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `catch'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:63:in `block in perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:186:in `within_transaction'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:62:in `perform'
/home/dev/.gem/gems/state_machines-activerecord-0.6.0/lib/state_machines/integrations/active_record.rb:530:in `around_save'
/home/dev/.gem/gems/state_machines-activerecord-0.6.0/lib/state_machines/integrations/active_record.rb:511:in `save'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `block (2 levels) in run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `each'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:154:in `block in run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:170:in `catch_exceptions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:148:in `run_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition_collection.rb:60:in `perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/transition.rb:163:in `perform'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:155:in `fire'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:219:in `block in add_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/machine.rb:729:in `block (2 levels) in define_helper'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/event.rb:224:in `block in add_actions'
/home/dev/.gem/gems/state_machines-0.5.0/lib/state_machines/machine.rb:729:in `block (2 levels) in define_helper'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:47:in `block in <main>'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:42:in `each'
/home/dev/.gem/gems/solidus_sample-2.10.2/db/samples/orders.rb:42:in `<main>'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/dev/.gem/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/dev/.gem/gems/zeitwerk-2.4.0/lib/zeitwerk/kernel.rb:34:in `require'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/spree/sample.rb:17:in `load_sample'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/spree_sample.rb:27:in `load_samples'
/home/dev/.gem/gems/solidus_sample-2.10.2/lib/tasks/sample.rake:21:in `block (2 levels) in <main>'
/home/dev/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
Tasks: TOP => spree_sample:load
(See full trace by running task with --trace)
      insert  config/routes.rb
**************************************************
We added the following line to your application's config/routes.rb file:
 
    mount Spree::Core::Engine, at: '/'
**************************************************
Solidus has been installed successfully. You're all ready to go!
 
Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment