Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
superiorlu
@rubyist518
Member
NO. 17209 / 2015-02-07

[email protected]
华兴资本-星起
北京
4 Topics / 79 Replies
4 Followers
1 Following
16 Favorites
GitHub Public Repos
  • AITreasureBox 580

    🤖 Collect practical AI repos, tools, websites, papers and tutorials on AI. 实用的AI百宝箱 💎

  • jsonapi-swagger 59

    Create a JSONAPI Swagger.

  • local-http2 2

  • morse_code 2

    Simple Morse Code Encode and Decode Tool

  • bjt 2

    bjt(bundle jump to), a quick navigation tool for bundle packages like njt

  • vision 2

    自动跳转微信的“继续访问”页面以及其竞品页面的Chrome插件

  • superiorlu.github.io 0

  • TaskingAI 0

    The open source platform for AI-native application development.

  • commerce 0

    Next.js Commerce

  • Flowise 0

    Drag & drop UI to build your customized LLM flow

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 现在 Rails 大家一般用是来生成接口 spec (比如 swagger-ui)? at June 20, 2019

    可以试一下 rswag 通过写spec测试来生成swagger.json 使用swagger-ui来渲染swagger页面

    如果你使用jsonapi 可以试一下这个jsonapi-swagger将jsonapi resource对象直接生成swagger.json,

  • 一个人耗时 2 年,收集 3800 多万数据,创建了这个网站,看看对大家的国际化项目有没有帮助。 at June 03, 2019

    非常不错 👍
    有个体验的小问题:当你搜索词找不到时,提示的词语貌似也查不到 😅 例如:有限合伙人

  • Let's clone a Message Queue at March 25, 2019

    炮哥 有个基于 PG 的异步任务:https://github.com/chanks/que

    A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.

  • [长沙] 国防科技大学招聘 ruby 工程师一名 at March 01, 2019

    在学校里上班不错,至少吃饭便宜 😜

  • [技术交流] 基于 Elixir-GraphQL-React 的新一代社区系统设计雏形 at January 29, 2019

    👍

  • 你是“最佳实践”的受害者吗 at January 29, 2019

    这本身就是一个开放话题,觉得没有好与坏之分。团队适合什么的技术栈主要从人员素质,开发成本,产品规划考虑。对当前有利,又适应未来产品发展的就是好技术栈,也就是白猫黑猫理论吧。

  • 有没有方法可以获取定义的 def 方法中的内容求大神帮帮忙小弟还在敲代码工作 at May 16, 2018
    method(:passive).source #class method
    instance_method(:passive).source #instance method
    
  • [北京] 星起招聘 Rails 工程师 1 名 at May 02, 2018

    持续招人中...

  • Cool things in Ruby in 2018 at February 01, 2018

    给炮哥点赞 👍

  • 谨防比特币和区块链骗局 at January 26, 2018

    炒币和区块链类似于投机和技术,满足不同人群的喜好而已。

  • [北京] 北大 - 清华女神创业团队,诚聘 Ruby 开发大牛! at November 20, 2017

    给你们点赞!

  • Ubuntu 命令行问题 Rails 新项目 bundle install 的问题 at September 15, 2017

    bundle exec rails s

  • 阅读 GitHub 仓库中项目源码的好帮手 at May 05, 2017

    octotree +1

  • RubyConf China 2016 时间地点确定及讲师征集 at June 29, 2016

    👏

  • Reddot RubyConf 2016 总结 at June 28, 2016

    👍

  • 如何持续监控 Unicorn 的性能指标 at April 20, 2016

    @huacnlee 恩呢 已经拜读过了🙏

  • 我如何把薪水从 50 人民币 / 天 提升到 100 美元 / 小时的 (4) -- 迟到了两年的更新 :) at April 16, 2016

    写的真不错!小说的节奏。👍

    心想简直稳得不行。犹如敌法,幽鬼,虚空,幻刺,火枪的近卫 20 分钟破了对方三路,告诉我怎么输?

    😄

  • rails s 和 gem mysql2 错误 at March 11, 2016

    http://stackoverflow.com/questions/10557507/rails-mysql-on-osx-library-not-loaded-libmysqlclient-18-dylib/12928811#12928811 先看一下你的 mysql 的安装目录吧 例如 /usr/local/Cellar/mysql/5.6.21/

  • Ruby China 的 RubyGems 镜像上线 at March 10, 2016

    支持 👏

  • Middleman 做文档真的不错 at March 10, 2016

    :plus1:

  • 当数组包含重复元素的时候,Ruby array#permutation 的方法返回有重复 at March 09, 2016

    @zyjloveher https://github.com/ruby/ruby/blob/c31d06eeb7c9787870bad6bf62955310bb644f33/array.c#L4841 源码中使用 index 来做的排列

  • 当数组包含重复元素的时候,Ruby array#permutation 的方法返回有重复 at March 09, 2016

  • CodeSchool 本周末全免,推荐一看 at March 03, 2016

    👏

  • [结束] 送几本《Docker 即学即用》 at February 19, 2016

    [email protected]

  • 写自己第一个 Gem - alidayu_sms - 阿里大鱼短信服务平台 at February 15, 2016

    看到发短信,想起 5 年前用短信猫+kannel+rails 做收发短信。。

  • RubyCritic-一款不错的检测代码质量工具 at January 28, 2016

    @jarorwar 开发用的rubocop 规范代码格式。 推荐用一下 rubocop 的插件https://github.com/bbatsov/rubocop#editor-integration 😃

  • 本人自行删除 at January 28, 2016

    你的http://127.0.0.1:3000/welcome/demo 在浏览器打开是正常的?

  • Ruby 如何调用 Java 代码 at January 28, 2016
    • https://docs.oracle.com/cd/E19776-01/820-4926/ggpwj/index.html
    • https://thrift.apache.org/
  • 对所有已登录的用户开放 rack-mini-profiler 统计结果 at January 27, 2016

    @realwol 遇到和你一样的问题

  • 对所有已登录的用户开放 rack-mini-profiler 统计结果 at January 27, 2016

    :plus1:

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