Ruby杂毛
文章平均质量分 58
flw521521
正在学习中...
展开
-
RVM使用笔记
最近在学用RVM,主要是切换ruby版本,用到的功能也不多,记一下用的那些命令 安装rvm:bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) 装完后 rvm -v看版本 执行:type rvm |head -1,查看输出,若输出是:rvm is a function,说明rvm已经是个函数了...原创 2011-05-05 16:31:50 · 338 阅读 · 0 评论 -
安装和配置 Ruby
Ruby的编译和安装首先从官方下载ruby1.8.7的源代码,目前(2010.12.22)ruby1.8.7最新版本号为:1.8.7p302,下载链接:ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p302.tar.gz下载后解压出源码:tar zxf ruby-1.8.7-p302.tar.gz创建/opt/ruby1.8目录:mkdir...2011-03-05 16:23:35 · 92 阅读 · 0 评论 -
bundle:command not found ubuntu操作系统
I am using rails 3.0.3 in ubuntu 10.10when I run the bundled install in the terminal, I get the message“bundle: command not found”if we use ubuntu 10.04, there will be no such error ...原创 2011-03-05 16:26:59 · 324 阅读 · 0 评论 -
/usr/bin/env: ruby -ws: No such file or directory
要写个用ruby写的程序的启动脚本,脚本是这样的: 其实是shell代码。。。#!/bin/sh## Startup script for css## chkconfig: - 85 15# description: cssd server# processname: css## Source function libra...原创 2011-04-01 11:46:38 · 293 阅读 · 0 评论 -
搭建gem server
搭建gem server弄明白了其实并不难,参考下列两个链接的方法后 http://eshilin.blog.163.com/blog/static/132880330201062642954212/搭建gem server部分在该文最下面http://qa.taobao.com/?p=2307用iis的 我也实现了指定source(gem server ip/n...2011-10-31 19:34:35 · 323 阅读 · 0 评论