-1. build ruby in ubuntu http://stackoverflow.com/questions/18490591/how-to-install-ruby-2-on-ubuntu-without-rvm 0. environment Windows 7 sp1 64bit 1. install ruby latest version for windows, 2.0.0-p481 x64 http://rubyinstaller.org/downloads/ support that installer folder: c:\ruby add...
ruby -v 第四步 安装rails gem install rails 查看rails是否安装成功 rails -v 如有不足请各位多多指正
# 1.删除默认的源地址 gem source -r http://rubygems.org/ # 2.配置上淘宝的源地址 gem source -a http://ruby.taobao.org/ # 安装bundler和rails gem install bundler rails # 因为rails的运行环境需要javascript的运行环境,在此我们选择nodejs的作为javascript的运行环境 # 安装nodejs sudo apt-get insta...
无所谓下载(DownLoad)地址,随便下个都行。安装任意版本后更新到指定版本就可以用了。 更新命令(windows):gem install -v=3.0.9 rails 之后选取指定的版本:r..
问题的现象是我安装Ruby On Rails的时候系统没有响应。在安装完Ruby 2.0.0后运行“gem install rails”命令开始安装Rails,系统死活没有响应,于是Ctr+C 中断安装程序。刚开始以为是权限的问题,加上了sudo,发现问题依旧,再次Ctr+C中断安装程序。折腾好几回都一样,后来去网上查一查,发现原来是“...
Rails7.0.3.1 With Rails successfully installed, you can begin testing your Ruby on Rails installation and start to develop web applications. In the next step, you will learn how to update and uninstall rbenv and Ruby. Step 5 — Updating and Uninstalling rbenv and Ruby ...
If you need Ruby but not Rails, follow the guide to Install Ruby on macOS. This guide provides full details, how to: update to macOS install Xcode Command Line Tools install Homebrew configure Git install a software version manager install Node and Yarn install Ruby 3.1 update gems install ...
Rails 7.0.4 At this point, you can begin testing your Ruby on Rails installation and start to develop web applications. Now let’s review how to keep the rbenv up-to-date. Step 5 – Updating rbenv Since you installed rbenv manually using Git, you can upgrade your installation to the...
这两天在我的mac机上安装Ruby On Rails,感觉很爽,似乎在使用一个Windows和Linux的结合体,要界面有界面,要命令行有命令行。 不过安装Ruby On Rails的过程中遇到一个问题,花了点时间。找到问题根源后发现自己挺可笑的,所以记录在这里,希望大家不要象我这么傻。
gem install rails --include-dependencies 4,安装mongrel(可选) gem install mongrel --include-dependencies OK,大功告成了,下面就可以根据自己的口味用radrails or vim, emacs之类的编辑器开发了。 其实写这篇流水的唯一目的就是我当初不知道安装ruby1.8-dev,所以导致我的mongrel怎么都装上不好使。今天终于google...