V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  nuc093  ›  全部回复第 6 页 / 共 8 页
回复总数  145
1  2  3  4  5  6  7  8  
2015-06-26 23:29:22 +08:00
回复了 nuc093 创建的主题 Ruby on Rails 关于 taobao.org 你知道多少?
这个南京大雨周末的晚上,想不到v2上如此的热烈!
jekyll
2015-06-24 10:01:31 +08:00
回复了 mhtt 创建的主题 职场话题 同事要辞职
看了以下gitflow 标准图形操作流程。应该不需要2个月就能掌握 git基本操作和标准flow。

http://jnuc093.github.io/gitflow/
2015-06-18 09:02:14 +08:00
回复了 razios 创建的主题 问与答 想学习 python 有什么好书推荐?
<<Python科学计算>>
@wushichun 分析的很有道理!
2015-06-16 16:20:57 +08:00
回复了 nuc093 创建的主题 Atom 前段时间用的工具
@hanell 1年半升次级差不多了。现在机器上只有一个 IDEA 14版本的了。
我之前在IDEA 13,14下混装 jrebel 遇到了不少麻烦, OSX下问题就更另类了。还好有人帮助!
2015-05-25 14:34:06 +08:00
回复了 scarecrow 创建的主题 信息安全 服务器被黑给我上了一课
@scarecrow 写的不错,是篇文章。
2015-05-19 17:59:13 +08:00
回复了 hobbyliu 创建的主题 奇思妙想 最近股市很火,可以搞一个学习股票入门的网站吗?
@hobbyliu 建个微信站
2015-05-19 15:35:37 +08:00
回复了 jadecoder 创建的主题 程序员 Udemy 的课程在搞特价,全场十美金
@jadecoder 参观之
2015-05-19 14:26:01 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 你QQ多少
2015-05-19 12:17:44 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 秦焜
2015-05-19 12:15:10 +08:00
回复了 ChoateYao 创建的主题 程序员 公司项目越写越烂,想重构得不到支持,该走还是该留?
2015-05-19 10:32:22 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 29892729
2015-05-19 09:51:10 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 十分感谢确实是墙。改过就好了点了。还有个问题。

/Users/qk/.rvm/rubies/ruby-2.0.0-p481/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/qk/mygithub/minitest-with-shoulda/test/test_calculator_basic.rb
Testing started at 上午9:46 ...
/Users/qk/mygithub/minitest-with-shoulda/test/test_calculator_basic.rb:2:in `require': cannot load such file -- calculator (LoadError)
from /Users/qk/mygithub/minitest-with-shoulda/test/test_calculator_basic.rb:2:in `<top (required)>'
from -e:1:in `load'
from -e:1:in `<main>'

Process finished with exit code 1

代码都在这了:
https://github.com/JesseHerrick/minitest-with-shoulda

初探ruby还忘指点
2015-05-18 13:58:11 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging

➜ minitest-with-shoulda git:(master) ✗ gem install ansi -v '1.4.3'
Fetching: ansi-1.4.3.gem (100%)
Successfully installed ansi-1.4.3
Parsing documentation for ansi-1.4.3
Installing ri documentation for ansi-1.4.3
1 gem installed
➜ minitest-with-shoulda git:(master) ✗ bundle update
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Resolving dependencies...

Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Connection refused - connect(2) (https://rubygems.org/gems/ansi-1.4.3.gem)
An error occurred while installing ansi (1.4.3), and Bundler cannot continue.
Make sure that `gem install ansi -v '1.4.3'` succeeds before bundling.
➜ minitest-with-shoulda git:(master) ✗ bundle install ansi
ERROR: "bundle install" was called with arguments ["ansi"]
Usage: "bundle install [OPTIONS]"
➜ minitest-with-shoulda git:(master) ✗ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Resolving dependencies...

Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/ansi-1.4.3.gem)
An error occurred while installing ansi (1.4.3), and Bundler cannot continue.
Make sure that `gem install ansi -v '1.4.3'` succeeds before bundling.

我是没办法了。
2015-05-18 11:28:20 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 嗯。我仔细看看。
2015-05-18 11:18:32 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging

➜ minitest-with-shoulda git:(master) ✗ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Could not find gem 'ansi-1.4.3 (>= 0) ruby' in the gems available on this
machine.
➜ minitest-with-shoulda git:(master) ✗
2015-05-18 11:14:39 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging

https://github.com/JesseHerrick/minitest-with-shoulda/blob/master/Gemfile.lock

##Gemfile加了:##
source 'https://rubygems.org/'

gem 'ansi-1.4.3'
gem 'minitest' # optional as it's included by default in Ruby std lib
gem 'minitest-reporters'
gem 'shoulda-context'

##还是报同样的错。##

##你clone https://github.com/JesseHerrick/minitest-with-shoulda 用RubyMine右键run一下试一试.##
2015-05-18 11:08:41 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
@hging 是一样的
2015-05-18 11:06:29 +08:00
回复了 nuc093 创建的主题 Ruby minitest RubyMine 里面运行失败
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2706 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 10:45 · PVG 18:45 · LAX 03:45 · JFK 06:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.