Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/52.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 创建新rails应用程序时出错_Ruby On Rails - Fatal编程技术网

Ruby on rails 创建新rails应用程序时出错

Ruby on rails 创建新rails应用程序时出错,ruby-on-rails,Ruby On Rails,我在尝试创建新的rails应用程序时遇到了一些问题 当我进入“rails新应用程序”创建它时,我看到的是: create create README.rdoc create Rakefile create config.ru create .gitignore create Gemfile create app create app/assets/images/rails.png create app/assets/javascripts/

我在尝试创建新的rails应用程序时遇到了一些问题

当我进入“rails新应用程序”创建它时,我看到的是:

  create  
  create  README.rdoc
  create  Rakefile
  create  config.ru
  create  .gitignore
  create  Gemfile
  create  app
  create  app/assets/images/rails.png
  create  app/assets/javascripts/application.js
  create  app/assets/stylesheets/application.css
  create  app/controllers/application_controller.rb
  create  app/helpers/application_helper.rb
  create  app/views/layouts/application.html.erb
  create  app/mailers/.gitkeep
  create  app/models/.gitkeep
  create  config
  create  config/routes.rb
  create  config/application.rb
  create  config/environment.rb
  create  config/environments
  create  config/environments/development.rb
  create  config/environments/production.rb
  create  config/environments/test.rb
  create  config/initializers
  create  config/initializers/backtrace_silencers.rb
  create  config/initializers/inflections.rb
  create  config/initializers/mime_types.rb
  create  config/initializers/secret_token.rb
  create  config/initializers/session_store.rb
  create  config/initializers/wrap_parameters.rb
  create  config/locales
  create  config/locales/en.yml
  create  config/boot.rb
  create  config/database.yml
  create  db
  create  db/seeds.rb
  create  doc
  create  doc/README_FOR_APP
  create  lib
  create  lib/tasks
  create  lib/tasks/.gitkeep
  create  lib/assets
  create  lib/assets/.gitkeep
  create  log
  create  log/.gitkeep
  create  public
  create  public/404.html
  create  public/422.html
  create  public/500.html
  create  public/favicon.ico
  create  public/index.html
  create  public/robots.txt
  create  script
  create  script/rails
  create  test/fixtures
  create  test/fixtures/.gitkeep
  create  test/functional
  create  test/functional/.gitkeep
  create  test/integration
  create  test/integration/.gitkeep
  create  test/unit
  create  test/unit/.gitkeep
  create  test/performance/browsing_test.rb
  create  test/test_helper.rb
  create  tmp/cache
  create  tmp/cache/assets
  create  vendor/assets/javascripts
  create  vendor/assets/javascripts/.gitkeep
  create  vendor/assets/stylesheets
  create  vendor/assets/stylesheets/.gitkeep
  create  vendor/plugins
  create  vendor/plugins/.gitkeep
     run  bundle install
/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb:70:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb:70:in `block in connect'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:99:in `timeout'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb:70:in `connect'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:755:in `do_start'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:750:in `start'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:628:in `start'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:570:in `connection_for'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:930:in `request'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/fetcher.rb:195:in `fetch'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/fetcher.rb:169:in `use_api'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:in `block in remote_specs'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:in `select'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:in `remote_specs'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:162:in `fetch_specs'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:66:in `specs'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:192:in `block (2 levels) in index'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:189:in `each'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:189:in `block in index'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/index.rb:9:in `build'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:185:in `index'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:179:in `resolve'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:114:in `specs'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:109:in `resolve_remotely!'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/installer.rb:83:in `run'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/installer.rb:14:in `install'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/cli.rb:247:in `install'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor/task.rb:27:in `run'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor.rb:344:in `dispatch'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor/base.rb:434:in `start'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/bin/bundle:20:in `block in <main>'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors'
    from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/bin/bundle:20:in `<main>'
        Unfortunately, a fatal error has occurred. Please see the Bundler
        troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
unknown60c5479b0f80:apps martha$ 
创建
创建README.rdoc
创建耙子
创建config.ru
create.gitignore
创建Gemfile
创建应用程序
创建app/assets/images/rails.png
创建app/assets/javascripts/application.js
创建app/assets/stylesheets/application.css
创建app/controllers/application_controller.rb
创建app/helpers/application_helper.rb
创建app/views/layouts/application.html.erb
创建app/mailers/.gitkeep
创建app/models/.gitkeep
创建配置
创建config/routes.rb
创建config/application.rb
创建config/environment.rb
创建配置/环境
创建config/environments/development.rb
创建config/environments/production.rb
创建config/environments/test.rb
创建配置/初始化程序
创建config/initializers/backtrace_消音器.rb
创建config/initializers/indlections.rb
创建config/initializers/mime_types.rb
创建config/initializers/secret_token.rb
创建config/initializers/session_store.rb
创建config/initializers/wrap_parameters.rb
创建配置/区域设置
创建config/locales/en.yml
创建config/boot.rb
创建config/database.yml
创建数据库
创建db/seeds.rb
创建文档
为应用程序创建文档/自述文件
创建库
创建库/任务
创建lib/tasks/.gitkeep
创建库/资产
创建lib/assets/.gitkeep
创建日志
创建log/.gitkeep
公开
创建public/404.html
创建public/422.html
创建public/500.html
创建public/favicon.ico
创建public/index.html
创建public/robots.txt
创建脚本
创建脚本/rails
创建测试/固定装置
创建test/fixtures/.gitkeep
创建测试/功能
创建test/functional/.gitkeep
创建测试/集成
创建test/integration/.gitkeep
创建测试/单元
创建test/unit/.gitkeep
创建测试/性能/浏览\u test.rb
创建test/test_helper.rb
创建tmp/cache
创建tmp/cache/assets
创建供应商/资产/Java脚本
创建vendor/assets/javascripts/.gitceep
创建供应商/资产/样式表
创建供应商/资产/样式表/.gitkeep
创建供应商/插件
创建供应商/插件/.gitkeep
运行包安装
/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl\u reuse.rb:70:in`connect':ssl\u connect返回=1 errno=0 state=SSLv3读取服务器证书B:证书验证失败(OpenSSL::ssl::sslrror)
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl\u reuse.rb:70:在“连接中的块”中
from/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in'timeout'
from/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:99:in'timeout'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent/ssl\u reuse.rb:70:in'connect'
from/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:755:in'do_start'
from/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:750:in'start'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:628:in'start'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:570:in'connection_for'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:930:“请求”中
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/fetcher.rb:195:in'fetch'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/fetcher.rb:169:正在使用
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:in“远程规范中的块”
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:in'select'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:223:在“远程”规范中
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:162:in'fetch_specs'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:66:in'specs'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:192:in `索引中的块(2个级别)'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:189:在'each'中
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:189:在“索引中的块”中
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/index.rb:9:内置
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:185:in'index'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:179:in'resolve'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:114:in'specs'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/definition.rb:109:“远程解析!”
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/installer.rb:83:处于“运行”状态
来自/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/installer.rb:14:in'install'
来自/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/cli.rb:247:in'install'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor/task.rb:27“运行”
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor/invocation.rb:120:in“invoke_task”
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.3.0/lib/bundler/vendor/thor.rb:344:in'dispatch'
from/usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1