Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
F
@F_
Member
NO. 28708 / 2016-09-25

5 Topics / 47 Replies
0 Followers
0 Following
0 Favorites
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [杭州] 杉果游戏 诚招 Ruby 工程师 2 名 / 实习生 1 名 at June 30, 2017

    ding

  • [上海] 世外智慧教育 招 开发经理 1 名 + 前端开发 4 名 + Ruby 工程师 4 名 (15K-30K) at June 26, 2017

    顶 yixia

  • [上海] 极楚科技 Ruby 开发工程师 [8K~18K+] at June 26, 2017

    顶一下

  • [深圳] 跨境供应链 招聘 Ruby 高级开发 [15K-25K](另有实习岗开放) at May 22, 2017

    支持

  • [宁波] 新希望软件 Ruby 工程师 3 名 [8k~12k] at May 22, 2017

    支持

  • [北京] Hello, fir.im 正在招聘高级 Ruby 工程师 at April 07, 2017

    一个赞

  • [北京 / 香港] 华兴 Alpha 2017 校园招聘 Ruby 工程师 (10-20k) at April 07, 2017

    支持,虽然要求够了,只是还没毕业 🙃

  • [广州] 广州又一客 ( 加拿大电商 Shopper+ ) 招聘 2 位 Ruby / Rails 工程师 ( 5K - 15K ) at February 24, 2017

    😃

  • [广州] 2017年2月 一荐好货业务加速、招兵买马!招聘 Ruby 工程师 3-5 人 at February 24, 2017
    • 1
  • 社区里还有多少人在用 Emacs 做 Ruby 开发? at February 23, 2017

    vim + 1

  • 用 vim 开发 rails,请有经验的人分享一个 vimrc? at February 09, 2017

    #18 楼 @evil850209 可以试试 https://github.com/clay-f/dotfiles/tree/master/vim 😀

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #30 楼 @cosmosz 是 那个 haml 模版的问题。

    log: [["body", "world\r\n\r\nworld\r\n\r\nhello\r\nworld\r\nin\r\nhere\r\n\r\nruby\r\ndef hello\r\n puts \"hello world!\"\r\nend\r\n"], ["updated_at", 2017-01-10 04:07:22 UTC], ["id", 2]]

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    log:

    [["body", "world\r\n\r\nworld\r\n\r\nhello\r\nworld\r\nin\r\nhere\r\n\r\nruby\r\ndef hello\r\n puts \"hello world!\"\r\nend\r\n"], ["updated_at", 2017-01-10 04:07:22 UTC], ["id", 2]]

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #30 楼 @cosmosz 果然啊

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #28 楼 @cosmosz 可以了?

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #26 楼 @cosmosz oh, thanks,重新做一遍,用 erb,嘿 stack overflow 怎么选? 😓

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #24 楼 @Rei haml

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #16 楼 @F_ 2 个 都显示的是 undefined method `[]' for nil:NilClass

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #21 楼 @cosmosz undefined method `[]' for nil:NilClass

    保存,不了了 😅

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #18 楼 @cosmosz @article = current_user.articles.build(article_params[:text].gsub!(/\r\n?/, "\n"))

    def article_params params[:article].permit(:title, :text, :node_id, :article_img) end

    "article"=>{"node_id"=>"1", "title"=>"hello", "text"=>"ruby\r\ndef hello\r\n puts \"hello world!\"\r\nend\r\n"}, "commit"=>"Save"}

    报错了: When assigning attributes, you must pass a hash as an argument.

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #14 楼 @cosmosz params[:article].permit(:title, :text, :node_id, :article_img).gsub!(/\r\n?/, "\n")

    😀 报错了

    undefined method `gsub!' for #ActionController::Parameters:0x007f9ab51dc0c0

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    它提交的时候 [["text", "ruby\r\ndef hello\r\nputs \"hello world!\"\r\nend\r\n"] 就是这样,不知道在哪里修改 😅 😅

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    没找到地方啊,

    @article = current_user.articles.build(article_params).gsub!(/\r\n?/, "\n")

    貌似,替换不了

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #10 楼 @cosmosz 嘿,哥们儿

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #6 楼 @cosmosz oh, [["text", "ruby\r\ndef hello\r\nputs \"hello world!\"\r\nend\r\n"]

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #1 楼 @sec 点击保存,也会出现 空格。

  • Blog 保存文章,内容会自动加上空格的问题 at January 10, 2017

    #1 楼 @sec 每次 点击 update 会自动加上 tab,不知道这什么问题

  • [南通] 寻高级 Ruby on Rails 工程师兼合作伙伴一枚 (10K~20K) at December 03, 2016

    fasdfas

  • [南通] 寻高级 Ruby on Rails 工程师兼合作伙伴一枚 (10K~20K) at December 03, 2016

    fsadf

  • 社区新规则 - 新注册的用户 1 周内禁止发帖 at September 25, 2016

    报道

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