- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
操作系统:Windows 7 64 位 rails 版本:4.2.0使用MySQL
所以,我已经完全安装了 Ruby on Rails、MySQL、MySQL gems,如 lynda 教程中所示...我是 ruby on Rails 的新手。当我创建第一个应用程序并使用命令“rails server”启动 WebRICK 时...它给了我以下错误:
**
693 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers/form_options_helper.rb
694 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_supp
ort/number_helper.rb
695 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers/number_helper.rb
696 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_supp
ort/core_ext/module/concerning.rb
697 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_supp
ort/core_ext/module/qualified_const.rb
698 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_supp
ort/core_ext/module.rb
699 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/re
cord_identifier.rb
700 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers/record_tag_helper.rb
701 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers/rendering_helper.rb
702 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_supp
ort/core_ext/string/access.rb
703 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers/translation_helper.rb
704 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/actionview-4.2.0/lib/action_view/he
lpers.rb
705 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.4/lib/sprockets
/rails/helper.rb
706 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.4/lib/sprockets
/rails/version.rb
707 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/engine/con
figuration.rb
708 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/source_ann
otation_extractor.rb
709 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/applicatio
n/configuration.rb
710 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.4/lib/sprockets
/railtie.rb
711 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/all.rb
712 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/mysql2-0.3.17/lib/mysql2/version.rb
713 C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/mysql2-0.3.17/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\Neha\My Documents\www\simple_cms>
**
<小时/>这只是大量行的一部分......现在,我无法弄清楚这里的问题是什么!
有人可以告诉我如何解决这个问题吗?
最佳答案
我确实相信您可能需要完全删除安装并重新安装。我以前在 Windows 8 上也遇到过这种情况。
关于mysql - 在 Windows 7 上按照 Lynda 教程首次使用 "rails server"命令时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28384516/
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 8 年前。 Improve this ques
我们目前正在观看 Lynda 的 Angular 培训视频,但是,我们在第 3 章,并且已经遇到问题。经过几个小时的调试,原来是angular的版本。 我们将其作为 app.js angular.mo
我正在学习 Lynda 的 PHP 教程。我进入了教程的更新部分,但我的代码不会执行页面,只是重新加载。我似乎无法弄清楚。 $id = mysql_prep($_GET['subj']); $menu
我指的是以下关于 lynda windows app 的问题 How to find and play videos downloaded by Lynda.com Android or Window
我有什么方法可以使用 youtube-dl 使用组织帐户从 Lynda.com 下载视频?命令youtube-dl -u abc@abc.com 将不起作用,因为登录是通过组织进行的,然后被重定向回
Lynda.com 类(class):C 基础培训 问题 1:项目文件 - 00_04.c - 终端:编译并运行正常。 - Eclipse Neon:构建但不在控制台中显示输出。 (使用工具链创建:M
我正在尝试使用 lynda.com 学习 Ruby on Rails。 Lynda 提供了每章的练习文件。这正是您的项目标题“simple_cms”此时的样子。 ** 我的问题 ** 我在将记录上传到
刚刚开始 ROR Lynda 教程,尝试在终端中执行 Rails 服务器时出错。 ROR 新手。严格遵循教程并安装所有必要的 gem 和文件。创建一个简单的 CMS。但是我遇到了以下错误。 $ rai
我知道标题含糊不清,我深表歉意。我正在使用 Lynda.com 学习 Ruby,并在 Ubuntu 11.10 上使用 1.9.2。 无论如何。在学习本教程时,我购买了示例文件以供引用。 在本教程的数
有一个应用程序可以通过他们的 Android 和 Windows 应用程序下载他们的视频以供离线观看。我想知道这个应用程序将这些视频保存在哪里,如果它们是加密的,如何解密和播放它们? 我是一名程序员,
我正在学习 Lynda 的 MYSQL 基本培训。当尝试上传“album-mysql”的 SQL 练习文件时;我的 phpmyadmin 收到错误。我按照说明从文件的字符集中选择 UTF-8。错误如下
刚刚开始学习 React.js,并一直在使用 Lynda.com 来掌握窍门。尽管该视频系列已过时,如 an earlier post 中所述,在其他 Stack 帖子和 Google 的帮助下,我已
我刚刚开始自学 C++,并且在运行代码时遇到了问题。我正在使用 Lynda.com 来学习和观看视频。我已经下载了 Eclipse 以及其他适当的文件。 但是,我下载的eclipse和视频不一样,很难
我完全是 RoR 的新手,所以请原谅我在这个话题上的密度。 我正在尝试使用 rails server 命令启动 WEBrick 应用程序服务器,但在我的应用程序目录/Users/Grace/Sites
操作系统:Windows 7 64 位 rails 版本:4.2.0使用MySQL 所以,我已经完全安装了 Ruby on Rails、MySQL、MySQL gems,如 lynda 教程中所示..
首先,如果我没有尽可能清楚地解释我的问题,我很抱歉,我是 Ruby on Rails 的新手,这是我第一次在这里真正提出问题而不是立即在这里找到答案。 我正在阅读 Ruby on Rails 4 基本
我正在尝试关注lynda's (不确定非成员(member)是否可以看到)有关 iOS 9 和 Swift 的教程,但我收到与截屏视频不匹配的错误。如果有人熟悉的话,这是教程:“控制点击的数字何时不应
我是 Ruby on Rails 的新手,正在观看 Lynda 的 Ruby on Rails 基本培训指南视频。 在入门视频集中,我们展示了“rails generator”命令的工作原理。我已按照
我目前正在使用 Lynda.com 教程学习 C++,我是一个完全的初学者,并且正在按照有关如何在我的 Mac 上设置 Eclipse 的教程进行操作。当我最初运行提供的 version-test.c
我是一名优秀的程序员,十分优秀!