English 中文(简体)
1. 与Ruby关于铁路的对话 3
原标题:Prologue with Ruby on Rails 3

I m a total newbie to RoR and is seeking to have the Prologue gem up andî. 我先从github.com/quickleft/prologue下载了亲人手脚,并试图遵循相关读物档案中的指示。 我遇到了一些问题。

问题1:我实际上与摘录的齐普案有什么关系? 例如,我是否应该将所提取的档案放在具体的铁路申请目录内,或者什么?

I ve通过执行“安装对话”。 然而,我无法利用“我的新手法”指挥系统提出新的申请。

*C:/Ruby192/lib/ruby/gems/1.9.1/gems/prologue-0.3.10/lib/prologue/cli.rb:58:in `` : No such file or directory - git config --global user.name (Errno::ENOENT)

摘自C:Ruby192/lib/ruby/gems/1.9.1/gems/prologue-0.3.10/lib/prologue/cli.rb:58:in 用户名称

from C:/Ruby192/lib/ruby/gems/1.9.1/gems/prologue-0.3.10/lib/prologue/cli.rb:33:in new from C:/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/task.rb:22 :inrun from C:/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/invocation.rb:118:in invoke_task from C:/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor.rb:263:in dispatch from C:/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/thor/base.rb:38 9:instart from C:/Ruby192/lib/ruby/gems/1.9.1/gems/prologue-0.3.10/bin/prologue:4: in <top (required)> from C:/Ruby192/bin/prologue:19:inload from C:/Ruby192/bin/prologue:19:in ` *

问题2:是否有任何人就如何解决这一问题提出建议?

问题3:在试图启动和运行时,如果不将其纳入现有的铁路应用,就有可能这样做? 如果是,如何?

(我有1.9.2个废墟和3.0.0个安装在Windowsista机器上)

对上述问题提供咨询/反馈将受到热烈欢迎!

问题回答

看来,“对话”需要先辈,另一格。 你们可以安装所有附属设施,安装指挥系统。

你可以把“Prologue”纳入新的铁路轨道,但你显然需要一些(现有或新的)铁路来管理。





相关问题
Remove ActiveRecord in Rails 3

Now that Rails 3 beta is out, I thought I d have a look at rewriting an app I have just started work on in Rails 3 beta, both to get a feel for it and get a bit of a head-start. The app uses MongoDB ...

When will you upgrade your app to Rails 3? [closed]

Now that the Rails 3 beta is here, let s take a little straw poll. Please tell us briefly what your application does and when you will upgrade it to Rails 3. Or, if you re not planning on upgrading ...

Bundler isn t loading gems

I have been having a problem with using Bundler and being able to access my gems without having to require them somewhere, as config.gem used to do that for me (as far as I know). In my Rails 3 app, I ...

bypass attr_accessible/protected in rails

I have a model that, when it instantiates an object, also creates another object with the same user id. class Foo > ActiveRecord::Base after_create: create_bar private def create_bar Bar....

concat two fields activerecord

I m so used to oracle where you can simply concat(field1, , field2) but if I m using activerecord to find the field1 and field2, and I need a space in between, how do I accomplish this? Cheers ...

热门标签