Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
@geniousli
会员
第 14560 位会员 / 2014-08-18

1 篇帖子 / 105 条回帖
5 关注者
43 正在关注
80 收藏
GitHub Public Repos
  • point24 1

  • bing_saver_rs 1

  • rubocop-emacs 0

    An Emacs interface for RuboCop

  • geniousli.github.io 0

  • emacs.d 0

    An Emacs configuration bundle with batteries included

  • blog 0

    rcore-os Developer Blog

  • devdocs 0

    API Documentation Browser

  • zeal 0

    Offline documentation browser inspired by Dash

  • Rust-Basic 0

  • prost 0

    PROST! a Protocol Buffers implementation for the Rust Language

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Rails 5.1 使用 yarn 和 webpack 实战 (vue, 构建等) at 2019年05月13日

    @reducm 问个问题,升级了之后,内联 $.xxxx 这种还能运行吗?(content_tag)

  • 你是“最佳实践”的受害者吗 at 2019年02月04日

    所以人类才建造不了 巴比伦塔 啊

  • 如何教会小明实现 Rails 的 Validation at 2018年03月21日

    想到了我的世界的三体。。。

  • 区块链如何改变世界 at 2018年02月28日

    五年之后,还有人在讨论 区块链是 x 次工业革命的 的话,我也写

  • 为什么说绝大多数人都没搞懂区块链接,区块链的实质创新是什么 at 2018年02月28日

    这解释牛啊,👍 代币跟区块链是一体的,拆分不开的。因为是代币给予人们奖励,人们才有有动力给予计算支持呢,而代币又不能换取现实中的吃的,人们岂不是可以用爱发电了?所以代币是区块链的基础和根基,公有链应该是避免不了代币的。

  • RubyElixirConf Taiwan 2018 售票开始! at 2018年02月26日
    Moving millions of dollars daily with Ruby while still able to sleep at night.
    

    Sihui Huang

    有点像调侃 Jose Valim

  • [杭州 / 北京] 阿里巴巴研发协同平台招聘 Java/Ruby/ 全栈 / 实习生 / 校招 研发工程师 at 2018年02月11日

    有意思

  • 有考虑使用 Sinatra + ActiveRecord 替换你的 Rails 项目吗 at 2018年02月02日

    为啥?初看看不懂,调来调去的,但是 ruby 的组织方式,语言特性。感觉这么写是有道理的

  • Cool things in Ruby in 2018 at 2018年02月02日

    dry-rb 这是要干啥?改造 ruby?太疯狂了吧

  • Emacs 闲谈 (一) 引言 at 2017年11月13日

    开发效率咋样?跟 rails,ruby 相比起来,Clojure 在国内实在是小众啊,比 ruby 还小众。。。不知道在开发效率上咋样?公司产品是啥,能否膜拜、参观一下?

  • Emacs 闲谈 (一) 引言 at 2017年11月13日

    💪

  • Emacs 闲谈 (一) 引言 at 2017年11月10日

    想问,在哪里工作。。。。

  • Emacs 闲谈 (一) 引言 at 2017年11月10日

    https://ruby-china.org/topics/34513 <> 讨论了,显然 Emacs 胜出 Vim

  • db/schema.rb 数据库迁移后的数据库模式文件需要加入到版本控制中吗? at 2017年11月09日
    Specify whether schema dump should happen at the end of the
    db:migrate rake task. This is true by default, which is useful for the
    development environment. This should ideally be false in the production
    environment where dumping schema is rarely needed.
    
    mattr_accessor :dump_schema_after_migration, instance_writer: false, default: true
    

    补充一个 ActiveRecord::Core 中的注释,既然在 production 环境应该是 false,所以我认为楼主的决定没有错。

  • [上海&苏州] 区块链公司招聘 Ruby 开发工程师 at 2017年11月02日

    能从 ruby 叛逃 js 的给需要多大的勇气啊

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

    可以使用 rails engine,多个项目重用,公用 model 基本不在一个层面,这个是公用 controller 的逻辑

  • 尝试理解 ActionController::Base#render at 2017年07月27日

    楼主一般如何阅读源码?有一些比较快速的方法吗?ruby-mine 打断点调试?

  • [译] 关于 RSpec 的一点方法总结 at 2017年07月24日

    rspec 设定这么多的规则真是没必要啊,都是程序员自己写,何必非要搞的那么花里胡哨

  • 招募项目合伙人 at 2017年07月21日

    你这是要把节奏带歪啊

  • 招募项目合伙人 at 2017年07月20日

    区块链需要 Lisp?API?而且为啥,Lisp,C,API 不是一个级别的呀

  • rails generate 的执行过程 at 2017年07月18日

    能再有续篇吗?讲的完整些

  • 讨薪说明 at 2017年07月14日

    这应该不是创业公司的风险吧,应该遇上垃圾人的分险。乐视也不算小吧

  • [北京] 产品原型设计工具墨刀招聘 Rails/React 全栈工程师 (15 - 30K) at 2017年07月06日

    👍

  • Ruby 内核类加载 at 2017年07月04日

    require_relative

    require_relative(string)

    Ruby tries to load the library named string relative to the requiring file’s path. If the file’s path cannot be determined a LoadError is raised. If a file is loaded true is returned and false otherwise.

  • 网络协议——写给每个懂点编程的同学 at 2017年06月28日

    都是文字啊。。。来点图,会不会更好?

  • 普通码农的思维总结 at 2017年04月01日

    可以再写一个 NB 码农的思维总结

  • [北京][2017-02-18] 北京 Rubyists 聚会 (地址改为当代 MOMA 倍格生态 B1) at 2017年02月14日

    这是要水啊,硬生生成了招聘帖

  • 关于支付宝 Ruby + RSA 的求助 at 2017年02月08日

    #6 楼 @xwf286 我现在也遇到的同样的问题,你现在解决了,怎么解决的?

  • 关于支付宝 Ruby + RSA 的求助 at 2017年02月08日

    现在解决了吗?

  • REST API 如何在服务器端暂存数据,以便下次请求使用? at 2016年10月19日

    jwt 也可以用 token 来来解密,解密正确就算是通过不可以吗

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