Advertisement
ArthurZ

Unable to start Rails Server

Mar 23rd, 2018
1,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 5.46 KB | None | 0 0
  1. rails s
  2. Warning: Running `gem pristine --all` to regenerate your installed gemspecs (and deleting then reinstalling your bundle if you use bundle --path) will improve the startup performance of Spring.
  3. => Booting WEBrick
  4. => Rails 4.2.2 application starting in development on http://localhost:3000
  5. => Run `rails server -h` for more startup options
  6. => Ctrl-C to shutdown server
  7. Exiting
  8. /home/arthur/.gem/ruby/gems/turbolinks-5.1.0/lib/turbolinks.rb:25:in `block (2 levels) in <class:Engine>': private method `include' called for ActionDispatch::Assertions:Module (NoMethodError)
  9.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
  10.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
  11.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/lazy_load_hooks.rb:28:in `block in on_load'
  12.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/lazy_load_hooks.rb:27:in `each'
  13.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/lazy_load_hooks.rb:27:in `on_load'
  14.     from /home/arthur/.gem/ruby/gems/turbolinks-5.1.0/lib/turbolinks.rb:21:in `block in <class:Engine>'
  15.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/initializable.rb:30:in `instance_exec'
  16.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/initializable.rb:30:in `run'
  17.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/initializable.rb:55:in `block in run_initializers'
  18.     from /usr/share/ruby/tsort.rb:150:in `block in tsort_each'
  19.     from /usr/share/ruby/tsort.rb:183:in `block (2 levels) in each_strongly_connected_component'
  20.     from /usr/share/ruby/tsort.rb:219:in `each_strongly_connected_component_from'
  21.     from /usr/share/ruby/tsort.rb:182:in `block in each_strongly_connected_component'
  22.     from /usr/share/ruby/tsort.rb:180:in `each'
  23.     from /usr/share/ruby/tsort.rb:180:in `each_strongly_connected_component'
  24.     from /usr/share/ruby/tsort.rb:148:in `tsort_each'
  25.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/initializable.rb:54:in `run_initializers'
  26.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/application.rb:352:in `initialize!'
  27.     from /home/arthur/Projects/Rails/serenityforms/config/environment.rb:5:in `<top (required)>'
  28.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require'
  29.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `block in require'
  30.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:240:in `load_dependency'
  31.     from /home/arthur/.gem/ruby/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require'
  32.     from /home/arthur/Projects/Rails/serenityforms/config.ru:3:in `block in <main>'
  33.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/builder.rb:55:in `instance_eval'
  34.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/builder.rb:55:in `initialize'
  35.     from /home/arthur/Projects/Rails/serenityforms/config.ru:in `new'
  36.     from /home/arthur/Projects/Rails/serenityforms/config.ru:in `<main>'
  37.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/builder.rb:49:in `eval'
  38.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/builder.rb:49:in `new_from_string'
  39.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/builder.rb:40:in `parse_file'
  40.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/server.rb:300:in `build_app_and_options_from_config'
  41.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/server.rb:209:in `app'
  42.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/server.rb:61:in `app'
  43.     from /home/arthur/.gem/ruby/gems/rack-1.6.9/lib/rack/server.rb:337:in `wrapped_app'
  44.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/server.rb:139:in `log_to_stdout'
  45.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/server.rb:78:in `start'
  46.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:80:in `block in server'
  47.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:75:in `tap'
  48.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:75:in `server'
  49.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
  50.     from /home/arthur/.gem/ruby/gems/railties-4.2.2/lib/rails/commands.rb:17:in `<top (required)>'
  51.     from /home/arthur/Projects/Rails/serenityforms/bin/rails:9:in `require'
  52.     from /home/arthur/Projects/Rails/serenityforms/bin/rails:9:in `<top (required)>'
  53.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load'
  54.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call'
  55.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call'
  56.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/client.rb:30:in `run'
  57.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/bin/spring:49:in `<top (required)>'
  58.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load'
  59.     from /home/arthur/.gem/ruby/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>'
  60.     from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:68:in `require'
  61.     from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:68:in `require'
  62.     from /home/arthur/Projects/Rails/serenityforms/bin/spring:14:in `<top (required)>'
  63.     from bin/rails:3:in `load'
  64.     from bin/rails:3:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement