Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
哎呦
@xiaohesong
会员
第 24293 位会员 / 2015-12-29

[email protected]
杭州
4 篇帖子 / 55 条回帖
4 关注者
3 正在关注
49 收藏
GitHub Public Repos
  • TIL 284

    本库记录每日所学,README是一些链接;学习是自己的事。

  • ums 12

    Practice Demo. build react app used by CRA, router4, webpack2

  • react-by-webpack4 10

    React, Antd, Redux, Saga, Router4, Webpack4, Babel7, Service-worker, Eslint, multiple env

  • react-redux 7

    react-redux源码解析,把读react-redux源码的过程给注解出来, 版本5.x,hooks版的在v7.1分支

  • babel-plugin-use-or-op... 6

    es6 destructuring use or operator. When assign the default value for destructuring, used in falsl...

  • aliyun-product-js-sdk 3

    阿里云第三方产品(云市场)的接口请求,适用于js

  • baidu-component 2

    draw line for baidu map, use in react

  • koa_bff 1

    基于koa的node应用,用来做BFF

  • webpack-4-tutrial 1

    webpack4 的配置及优化

  • babel-plugin-assign-na... 0

    assign name for export anonymous default

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 深入 Rails 中的 CSRF Protection at 2018年03月09日

    嗯 但是CSRF我认为也是为了防止跨域请求加上的限制。

  • 深入 Rails 中的 CSRF Protection at 2018年03月09日

    额,突然想到 16 年年底面试,我说 ajax 会触发跨域请求 (csrf),他说不会。

    Cross-Site Request Forgery and Rails

  • DHH: 2017 年 Rails 框架还值得学习吗? at 2017年12月25日

    今天看到一篇博客,有那么一句话:

    Good frameworks also have smart defaults and follow the convention over configuration concept. The leader of this is the Ruby on Rails framework, which is one of my favorites

  • 送几本《Ruby on Rails 教程 (第 4 版)》纸质书 at 2017年11月01日

    赞一个

  • 想听下大家在 Rails 项目开发中,对前端浏览和后台管理的目录是如何设计的,以及前后有重叠部份的设计,比如用户登录。 at 2017年08月01日

    混杂在一起,就是感觉混乱吧.可以简单重构下呀.

    • controller/view 用 namespace 去模块化.
    • 你这种情况,路由应该也可以重构下吧. http://api.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Concerns.html http://blog.arkency.com/2015/02/how-to-split-routes-dot-rb-into-smaller-parts/
  • 用 Rails 写 API 服务,性能感觉不足,怎么办? at 2017年07月25日

    rails 构建 API

  • 验证支付宝回调时踩过的坑 at 2017年07月14日

    post 请求直接 request.request_parameters

  • 公司同事喜欢把生产环境密码提交到 GitHub 里面怎么办? at 2017年07月04日

    那你得好说歹说呀,实在不行你就说: '哥啊,安全问题你注意一下啊,求你了啊'😂

    ps: 你同事不看 ruby-china 吗

  • Where 两个字段查询问题 at 2017年06月02日
    #model
    scope :by_name, ->(name) { where(name: name) }
    scope :by_language, ->(language) { where(language: language) if language.present? }
    
    #controller
    projects = Project.by_name("test").by_language(params[:language])
    
  • 我想做个类似 app 中的消息中心,比如我下完订单,就会提示我订单的状态! at 2017年05月23日
    • 项目不复杂可以升级到 rails5 了.
    • rails4 也有actioncable
    gem 'actioncable', github: 'rails/actioncable', branch: 'archive'
    
  • [杭州][C 轮] 时空电动汽车招聘 Ruby 工程师 2 名 at 2017年04月27日

    👍

  • Ruby 的类方法怎么进行动态删除 at 2017年04月19日
    class << A
     undef :b
    end
    
  • 本地执行 git branch --remote 和 gitlab 上的分支列表不一致 at 2016年12月05日
    git fetch -p
    
  • mina 部署时 setup 出错,试了各种办法还是不行,请帮忙看看。-_-!! at 2016年11月29日

    你试试

    ssh-add -l
    

    看看有没有内容,没有内容再

    ssh-add
    

    试试。 再部署试试。

  • [杭州] 大搜车招聘 Ruby 工程师 1 名 at 2016年11月28日

    得投个试试

  • CarrierWave::UploadError: Upload failed, status code: 0, response: {} at 2016年10月09日

    这个错误是 carrierWave-qiniu 抛出来的,你可以问下作者 @huobazi

  • [杭州] 刺暮旗下有渔 招聘全栈 /Ruby 攻城狮,坐标杭州城西 at 2016年10月06日

    弹性工作,还是按时上下班来的愉快。

  • 关于提高 Rails 性能,你需要知道的三件事 at 2016年09月02日

    扩容?

  • [杭州] 模方科技 (杭州) 有限公司诚聘 Ruby 工程师一枚 at 2016年08月10日

    顶一个,滨江好呀,G20 该放假了

  • [南通] 招聘 Ruby on Rails 工程师 at 2016年07月26日

    南通的,顶一个 😀

  • 大家好好工作 at 2016年07月18日

    受伤的永远是我们这些农民工呀😭

  • 关于 link_to at 2016年05月16日

    可以这样啊 aria: {haspopup: 'true', expanded: 'false'}

  • [杭州] 大搜车 Ruby 工程师多名 at 2016年05月10日

    #15 楼 @42thcoder #17 楼 @besfan 好的😄

  • [杭州] 大搜车 Ruby 工程师多名 at 2016年05月06日

    五常大道 175,离我住的地方好近啊。

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