Neo4j ruby gem 介绍截屏视频
Neo4j ruby gem intro screencast
我正在尝试跟随屏幕投射并复制此处显示的博客示例:https://github.com/neo4jrb/neo4j/tree/master/example/blog
第一个命令执行,第一个错误,运行次错误,请看下面并告知如何正确进行:
rails新博客-m http://neo4jrb.github.com/neo4j/neo4j.rb –0
创建
创建 README.rdoc
创建 Rakefile
创建 config.ru
创建.gitignore
创建 Gemfile
创建应用程序
...
创建 tmp/cache
创建 tmp/cache/资产
创建 vendor/assets/javascripts
创建 vendor/assets/javascripts/.keep
创建 vendor/assets/stylesheets
创建 vendor/assets/stylesheets/.keep
申请 http://neo4jrb.github.com/neo4j/neo4j.rb
/Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:231:in `open_loop': HTTP 重定向循环:http:// neo4jrb.io/neo4j/neo4j.rb (运行timeError)
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:149:in `open_uri'
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:704:in `open'
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:34:in `open'
来自 /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/thor-0.19.1/lib/thor/actions.rb:218:in `apply'
来自 /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/railties-4.1.7/lib/rails/generators/app_base.rb:144:in `apply_rails_template'
假设您正在谈论 https://www.youtube.com/watch?v=bDjbqRL9HcM,您应该会在屏幕上的 1:25 标记处看到一个叠加层,其中包含新的固定地址:
rails new blog -m http://neo4jrb.io/neo4j/neo4j.rb -O
它也在视频笔记中。当我们把新网站上线时旧的坏了。
我正在尝试跟随屏幕投射并复制此处显示的博客示例:https://github.com/neo4jrb/neo4j/tree/master/example/blog
第一个命令执行,第一个错误,运行次错误,请看下面并告知如何正确进行:
rails新博客-m http://neo4jrb.github.com/neo4j/neo4j.rb –0
创建
创建 README.rdoc
创建 Rakefile
创建 config.ru
创建.gitignore
创建 Gemfile
创建应用程序
...
创建 tmp/cache
创建 tmp/cache/资产
创建 vendor/assets/javascripts
创建 vendor/assets/javascripts/.keep
创建 vendor/assets/stylesheets
创建 vendor/assets/stylesheets/.keep
申请 http://neo4jrb.github.com/neo4j/neo4j.rb
/Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:231:in `open_loop': HTTP 重定向循环:http:// neo4jrb.io/neo4j/neo4j.rb (运行timeError)
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:149:in `open_uri'
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:704:in `open'
来自 /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:34:in `open'
来自 /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/thor-0.19.1/lib/thor/actions.rb:218:in `apply'
来自 /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/railties-4.1.7/lib/rails/generators/app_base.rb:144:in `apply_rails_template'
假设您正在谈论 https://www.youtube.com/watch?v=bDjbqRL9HcM,您应该会在屏幕上的 1:25 标记处看到一个叠加层,其中包含新的固定地址:
rails new blog -m http://neo4jrb.io/neo4j/neo4j.rb -O
它也在视频笔记中。当我们把新网站上线时旧的坏了。