安装rails遇到的问题

1 要安装js运行环境,例如Nodejs,如果使用nvm记得,安装完执行nvm use ‘版本号‘

2

或者在Gemfile文件中加入:

gem ‘execjs‘
gem ‘therubyracer‘
然后bundle install,再去执行rails s就成功了。

3

修改Gemfile文件的source ‘https://rubygems.org
替换成source ‘https://ruby.taobao.org

时间: 2024-11-02 23:30:05

安装rails遇到的问题的相关文章

安装rails卡住很慢 出现302 Moved Temporarily

在MAC上安装rails的时候,使用命令$ gem install rails 发现一直没响应,使用$ gem install rails-V命令发现,安装会在中间卡住,出现302 Moved Temporarily 提示. 应该是rubygems源的问题,换成淘宝的源就很快了 ? 1 2 3 4 5 6 # 查看现在的源 gem source list # 删除一个源 gem source remove http://rubygems.org/ # 添加源,使用国内rubygems镜像速度更快

ubuntu 安装rails

1.安装ruby 2.安装rails sudo gem install rails -V 增加-V参数可看到安装过程 ERROR:  Error installing rails:ERROR: Failed to build gem native extension./usr/bin/ruby1.9.1 extconf.rb /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file

windows安装ruby,DevKit安装rails,svn安装

Ruby on Rails的安装,是从被称为RubyGems的包管理系统开始的.Ruby on Rails是由Ruby处理系统的类库的.被称为“gem”的格式来进行配置的.“gem”形式的类库,通过使用RubyGems,很容易的来进行安装/卸装.在本文档中,介绍了基于“面向Windows7的安装次序”完成Ruby处理系统(1.9.3)的安装后,进行Ruby on Rails安装的次序.1. RubyInstaller Development Kit (DevKit)的安装在使用RubyGems安

安装rails旧版本出错bin_path': can't find gem railties (["3.0.5"]) with executable rails (Gem::GemNotFoundException)

$ rails _3.0.5_ new depotrubygems.rb:244:in `bin_path': can't find gem railties (["3.0.5"]) with executable rails (Gem::GemNotFoundException)出错重装了rails sudo gem install rails --version 3.0.5后$ rails _3.0.5_ new depotdependency.rb:247:in `to_spec

在ubuntu上安装rails

ubuntu-14.04.5-desktop-amd64 提示:复制粘贴命令,执行报错就手动输入命令 1. 下载源设置成mirrors.aliyun.com/ubuntu   记得reload 2. install rvm ubuntu有自己的安装方式(curl方式会报pgp相关错误)    ubuntu install rvm 安装方式https://github.com/rvm/ubuntu_rvm rvm安装完时的提示: * First you need to add all users

debian7安装rails各种坑!

昨晚在WIN7下面装了vagrant最新版,然后下载了wheezy32.box,再一次的开启了ROR之旅,此前在windows上尝试过两次,终究是没办法进入正常的开发状态. 不得不说,ROR的环境配置真心很坑!你要注意ruby的版本,rails的版本,gem的版本,一个不小心,新手就掉进去了,很受挫折,windows下根本就不是rails的开发的可用环境,体验一下就算了吧! 简述一下我记忆的步骤: 1.su 进入管理员模式,免得每一步都要加sudo: (1.vagrant add box bas

在MAC上快速安装Rails

1.在Mac 系统ruby和gem反正已经自带了,就不管了.可以通过ruby -v以及gem -v查看它们的版本号. 2.如果rubygem的网站被墙,所以需要替换下载源. gem sources -r https://rubygems.org/ gem sources -a https://ruby.taobao.org/ 3.使用gem install rails安装rails.安装过程中可能报错提示需要更新什么命令行工具,就照他说的做就行了. 原文地址:http://blog.51cto.

2020ruby和ruby on rails想说再爱你不容易:安装rails失败解决办法

我在2007年到2010年使用ruby on rails作web2.0的开发,再后面就没有再用过了. 2007年web2.0的兴起是何等的风起云涌,ror做为敏捷开发的no.1,更是风光一时. nginx做负载均衡,后端用mongrel做集群,是非常流行的方案, 使用ror开放的redmine作为bug任务管理,svn做项目管理,是走在时代最前沿的弄潮儿. 最近,突然很怀念过去,想在重温一下ruby和ror.但现实的情况整了整整两天,debug功能仍然没有安装好,一路的报错,网上找不到答案, 想

RHEL安装rails后启动报错

[[email protected] demo]# rails server/usr/local/rvm/gems/ruby-2.4.1/gems/bundler-1.16.0.pre.2/lib/bundler/runtime.rb:86:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError