问题标签 [railsinstaller-windows]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1037 浏览

ruby-on-rails - rails --version 命令在 Windows 上不起作用

我在我的 Windows 7 桌面上从http://railsinstaller.org/en安装了 Rails,安装很顺利。但是,安装后当我这样做时:

0 投票
1 回答
800 浏览

ruby-on-rails - Rails 未使用 RailsInstalles 安装,尽管没有错误消息

我已经为 Windows 下载了最新的 Rails Installer .exe。我已经运行了它,一切似乎都成功了,检查时我得到以下输出:

所以好像没用??为什么会这样,我能做些什么来补救它?

0 投票
2 回答
2394 浏览

ruby-on-rails - `rails s` 在 Windows RailsInstaller 中说“`require': cannot load such file -- pty (LoadError)”

我刚刚在我的 Windows 10 PC 上安装了 RailsInstaller。我无法运行rails srails g controller StaticPages home help.

我还尝试按照相关 StackOverflow 问题的建议通过安装 zeus gem 来解决此问题,但没有成功。

宝石文件:

错误:

0 投票
0 回答
472 浏览

ruby-on-rails - Railsinstaller 3.2.0 与 Windows 上的 ruby​​ 2.2.3

我正在通过窗口上的 railsinstaller 3.2.0.exe 文件安装 rails,但是有了这个文件,我得到了 ruby​​ 版本 2.2.4,我需要 ruby​​ 版本 2.2.3。

是否可以使用 railsinstaller 包更改 ruby​​ 或 rails 版本?

0 投票
1 回答
436 浏览

ruby - “puma”原生 gem 需要安装构建工具

运行 bundle install 时出现此错误

我正在使用已经有 DevKit 的 RailsInstaller。

我以前没有遇到过这个问题,但是在将 ruby​​ 版本从 2.2.4 更改为 2.2.5 后,我似乎得到了它。我用的是windows电脑。知道如何解决这个问题吗?

0 投票
1 回答
592 浏览

ruby-on-rails - 无法加载此类文件 -- nokogiri

当我尝试运行第一个应用程序时,我使用 RailsInstaller for Windows(我有 Windows 10)在 Rals 上安装了 Ruby,在 rails 服务器之后出现错误:

我该如何解决?错误“无法加载此类文件”的原因是什么?

0 投票
1 回答
1435 浏览

ruby-on-rails - Why is Ruby not updating after updating with Ruby Installer?

I am currently have Ruby version 2.2.6 installed on my Windows 10 machine but need to update order to use the shopify_app gem. I downloaded Ruby 2.5.1-2 (x64) wıthout the devkit as it says on the Ruby Installer site and followed the prompts. I seemingly finished the installation , but entering ruby -v in the command line tells me I am still useing version 2.2.6. I have also tried bundle update which gives the following:

EDIT: ADD GEMFILE

How can I complete the installation of the latest version of Ruby?

0 投票
1 回答
590 浏览

ruby - “gem install therubyracer”失败并显示错误消息“libv8 需要安装 python 2 才能构建”

我正在关注使用 Ruby 和 Sinatra 的教程。

我使用的是 Windows 10。我下载了 RailsInstaller,我正在关注需要安装 gemcoffee-scripttherubyracer. coffee-script已安装但未安装therubyracer,我收到这样的错误... “therubyracer”错误安装图像

我尝试安装 gem libv8,但这对我也不起作用。我收到此错误... “libv8”错误安装映像

如何解决这些错误并therubyracer在 Windows 10 上安装?

0 投票
2 回答
1756 浏览

ruby-on-rails - 安装bootsnap(1.4.4)时出错,win10中rails new后Bundler无法继续

安装 bootsnap (1.4.4) 时出错,Bundler 无法继续。gem install bootsnap -v '1.4.4' --source 'https://rubygems.org/'在捆绑之前确保成功。

在 Gemfile 中:bootsnap

我尝试使用 railsinstaller 安装 rails 并遵循这个,因为我是 ruby​​ 和其他东西的新手。:

https://www.tutorialspoint.com/ruby-on-rails/rails-installation.htm

并在 $ rails new app命令之后

我遇到了我上面说的那个错误