Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
堇年
@surgit
Member
NO. 5972 / 2013-03-06

[email protected]
7 Topics / 36 Replies
0 Followers
0 Following
1 Favorites
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Github 登录不上去了啊?,挂代理也出现错误. at April 13, 2014

    用 chrome 隐私模式就可以了,汗啊..

  • 安装 rvm 切换节点的时候出现最高问题,怎么解决? at November 03, 2013

    安装了好久,都没好。所以才更新源的。

  • 真的没必要浪费心思在 Go 语言上 at September 28, 2013

    #105 楼 @fanngyuan 又黑 ROR,

  • 能否手动修改 gem sources。。。 at September 22, 2013

    #7 楼 @piecehealth 已经好了,我用 goagent 的了,估计是公司网络的问题。

  • 能否手动修改 gem sources。。。 at September 22, 2013

    明白!

  • 能否手动修改 gem sources。。。 at September 22, 2013

    我的估计可能是网络的原因。但是网站都可以打开没问题,有没有解决方案。。。。

  • 咱们社区有多少是球迷的?露个脸吧 at September 15, 2013

    NBA 算不算......

  • [上海] 招聘高级前端工程师 10-15K at August 26, 2013

    coffeescript, backbonejs, requirejs 归不到一类吧。

  • 据说 1 点到 4 点.CN 域名全挂了 at August 25, 2013

    DNSPOD 发通告了。。

  • 第 0 次南京聚会小结 at July 03, 2013

    我靠啊,居然错过了菜鸟学习的好机会。无锡的撸过。。

  • [无锡][2012年12月22日] RubyWuxi 第一次线下活动召集帖 at June 27, 2013

    靠,才看到。

  • 求推荐 JavaScript/HTML/CSS 靠谱社区,或前端社区 at June 26, 2013

    http://f2e.im/

  • Rails 4.0.0 正式发布了 at June 26, 2013

    #8 楼 @ericguo 还有 64 的?

  • 《Ruby on Rails Tutorial》中文版限免 at May 31, 2013

    对的,只有一章,是不是发错了?

  • 《Ruby on Rails Tutorial》中文版限免 at May 31, 2013

    好像不是全的,

  • 各大网站都变黑白了,ruby china 来个不? at April 21, 2013

    html { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); _filter:none; }

  • sublime 这个字体在哪里设置 at April 19, 2013

    安装个 soda 的 scheme。google 一下,有很多。

  • git push 失败的问题。求帮助。 at April 18, 2013

    谢谢,已经捣鼓好了…

  • git push 失败的问题。求帮助。 at April 18, 2013

    #2 楼 @sandy_xu 地址是对的。 #1 楼 @mouse_lin

    git branch -a
    * source
      remotes/octopress/2.1
      remotes/octopress/HEAD -> octopress/master
      remotes/octopress/colorize
      remotes/octopress/gh-pages
      remotes/octopress/guard
      remotes/octopress/linklog
      remotes/octopress/master
      remotes/octopress/migrator
      remotes/octopress/plugin-install
      remotes/octopress/refactor_with_tests
      remotes/octopress/rubygemcli
      remotes/octopress/site
      remotes/octopress/site-2.1
      remotes/origin/master
      remotes/rubyless/master
    

    怎么那么多。。。。

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013
    不过还是一样
    ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
      actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
      actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
      railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
      railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
      activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
      railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
      actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
      rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
      rack (1.4.5) lib/rack/runtime.rb:17:in `call'
      activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
      rack (1.4.5) lib/rack/lock.rb:15:in `call'
      rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
      rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
      rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
      rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
      rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
      railties (3.2.13) lib/rails/engine.rb:479:in `call'
      railties (3.2.13) lib/rails/application.rb:223:in `call'
      rack (1.4.5) lib/rack/content_length.rb:14:in `call'
      railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
      rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
      /usr/local/ruby/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
      /usr/local/ruby/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
      /usr/local/ruby/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
    
    
    Started POST "/posts" for 221.228.228.14 at 2013-04-17 07:24:05 +0000
    Processing by PostsController#create as HTML
      Parameters: {"utf8"=>"✓", "authenticity_token"=>"tmnOm/msN5fGIqpXUhq3TVoUImGsKNxJy8s8CSWoN9Q=", "post"=>{"title"=>"231388", "content"=>"2132188"}, "commit"=>"Create Post"}
    Redirected to http://127.0.0.1:214/posts/7
    Completed 302 Found in 15ms (ActiveRecord: 2.1ms)
    
  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    #10 楼 @chenge http://blog.rubyless.com/posts

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    #10 楼 @chenge 还是一样,不知道是不是哪里的代码写错了还是怎的。

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013
    developmengt:
      adapter: mysql2
      database: blog
      pool: 5
      username: root
      encoding: utf8
      host: localhost
      password: 
    
    production:
      adapter: mysql2
      database: blog
      poll: 5
      username: root
      encoding: utf8
      host: localhost
      password: 
    

    #8 楼 @zlx_star

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    #6 楼 @eva databse 里的 production 的已经添加了,出现的错误提示 /usr/local/ruby/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:47:in `resolve_hash_connection': database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified)

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    粗线了这个问题: /usr/local/ruby/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:47:in `resolve_hash_connection': database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified) 因为数据库配的是 development 所以自己把 production 换成 development 也不行。。。

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    同志们。。。给个回复。。

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    #1 楼 @Zernel rails s -e production -p 214 这里的 production 是固定参数么?还是根据什么来改变的?因为我运行了一下发生了错误。

  • 在看教程做第一个 blog 出现点问题,求帮助。 at April 17, 2013

    #1 楼 @Zernel 多谢,我试试。

  • 1
  • 2
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English