- 浏览: 5752 次
- 性别:
- 来自: 北京
最近访客 更多访客>>
最新评论
-
jhsea3do:
把rubygems升到1.3.5肯定不会有问题
http://gems.rubyforge.org/ does not appear to be a repository -
cncolder:
gemcutter 有哪里好?我没太仔细的看, 不是要直接上传 ...
http://gems.rubyforge.org/ does not appear to be a repository -
wheeler:
Hooopo 写道已经挪到gemcutter了.
nice s ...
http://gems.rubyforge.org/ does not appear to be a repository -
Hooopo:
已经挪到gemcutter了.
引用Hello -
You' ...
http://gems.rubyforge.org/ does not appear to be a repository
文章列表
Did you ever get引用http://gems.rubyforge.org/ does not appear to be a repository?
I did, and the solution was quite simple.
First, download the latest gems(it's 0.8.7 for now, you just google it), second, unpack it and
引用gem install rake-0.8.7.gem
Bigo!
PS. I got the point from http://osdir.com/ml/Ru ...
Issue:引用$ rake db:migrate
(in /Users/wheeler/work/depot)
rake aborted!
No migration with version number 3
Solution:引用$export VERSION=""
Tip1, format code:
gg
=
G引用 :help 'formatprg'
:help C-indenting
Tips2, format text:
:set tw=100
:set fo=mM
gggqG
- 2009-04-21 17:28
- 浏览 787
- 评论(0)
dos2unix
引用version 0.1.3
converts the line endings of text files from
DOS style (0x0d 0x0a) to UNIX style (0x0a)
Usage: dos2unix [OPTION...] [input file list...]
Main options (not all may apply)
-A, --auto Output format will be the opposite of the autodetected
format
- ...
- 2009-04-20 13:21
- 浏览 1509
- 评论(0)
^-opt-command+K :: textmate shortcuts table
command + F2 :: Bookmark
^< :: Insert Open/Close Tag (With Current Word)
⌃>:: Insert ERb’s <% .. %> or <%= .. %>
F1::Code Fold/Unfold
- 2009-03-30 20:44
- 浏览 809
- 评论(0)