Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Jun Lin
@linjunpop
高级会员
第 396 位会员 / 2011-12-05

厦门
36 篇帖子 / 160 条回帖
5 关注者
17 正在关注
53 收藏
42
GitHub Public Repos
  • imessage 341

    💬 Send iMessages from command-line

  • obsidian-gist 82

    📒 Gist View for Obsidian(https://obsidian.md)

  • riif 48

    🏦 A DSL to generate QuickBooks IIF file.

  • obsidian-badge 31

    🟦 Render badges in Obsidian.md

  • receipt_verifier 20

    ✅ Verify iOS App receipt with the App Store

  • app_store 16

    👩‍💻 An App Store Server API (StoreKit 2) client in Elixir.

  • receipt_decoder 16

    🔑 Decode iOS App receipt in Elixir

  • transhook 2

    🦾 Build the connection between Internet Webhooks.

  • tello 1

    🛸 Ryze/Dji Tello SDK (Unofficial)

  • blog 1

    The source code of my blog.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 大家给我新做的 Android 应用的用户论坛提点建议 at 2012年06月15日

    1 Mongoid 的 tag: https://github.com/huacnlee/mongoid_taggable_on 3 Omniauth ? https://github.com/intridea/omniauth/wiki/Managing-Multiple-Providers

  • 不看不知道,RVM 占了这么多空间 at 2012年06月13日
    ➜  ~ rbenv disk-usage
    *** Ruby Versions ***
    934M    /Users/linjunpop/.rbenv/versions/1.9.3-p194
     38M    /Users/linjunpop/.rbenv/versions/rbx-1.2.4
     54M    /Users/linjunpop/.rbenv/versions/ree-1.8.7-2012.02
    

    最近重装了系统,比较小。 相对来说,好几个项目的 test log 都超过 5G 了。囧

  • [澳大利亚,中国] 澳大利亚公司招聘 Ruby on Rails 程序师 有机会工作在澳洲 at 2012年06月10日

    网站页面好刺眼

  • 最近看了很多遍这篇文章:(My) RSpec best practices and tips at 2012年06月06日

    可以看看这个:http://ihower.tw/blog/archives/5438

  • Big Rails 3.x security vulnerabilities: at 2012年06月01日

    已经出 3.2.5 了

  • 大家的 dotfiles 里都有些什么? at 2012年05月29日

    https://github.com/linjunpop/dotfiles 从 @holman fork 过来,还在慢慢改。

  • 问一下 Rspec 中的 subject 代表什么含义呢? at 2012年05月29日

    同样,its 的对象也是 subject

  • [上海][2012年05月29日] Ruby Tuesday 基于 Rails 和 iPhone 的移动开发实践 at 2012年05月27日

    去上海不可能了,希望有视频

  • callbacks 适用场景 at 2012年05月25日

    这种方式我觉得不错,也提到了 DCI

    http://blog.xdite.net/posts/2012/01/09/remove-your-after-save-from-model/

  • 发送 APN at 2012年05月24日

    @dazuiba em-apn 在 Unicorn 上跑

    RuntimeError (eventmachine not initialized: evma_connect_to_server):
    

    Thin 上试过,没有问题

  • 有关 rails 生成的脚手架 `默认约定' 的几个疑惑, 还望高手解答 at 2012年05月22日

    敲一下 rake routes 看看就知道了。

  • 那些使用了 Cross-platform framework 的 App 中,有哪些是真正跨平台,并且有不太烂的用户体验的? at 2012年05月22日

    @tualatrix 对,移动平台

  • coda 2 这玩意有人感兴趣吗 at 2012年05月22日

    Diet Coda 看起来很 Nice,但是感觉不是针对 Rails 设计的

  • mongoid_taggable_on - Mongoid Tag 的实现 at 2012年05月21日

    正需要。 👍

  • 寻找一篇《教你不加班》博客 at 2012年05月20日

    @liluo http://blog.xdite.net/posts/2012/04/07/startup-rapid-development/ 这个?

  • 关于 Google 翻译的 API at 2012年05月19日

    添加英文具体指的是?

  • 1 at 2012年05月19日

    之前在用 Nginx + Passenger,现在用 Nginx + Unicorn,挺方便的。 还有个比较有意思的 http://puma.io

  • 第一期 Railscasts-china live show 视频 with @huacnlee (第二期也已发布) at 2012年05月19日

    @huacnlee 是不是可以在右侧加上最新的一期 cast :D

  • 第一期 Railscasts-china live show 视频 with @huacnlee (第二期也已发布) at 2012年05月18日

    Sprite 如果用 compass 会更方便 :D

    http://compass-style.org/reference/compass/utilities/sprites/

  • 发送 APN at 2012年05月14日

    @allenwei @loushizan @dazuiba 非常感谢。

  • pjax 是什么以及为什么推荐大家用 at 2012年05月09日

    http://railscasts.com/episodes/294-playing-with-pjax?view=comments 有一些讨论,可以参考

  • 求推荐个好用的图表生成组件 at 2012年05月09日

    font: http://www.tktype.com/chartwell.php

  • 如何得到在 attr_accessible 中定义的属性? at 2012年04月26日

    需要得到这些属性的理由是?

  • config.threadsafe!: JUST DO IT at 2012年04月26日

    http://speakerdeck.com/u/tarcieri/p/configthreadsafe-just-do-it 图片上的 http://railsplugins.org 可以看是否 threadsafe.

  • Rails 中 save 的事务问题 at 2012年04月24日

    user.save 如果没有保存成功, id 会为空,使用 user.save! 应该可以看到哪里错。

  • Rails 中文 IRC 频道 #rails-cn on freenode.net at 2012年04月20日

    @AlphaLiu http://limechat.net/mac/

  • Rails 中文 IRC 频道 #rails-cn on freenode.net at 2012年04月20日

    @camel http://freenode.net/policy.shtml#channelnaming

  • Rails 中文 IRC 频道 #rails-cn on freenode.net at 2012年04月20日

    应该 @huacnlee 建

  • Rails 中文 IRC 频道 #rails-cn on freenode.net at 2012年04月20日

    不知道有没有 #ruby-china

  • You can build iOS app using Ruby instead of Objective-C http://mobiruby.org/ at 2012年04月20日

    还没发布,不过很期待

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