Created
October 4, 2014 04:33
-
-
Save studio3104/0147ed65cc74751173ac to your computer and use it in GitHub Desktop.
ruby 2.1.3 で require 'sinatra/namespace' していると Errno::EBADF で起動出来ない
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
require 'sinatra/base' | |
require 'sinatra/namespace' | |
class App < Sinatra::Base | |
end |
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
require 'sinatra' | |
require './app' | |
run App |
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
/home/studio3104/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/backports-3.6.0/lib/backports/1.9.1/io/open.rb:2:in `close': Bad file descriptor @ fptr_finalize - /home/studio3104/.rbenv/versio | |
ns/2.1.3/lib/ruby/gems/2.1.0/gems/backports-3.6.0/lib/backports/1.9.1/io/open.rb (Errno::EBADF) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment