Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/16.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服务器命令不起作用,给了我500行代码_Ruby On Rails_Ruby_Ruby On Rails 4_Windows 7 X64 - Fatal编程技术网

Ruby on rails rails服务器命令不起作用,给了我500行代码

Ruby on rails rails服务器命令不起作用,给了我500行代码,ruby-on-rails,ruby,ruby-on-rails-4,windows-7-x64,Ruby On Rails,Ruby,Ruby On Rails 4,Windows 7 X64,只是想知道是否有什么方法可以修复这个为ruby on rails重新安装的一切,但仍然不知道是否有人有解决方案…?首先,确保安装了DevKit(),并通过运行DevKit\devktvars.bat加载其变量 接下来,您需要一个MySQL库来进行链接。如果在开发机器上加载了MySQL,就可以使用它。如果没有,则需要从服务器复制MySQL目录,或者获取MySQL C连接器的副本: 如果您使用的是连接器,我建议您只获取.zip文件并在方便的地方将其解压缩 现在您可以安装mysql2了。您必须使用--

只是想知道是否有什么方法可以修复这个为ruby on rails重新安装的一切,但仍然不知道是否有人有解决方案…?

首先,确保安装了DevKit(),并通过运行DevKit\devktvars.bat加载其变量

接下来,您需要一个MySQL库来进行链接。如果在开发机器上加载了MySQL,就可以使用它。如果没有,则需要从服务器复制MySQL目录,或者获取MySQL C连接器的副本:

如果您使用的是连接器,我建议您只获取.zip文件并在方便的地方将其解压缩

现在您可以安装mysql2了。您必须使用
--with mysql dir
选项告诉gem您的mysql库文件在哪里。例如,如果将连接器解压缩到c:\mysql-connector-c-6.1.1-win32,您将按照以下方式安装gem:

  374 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes/mapping.rb
  375 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes/alias.rb
  376 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes.rb
  377 C:/Ruby200-x64/lib/ruby/2.0.0/psych/streaming.rb
  378 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/visitor.rb
  379 C:/Ruby200-x64/lib/ruby/2.0.0/psych/scalar_scanner.rb
  380 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/to_ruby.rb
  381 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/emitter.rb
  382 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/yaml_tree.rb
  383 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/ruby_events.rb
  384 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/json_tree.rb
  385 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/depth_first.rb
  386 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors.rb
  387 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handler.rb
  388 C:/Ruby200-x64/lib/ruby/2.0.0/psych/tree_builder.rb
  389 C:/Ruby200-x64/lib/ruby/2.0.0/psych/parser.rb
  390 C:/Ruby200-x64/lib/ruby/2.0.0/psych/omap.rb
  391 C:/Ruby200-x64/lib/ruby/2.0.0/psych/set.rb
  392 C:/Ruby200-x64/lib/ruby/2.0.0/psych/coder.rb
  393 C:/Ruby200-x64/lib/ruby/2.0.0/psych/core_ext.rb
  394 C:/Ruby200-x64/lib/ruby/2.0.0/psych/deprecated.rb
  395 C:/Ruby200-x64/lib/ruby/2.0.0/psych/stream.rb
  396 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/yaml_events.rb
  397 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/tree_builder.rb
  398 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/stream.rb
  399 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handlers/document_stream.rb
  400 C:/Ruby200-x64/lib/ruby/2.0.0/psych.rb
  401 C:/Ruby200-x64/lib/ruby/2.0.0/yaml.rb
  402 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/big_decimal/conversions.rb
  403 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/quoting.rb
  404 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_statements.rb
  405 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/errors.rb
  406 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration.rb
  407 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration/join_table.rb
  408 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/schema_statements.rb
  409 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_limits.rb
  410 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/query_cache.rb
  411 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/descendants_tracker.rb
  412 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/callbacks.rb
  413 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract_adapter.rb
  414 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/scoping.rb
  415 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd.rb
  416 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activemodel-4.0.2/lib/active_model
/railtie.rb
  417 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/attr_internal.rb
  418 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/anonymous.rb
  419 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller.rb
  420 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/request.rb
  421 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/response.rb
  422 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/filter_redirect.rb
  423 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/cache.rb
  424 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/response.rb
  425 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/live.rb
  426 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/hash_with_indifferent_access.rb
  427 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/hash/indifferent_access.rb
  428 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/rescuable.rb
  429 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/upload.rb
  430 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/mock_sess
ion.rb
  431 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/cook
ie_jar.rb
  432 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/mock
_digest_request.rb
  433 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/util
s.rb
  434 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/meth
ods.rb
  435 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/uplo
aded_file.rb
  436 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test.rb
  437 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/strong_parameters.rb
  438 C:/Ruby200-x64/lib/ruby/2.0.0/erb.rb
  439 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/output_safety.rb
  440 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view.r
b
  441 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/v
endor/html-scanner.rb
  442 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/load_error.rb
  443 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/name_error.rb
  444 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/uri.rb
  445 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller.rb
  446 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ailtie.rb
  447 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller/railties/routes_helpers.rb
  448 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railties/helpers.rb
  449 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railtie.rb
  450 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/railtie.rb
  451 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/version.rb
  452 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/delegating_attributes.rb
  453 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/reachable.rb
  454 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/subclasses.rb
  455 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class.rb
  456 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er.rb
  457 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/railtie.rb
  458 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/test_unit
/railtie.rb
  459 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ver
sion.rb
  460 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike.rb
  461 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb
  462 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/string.rb
  463 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/erb.rb
  464 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/etanni.rb
  465 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/haml.rb
  466 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/css.rb
  467 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/csv.rb
  468 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/coffee.rb
  469 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb
  470 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/builder.rb
  471 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markaby.rb
  472 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/liquid.rb
  473 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/radius.rb
  474 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markdown.rb
  475 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/textile.rb
  476 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb
  477 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/wiki.rb
  478 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/yajl.rb
  479 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb
  480 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/plain.rb
  481 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt.rb
  482 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eco
_template.rb
  483 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ejs
_template.rb
  484 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/jst
_processor.rb
  485 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/uti
ls.rb
  486 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eng
ines.rb
  487 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/mime.rb
  488 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/mim
e.rb
  489 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessor.rb
  490 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessing.rb
  491 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/com
pressing.rb
  492 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pat
hs.rb
  493 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/normalized_arr
ay.rb
  494 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/extensions.rb
  495 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/index.rb
  496 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/paths.rb
  497 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/trail.rb
  498 C:/Ruby200-x64/lib/ruby/2.0.0/shellwords.rb
  499 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/dir
ective_processor.rb
  500 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/saf
ety_colons.rb
  501 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/cha
rset_normalizer.rb
  502 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_compressor.rb
  503 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/yui
_compressor.rb
  504 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/clo
sure_compressor.rb
  505 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ugl
ifier_compressor.rb
  506 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_template.rb
  507 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/scs
s_template.rb
  508 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets.rb
  509 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/benchmarkable.rb
  510 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/active_model_helper.rb
  511 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_url_helper.rb
  512 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/capture_helper.rb
  513 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tag_helper.rb
  514 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_tag_helper.rb
  515 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/atom_feed_helper.rb
  516 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/cache_helper.rb
  517 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/controller_helper.rb
  518 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/csrf_helper.rb
  519 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/date_helper.rb
  520 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/debug_helper.rb
  521 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/javascript_helper.rb
  522 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/array/access.rb
  523 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/url_helper.rb
  524 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/filters.rb
  525 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/sanitize_helper.rb
  526 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/text_helper.rb
  527 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_tag_helper.rb
  528 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tags.rb
  529 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/m
odel_naming.rb
  530 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_helper.rb
  531 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_options_helper.rb
  532 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/number_helper.rb
  533 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/number_helper.rb
  534 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/output_safety_helper.rb
  535 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/qualified_const.rb
  536 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module.rb
  537 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ecord_identifier.rb
  538 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/record_tag_helper.rb
  539 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/rendering_helper.rb
  540 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/translation_helper.rb
  541 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers.rb
  542 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/rails/helper.rb
  543 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/engine/co
nfiguration.rb
  544 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/applicati
on/configuration.rb
  545 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/railtie.rb
  546 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/all.rb
  547 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/string_inquirer.rb
  548 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/version.r
b
  549 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/error.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\Users\Aaron\sites\simple_cms>
最后,必须将libmysql.dll从MySQL或MySQL连接器目录的lib子目录复制到ruby\bin目录中。在上面的示例中,libmysql.dll将位于c:\mysql-connector-c-6.1.1-win32\lib

抄袭自:

更好的建议是:


把自己放在nitrous.io上!它是免费的,与在windows上开发相比,在windows上开发它的麻烦要少得多。

这是一个错误。你试过重新安装你的Ruby吗?是的,我重新安装了3次,但仍然无法让该死的服务器吃饭,以便我可以测试它。这不起作用,我不知道发生了什么事我重新安装了Ruby 3次,仍然无法让webrick托管服务器idk。什么事?欢迎你继续尝试,但我要告诉你的是,试图学习在windows上开发是在浪费你宝贵的时间——我花了很多时间尝试各种黑客技术,只是为了让我的环境或宝石发挥作用,就像我实际学习/试图学习任何东西一样。我的建议和上面一样--试试www.nitrous.io。它是一个运行在linux上的托管开发环境。它是免费的,可以帮你省去很多头痛。
  374 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes/mapping.rb
  375 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes/alias.rb
  376 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes.rb
  377 C:/Ruby200-x64/lib/ruby/2.0.0/psych/streaming.rb
  378 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/visitor.rb
  379 C:/Ruby200-x64/lib/ruby/2.0.0/psych/scalar_scanner.rb
  380 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/to_ruby.rb
  381 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/emitter.rb
  382 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/yaml_tree.rb
  383 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/ruby_events.rb
  384 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/json_tree.rb
  385 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/depth_first.rb
  386 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors.rb
  387 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handler.rb
  388 C:/Ruby200-x64/lib/ruby/2.0.0/psych/tree_builder.rb
  389 C:/Ruby200-x64/lib/ruby/2.0.0/psych/parser.rb
  390 C:/Ruby200-x64/lib/ruby/2.0.0/psych/omap.rb
  391 C:/Ruby200-x64/lib/ruby/2.0.0/psych/set.rb
  392 C:/Ruby200-x64/lib/ruby/2.0.0/psych/coder.rb
  393 C:/Ruby200-x64/lib/ruby/2.0.0/psych/core_ext.rb
  394 C:/Ruby200-x64/lib/ruby/2.0.0/psych/deprecated.rb
  395 C:/Ruby200-x64/lib/ruby/2.0.0/psych/stream.rb
  396 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/yaml_events.rb
  397 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/tree_builder.rb
  398 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/stream.rb
  399 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handlers/document_stream.rb
  400 C:/Ruby200-x64/lib/ruby/2.0.0/psych.rb
  401 C:/Ruby200-x64/lib/ruby/2.0.0/yaml.rb
  402 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/big_decimal/conversions.rb
  403 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/quoting.rb
  404 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_statements.rb
  405 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/errors.rb
  406 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration.rb
  407 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration/join_table.rb
  408 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/schema_statements.rb
  409 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_limits.rb
  410 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/query_cache.rb
  411 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/descendants_tracker.rb
  412 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/callbacks.rb
  413 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract_adapter.rb
  414 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/scoping.rb
  415 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd.rb
  416 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activemodel-4.0.2/lib/active_model
/railtie.rb
  417 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/attr_internal.rb
  418 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/anonymous.rb
  419 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller.rb
  420 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/request.rb
  421 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/response.rb
  422 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/filter_redirect.rb
  423 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/cache.rb
  424 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/response.rb
  425 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/live.rb
  426 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/hash_with_indifferent_access.rb
  427 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/hash/indifferent_access.rb
  428 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/rescuable.rb
  429 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/upload.rb
  430 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/mock_sess
ion.rb
  431 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/cook
ie_jar.rb
  432 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/mock
_digest_request.rb
  433 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/util
s.rb
  434 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/meth
ods.rb
  435 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/uplo
aded_file.rb
  436 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test.rb
  437 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/strong_parameters.rb
  438 C:/Ruby200-x64/lib/ruby/2.0.0/erb.rb
  439 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/output_safety.rb
  440 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view.r
b
  441 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/v
endor/html-scanner.rb
  442 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/load_error.rb
  443 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/name_error.rb
  444 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/uri.rb
  445 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller.rb
  446 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ailtie.rb
  447 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller/railties/routes_helpers.rb
  448 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railties/helpers.rb
  449 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railtie.rb
  450 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/railtie.rb
  451 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/version.rb
  452 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/delegating_attributes.rb
  453 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/reachable.rb
  454 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/subclasses.rb
  455 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class.rb
  456 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er.rb
  457 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/railtie.rb
  458 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/test_unit
/railtie.rb
  459 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ver
sion.rb
  460 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike.rb
  461 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb
  462 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/string.rb
  463 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/erb.rb
  464 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/etanni.rb
  465 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/haml.rb
  466 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/css.rb
  467 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/csv.rb
  468 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/coffee.rb
  469 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb
  470 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/builder.rb
  471 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markaby.rb
  472 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/liquid.rb
  473 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/radius.rb
  474 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markdown.rb
  475 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/textile.rb
  476 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb
  477 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/wiki.rb
  478 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/yajl.rb
  479 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb
  480 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/plain.rb
  481 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt.rb
  482 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eco
_template.rb
  483 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ejs
_template.rb
  484 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/jst
_processor.rb
  485 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/uti
ls.rb
  486 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eng
ines.rb
  487 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/mime.rb
  488 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/mim
e.rb
  489 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessor.rb
  490 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessing.rb
  491 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/com
pressing.rb
  492 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pat
hs.rb
  493 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/normalized_arr
ay.rb
  494 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/extensions.rb
  495 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/index.rb
  496 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/paths.rb
  497 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/trail.rb
  498 C:/Ruby200-x64/lib/ruby/2.0.0/shellwords.rb
  499 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/dir
ective_processor.rb
  500 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/saf
ety_colons.rb
  501 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/cha
rset_normalizer.rb
  502 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_compressor.rb
  503 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/yui
_compressor.rb
  504 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/clo
sure_compressor.rb
  505 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ugl
ifier_compressor.rb
  506 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_template.rb
  507 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/scs
s_template.rb
  508 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets.rb
  509 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/benchmarkable.rb
  510 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/active_model_helper.rb
  511 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_url_helper.rb
  512 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/capture_helper.rb
  513 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tag_helper.rb
  514 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_tag_helper.rb
  515 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/atom_feed_helper.rb
  516 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/cache_helper.rb
  517 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/controller_helper.rb
  518 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/csrf_helper.rb
  519 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/date_helper.rb
  520 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/debug_helper.rb
  521 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/javascript_helper.rb
  522 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/array/access.rb
  523 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/url_helper.rb
  524 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/filters.rb
  525 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/sanitize_helper.rb
  526 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/text_helper.rb
  527 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_tag_helper.rb
  528 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tags.rb
  529 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/m
odel_naming.rb
  530 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_helper.rb
  531 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_options_helper.rb
  532 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/number_helper.rb
  533 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/number_helper.rb
  534 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/output_safety_helper.rb
  535 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/qualified_const.rb
  536 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module.rb
  537 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ecord_identifier.rb
  538 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/record_tag_helper.rb
  539 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/rendering_helper.rb
  540 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/translation_helper.rb
  541 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers.rb
  542 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/rails/helper.rb
  543 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/engine/co
nfiguration.rb
  544 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/applicati
on/configuration.rb
  545 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/railtie.rb
  546 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/all.rb
  547 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/string_inquirer.rb
  548 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/version.r
b
  549 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/error.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\Users\Aaron\sites\simple_cms>
 gem install mysql2 -- --with-mysql-dir=c:\mysql-connector-c-6.1.1-win32