Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
柴
@azpokr
Member
NO. 25746 / 2016-03-28

[email protected]
北京
7 Topics / 61 Replies
0 Followers
7 Following
10 Favorites
GitHub Public Repos
  • nginx_lb 0

    nginx load balancer demo

  • clash 0

    A rule-based tunnel in Go.

  • ComfyUI 0

    The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.

  • jenkins_docs 0

    公众号:云原生运维实践 / We are here to feel the warmth and harmony of the cloud native

  • Mr.-Ranedeer-AI-Tutor 0

    A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.

  • WulantAIAssignment 0

  • LeetCode-Go 0

    ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解

  • python-patterns 0

    A collection of design patterns/idioms in Python

  • website 0

    AGE animation official website URL release page(AGE动漫官网网址发布页)

  • gpt-engineer 0

    Specify what you want it to build, the AI asks for clarification, and then builds it.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 在 each loop 中利用 form_for 更新个别字段出现 params missing 的问题 at May 24, 2016

    #5 楼 @qinfanpeng 谢谢前辈提醒,但是这个是我自己写的,大四的毕业设计,一边自学一边赶出来的,所以有好多问题

  • 在 each loop 中利用 form_for 更新个别字段出现 params missing 的问题 at May 24, 2016

    #1 楼 @tony612 .....我刚才又运行了一遍原来代码,居然能用了...,顺便问一下前辈,params log 使用 debug(params)查看么?

  • 在 each loop 中利用 form_for 更新个别字段出现 params missing 的问题 at May 24, 2016

    #1 楼 @tony612 如前辈所说,查看源码后确实是 order[order_status] 如图 还有:我看了 button_to 的 api: 没发现 value 值的定义啊?是默认的么?

  • Rails 编写 API,用 will_paginate 分页后,解析失败的问题 at May 17, 2016

    #3 楼 @pathbox 原来如此,谢谢前辈!

  • Rails 编写 API,用 will_paginate 分页后,解析失败的问题 at May 17, 2016

    #1 楼 @pathbox 现在能读出数据来,但是没有翻页栏,我在 user_controller 下得 showpage 调用解析的数据,这个页面中跟@users挂钩,我怎么用<%= will_paginate %>显示动态分页呢?

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #171 楼 @shin 好的,谢谢前辈!

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #169 楼 @shin 刚才加上之后倒是不报错了,但是 jquery 解析报错了 我解析没有问题啊,之前不分页是能把所有数据读出来的

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #166 楼 @shin 我这个是前端页面 id = search 那部分是返回的 json 数据解析完了的那个部分

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #166 楼 @shin active_model_serializers 那个是我搞错了,用 jbuilder 的这个方法,我测试接口数据是按分页的,分页有数据的,但是我前端页面显示不出来,前段用<%= will_paginate @finances %>显示报错如图,total_pages 未定义?

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #163 楼 @shin 我按照你的写了一下 显示解析的时候未定义 length 我的 js:

  • 使用 Rails 构建 API 实践 at May 17, 2016

    #161 楼 @shin 我看了这个,按照这个在 controller 里面写了,但是用 jq 解析 jbuilder 显示 500 错误

  • 使用 Rails 构建 API 实践 at May 16, 2016

    请问用 will_paginate 怎么分页?

  • [北京] 白帽汇招工匠 at May 12, 2016

    #61 楼 @xiaokele233 请问应届生招不,ruby 方向的

  • [深圳] 萌萌学车,诚邀 0-1 岁的 Rails 工程师一起成长 at May 10, 2016

    #25 楼 @smartweb 非常感谢!

  • [深圳] Ruby 工程师一名,10K-15K/月 at May 08, 2016

    #8 楼 @winnie 请问招应届生么?

  • [深圳] DJI 大疆创新 Q1 追加招聘 Ruby 工程师 2 名 (saberma 内推 15-30k) at May 06, 2016

    #21 楼 @saberma 应届生毕业后有实习机会么,我是北京的但是因为个人原因要去深圳呆几年

  • Rails 里在 helper 中写了方法,怎么在 controller 中调用 at May 03, 2016

    #1 楼 @flowerwrong 您好,我想问下在 controller 中 include Helper 方法之后,直接调用方法名就行了么?不用实例化?

  • / at May 03, 2016

    您好请问招应届生么?

  • [深圳] 萌萌学车,诚邀 0-1 岁的 Rails 工程师一起成长 at May 01, 2016

    #23 楼 @smartweb 应届生招么实习全职均可,还有实习可以转正么?我毕设做的 rails,自学的 ruby

  • bycrpt 同时加密两个字段 at April 18, 2016

    #9 楼 @pathbox 谢谢前辈!

  • bycrpt 同时加密两个字段 at April 18, 2016

    #7 楼 @pathbox 哦,原来如此,前辈我还想问个问题就是,rails 中父类中的方法怎么查看,路径是啥,我用的 sublime

  • bycrpt 同时加密两个字段 at April 18, 2016

    #5 楼 @helperhaps 非常感谢,我就是用的这个,可能是我自己理解的不对,@watraludru的方法应该是对的

  • bycrpt 同时加密两个字段 at April 18, 2016

    #2 楼 @watraludru 非常感谢!

  • bycrpt 同时加密两个字段 at April 18, 2016

    #1 楼 @helperhaps 我是调用的 has_secure_password 方法,存的是加盐加密后的哈希摘要

  • Ruby 中实例变量与局部变量的区别 at April 12, 2016

    #6 楼 @imconfused 非常感谢

  • Ruby 中实例变量与局部变量的区别 at April 12, 2016

    #5 楼 @cysh 好的,明白了

  • Ruby 中实例变量与局部变量的区别 at April 12, 2016

    #3 楼 @cysh 也就是说如果一个变量想在方法之间互相调用就用实例变量么?

  • Ruby 中实例变量与局部变量的区别 at April 12, 2016

    #1 楼 @catherine 非常感谢

  • [深圳] DJI 大疆创新 Q1 追加招聘 Ruby 工程师 2 名 (saberma 内推 15-30k) at April 07, 2016

    校招招的不是 ruby 方向的软件开发啊@saberma

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