Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
espercn
@espercn
Member
NO. 11505 / 2014-02-13

5 Topics / 40 Replies
9 Followers
3 Following
3 Favorites
GitHub Public Repos
  • twenty 0

    Building a modern alternative to Salesforce, powered by the community.

  • ghidra 0

    Ghidra is a software reverse engineering (SRE) framework

  • ChinaTextbook 0

    所有小初高、大学PDF教材。

  • webcrack 0

    Deobfuscate obfuscator.io, unminify and unpack bundled javascript

  • mcp-use 0

    mcp-use is the easiest way to interact with mcp servers with custom agents

  • frp 0

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  • llm-action 0

    本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)

  • free-for-dev 0

    A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

  • nocodb 0

    nocodb, jinanlongen

  • QtScrcpy 0

    Android real-time display control software

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [济南] 皇利电子商务 招聘 Ruby on Rails 工程师 3-4 名 全职 at September 21, 2020

    顶一个

  • [济南] 皇利电子商务 招聘 Ruby on Rails 工程师 3-4 名 全职 at August 28, 2020

    不好意思,暂时还不能支持远程。不过还是谢谢您的关注,有机会来公司聊聊。

  • [济南] 隆恩经贸有限责任公司 Ruby 开发人员 2 名 at September 09, 2016

    #1 楼 @zouyu 有些道理。但是济南的 ruby 人员如此少吗?

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at July 14, 2015

    继续招

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at July 14, 2015

    继续招

  • [北京][2015年7月19日] 周日 技术聚会 at July 14, 2015

    #15 楼 @sg552sg552 我也报个名,周六要是没有其他事情就去

  • [北京][2015年7月4日] 技术分享 at July 03, 2015

    #28 楼 @sg552sg552 我倒是想去参加,可惜事情冲突了。只好先支持一下了 👏 。看以后有机会吧。

  • Rack 在整个 Ruby Web 系统中处于什么位置? at June 25, 2015

    #14 楼 @ruby_sky 呵呵

  • [上海] 添创 (智能硬件) 招聘 Ruby 开发工程师 at June 25, 2015

    #39 楼 @rd084c 杜十娘怒沉百宝箱

  • Rack 在整个 Ruby Web 系统中处于什么位置? at June 23, 2015

    #12 楼 @jimweirich 谢谢,已修复 :)

  • Rack 在整个 Ruby Web 系统中处于什么位置? at June 18, 2015

    1. Rack 最基本含义

    Rack 最基本的含义是:基于 ruby 的最简版的 web server 和 web framework 的 API, 也就是接口协议 (Interface protocol),定义在 (http://www.rubydoc.info/github/rack/rack/master/file/SPEC). 它的很多想法来自于 python 的 WSGI,基本上可以理解为一个 lambda 表达式:

    lambda { |env| [200, {}, ['Hello World!']] }
    

    2. Rack 库

    基于上述最小 API 定义上,人们为了日常使用方便,编写了常用库 Rack (https://github.com/rack/rack)。日常编程中,人们通常提到 Rack,指的就是这个库。

    require 'rack'
    

    3. Rack middleware

    请注意一下 Rack 的定义 (Rack provides an minimal interface between webservers supporting Ruby and Ruby frameworks). 就是说 Rack 不仅仅可以用来定义 web server API,也可以用来定义 framework。这样,可以使用 pipeline 设计模式,将一系列 Rack 协议兼容组件连接起来完成 web server 的功能。这一系列组件就是 Rack middleware。 在 2 中提到的 Rack 库中,提供了 Rack::Builder 来完成这个 pipeline 的组装。

    4. Rails 与 Rack

    Rails 一开始基于 CGI 的,后来开始逐渐向 Rack 迁移,到 2.3 版形成稳定版 (http://viget.com/extend/rack-support-in-rails-why-it-matters)。 之后,不断的将 ActionController 的功能移植为 Rack 兼容的组件,纳入 ActionDispatch 中,使得可以用于非 Rails 的应用中。 当然到目前,还有大量的其他框架支持 Rack,请参考:(https://github.com/rack/rack)。

    5. 其他语言中类似协议

    1. Python 的 WSGI (PEP 333, PEP 3333)(https://www.python.org/dev/peps/pep-0333/)
    2. Perl 的 PSGI (http://search.cpan.org/~miyagawa/PSGI-1.10/PSGI.pod)

    6. Java 的世界

    从协议和规范的角度,暂时没有和 Rack 对等的。[servlet 完全是另一个东西 :) 我就不多说了。]

  • [上海] 添创 (智能硬件) 招聘 Ruby 开发工程师 at June 18, 2015

    #36 楼 @rd084c 现在还在招人吗?

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at June 17, 2015

    upup

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at June 17, 2015

    upup

  • 出个 14年6月30号购于苹果官网的 MacBook Air 11 寸。 at June 17, 2015

    #11 楼 @jimrokliu 你咋不收了?

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at June 10, 2015

    #8 楼 @espercn 自己顶

  • Rails 异步队列任务 at May 29, 2015

    #1 楼 @kikyous active_job

  • [上海] 添创 (智能硬件) 招聘 Ruby 开发工程师 at May 27, 2015

    #17 楼 @jimrokliu 来吧,没有机会创造机会来。

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at May 27, 2015

    #7 楼 @rd084c up

  • [上海] 添创 (智能硬件) 招聘 Ruby 开发工程师 at May 27, 2015

    day day up

  • [上海] 添创 (智能硬件) 招聘 Ruby 开发工程师 at May 27, 2015

    这个得顶 👏

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at May 20, 2015

    13' MacBook Pro 新款:)

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at May 20, 2015

    13' MacBook Pro 新款 :)

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at May 15, 2015

    欢迎来看看 :)

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at May 15, 2015

    欢迎来看看 :)

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at May 14, 2015

    #3 楼 @yan32768 ? 请明示

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at May 12, 2015

    #11 楼 @jimrokliu good

  • [北京] 紫光软件招聘 ruby 和 web 前端开发工程师 at May 12, 2015

    #1 楼 @espercn good

  • [北京] 南海麒麟 (北京) 文化发展有限公司 招聘 ruby 高级开发工程师 at May 06, 2015

    #9 楼 @carol 你好,我现在是在招人呀

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