Skip to content

Instantly share code, notes, and snippets.

@Evanto
Created November 3, 2017 12:01
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 Evanto/3fcb1313ec18e6ead23ee63eaf9b884c to your computer and use it in GitHub Desktop.
Save Evanto/3fcb1313ec18e6ead23ee63eaf9b884c to your computer and use it in GitHub Desktop.
ubuntu@rails-dev-box:~/www/qna$ rails s
DEPRECATION WARNING: Sprockets method `register_engine` is deprecated.
Please register a mime type using `register_mime_type` then
use `register_compressor` or `register_transformer`.
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
(called from <top (required)> at /var/lib/gems/2.4.0/gems/skim-0.10.0/lib/skim/sprockets.rb:3)
/var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `require': /var/lib/gems/2.4.0/gems/therubyracer-0.12.3/lib/v8/init.so: file too short - /var/lib/gems/2.4.0/gems/therubyracer-0.12.3/lib/v8/init.so (LoadError)
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `block in require'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:258:in `load_dependency'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `require'
from /var/lib/gems/2.4.0/gems/therubyracer-0.12.3/lib/v8.rb:4:in `<top (required)>'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `require'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `block in require'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:258:in `load_dependency'
from /var/lib/gems/2.4.0/gems/activesupport-5.1.1/lib/active_support/dependencies.rb:292:in `require'
from /var/lib/gems/2.4.0/gems/therubyracer-0.12.3/lib/therubyracer.rb:1:in `<top (required)>'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:82:in `require'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:82:in `block (2 levels) in require'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:77:in `each'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:77:in `block in require'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:66:in `each'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:66:in `require'
from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler.rb:108:in `require'
from /home/ubuntu/www/qna/config/application.rb:7:in `<top (required)>'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/commands/server/server_command.rb:129:in `require'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/commands/server/server_command.rb:129:in `block in perform'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/commands/server/server_command.rb:126:in `tap'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/commands/server/server_command.rb:126:in `perform'
from /var/lib/gems/2.4.0/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'
from /var/lib/gems/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'
from /var/lib/gems/2.4.0/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/command/base.rb:63:in `perform'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/command.rb:44:in `invoke'
from /var/lib/gems/2.4.0/gems/railties-5.1.1/lib/rails/commands.rb:16:in `<top (required)>'
from /home/ubuntu/www/qna/bin/rails:9:in `require'
from /home/ubuntu/www/qna/bin/rails:9:in `<top (required)>'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/client.rb:30:in `run'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/bin/spring:49:in `<top (required)>'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load'
from /var/lib/gems/2.4.0/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>'
from /usr/local/lib/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /usr/local/lib/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /home/ubuntu/www/qna/bin/spring:15:in `<top (required)>'
from bin/rails:3:in `load'
from bin/rails:3:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment