Simple clean install
See original GitHub issueHi,
i’ve been trying to follow the simple steps to install a clean version on ruby 2.7.2 and rails 6.1 and I can’t even start the server. Does anyone has a manual on the steps we need to take to have a working version of the CMS?
=> Booting Puma => Rails 6.0.3.4 application starting in development => Run rails server --helpfor more startup options Exiting Traceback (most recent call last): 40: from bin/rails:2:in<main>’
39: from bin/rails:2:in load' 38: from /Users/xxx/Work/cms/bin/spring:7:in <top (required)>’
37: from /Users/xxx/Work/cms/bin/spring:7:in tap' 36: from /Users/xxx/Work/cms/bin/spring:10:in block in <top (required)>’
35: from /Users/xxx/Work/cms/bin/spring:10:in require' 34: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/binstub.rb:11:in <top (required)>’
33: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/binstub.rb:11:in load' 32: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/bin/spring:49:in <top (required)>’
31: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client.rb:30:in run' 30: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/command.rb:7:in call’
29: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in call' 28: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in load’
27: from /Users/xxx/Work/cms/bin/rails:5:in <top (required)>' 26: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:324:in require’
25: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:291:in load_dependency' 24: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:324:in block in require’
23: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in require' 22: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in require_with_bootsnap_lfi’
21: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in register' 20: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in block in require_with_bootsnap_lfi’
19: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in require' 18: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands.rb:18:in <main>’
17: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/command.rb:46:in invoke' 16: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/command/base.rb:69:in perform’
15: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor.rb:392:in dispatch' 14: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor/invocation.rb:127:in invoke_command’
13: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor/command.rb:27:in run' 12: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:138:in perform’
11: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:138:in tap' 10: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:147:in block in perform’
9: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:37:in start' 8: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:77:in log_to_stdout’
7: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:422:in wrapped_app' 6: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:249:in app’
5: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:349:in build_app_and_options_from_config' 4: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:66:in parse_file’
3: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:105:in load_file' 2: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:116:in new_from_string’
1: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:116:in eval' config.ru:6:in block in <main>': undefined method load_server' for #<Cms::Application:0x00007f9b0cb72100> (NoMethodError) Did you mean? load_seed
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)

Top Related StackOverflow Question
Released v2.6.0 https://github.com/owen2345/camaleon-cms/blob/master/CHANGELOG.md
So sorry guys, I forgot to release the new version.
Hm, I think camaleon-cms isn’t using ActiveStorage yet.