English 中文(简体)
如何让鲁比拉去工作(关于书)?
原标题:How to get Ruby to work (on .gitbook)?
  • 时间:2011-05-17 20:22:16
  •  标签:
  • ruby
  • git

我试图从鲁比拉接手,以便我能够起草对《吉特社区书》的贡献。

窗口XP一米。 I ve 下载了Rub.1.9.2和dev工具包。 我先下载了《手册》及其文件

I m now at the situation where it tells me it can t find the script files, and after trying updating the windows Path variable, and moving the .gitbook folder to various locations I still can t make any progress..

追踪方案给出了以下内容(如果它正确采用 t形式!) 它仍然看上去一些sil路错误,但需要帮助......

D:Ruby192ingitbook>rake html --trace
(in D:/Ruby192/bin/gitbook)
rake aborted!
no such file to load -- script/merge
<internal:lib/rubygems/custom_require>:29:in `require 
<internal:lib/rubygems/custom_require>:29:in `require 
D:/Ruby192/bin/gitbook/Rakefile:1:in `<top (required)> 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `load 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in load_rakefile 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run 
D:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top (required)> 
D:/Ruby192/bin/rake:19:in `load 
D:/Ruby192/bin/rake:19:in `<main> 

任何建议都受到欢迎。

问题回答

象牙齿中的ake子一样。

require  script/merge 

a. 使其在1.9.x edit工作

require  ./script/merge 




相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签