Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
hbin
@hbin
VIP
NO. 2746 / 2012-07-04

17 Topics / 438 Replies
10 Followers
27 Following
110 Favorites
GitHub Public Repos
  • top-programming-fonts 2235

  • smart-shift 30

    Smart shift text left/right by current major mode indentation width.

  • mina-nginx 19

    Mina tasks for handle with Nginx.

  • emacs.d 5

    Prelude is an enhanced Emacs 24 distribution that should make your experience with Emacs both mor...

  • git-rollback 3

    Easily rollback commits.

  • dotfiles 3

    My home dotfiles

  • nginx-conf 1

    A collection of useful Nginx configuration snippets

  • webpack-react-boilerplate 1

  • shoryuken-batch 1

    Shoryuken Batch Jobs Implementation

  • lm-sensors 0

    Running the lm-sensors in a docker container and rendered in web page.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Emacs Ruby 开发环境,怎么配置比较好? at April 07, 2015

    我用 Emacs 做 Ruby 和 Python 开发,以下是我用到的插件,仅供参考:

    • ag - 搜索
    • auto-complete - 文字补全,目前有个 company,比较火,你可以试用。
    • expand-region - 快速选中
    • flycheck - 语法检查
    • ggtags - TAG 跳转
    • multiple-cursors - 多光标编辑
    • neotree - 文件树
    • yasnippet - snippets 补全
    • projectile & projectile-rails
    • smart-shift 左右移动文字
    • smartparens 括号匹配

    这些只是我平常用的比较多的,还有很多增强类的插件,但主要和使用习惯有关。

  • 如何看待 rubyspec 停止开发? at March 30, 2015

    看到这个问题,我以为我进了知乎。

  • Emacs 简化按键利器 hydra at March 23, 2015

    #11 楼 @hick Ruby-China 里 Emacs 用户还是比较多的

  • [远程] RankAbove (还在)招高级 Ruby 全栈工程师 at March 16, 2015

    👍

  • 两年免息分期,手续费率为 5%,实际年利率等于多少? at February 09, 2015

    楼主能不能把朋友圈分享的链接发一下,看看源文大家就明白了。

  • 半买半送一些技术书&&杂书 at February 06, 2015

    为什么不少程序员喜欢看易经....

  • [北京] AppAnnie 招聘 Ruby 攻城狮,D 轮融资,期权 + 高薪。 at February 02, 2015

    也不好好格式化下......至少也该上传一个头像吧。

  • 高手对决 -- 博客服务器被黑的故事 at January 21, 2015

    💯

  • 2015年 你打算学习哪门编程语言? at January 06, 2015

    #16 楼 @hooooopo H(how) T(to) M(make) L(love) 💯

  • 请问这种网站是怎么实现的? at January 04, 2015

    #2 楼 @xyuwang 感谢

  • [北京] 笨笨理财网寻找独挡一面的高级 Rails 工程师 2 名 at November 20, 2014

    #7 楼 @billy attr_accessible 本来也不能直接拿用,Ruby 的是 attr_accessor。

  • 从 300 到 300 万,一个远程外包团队的发展历程和经验 at November 20, 2014

    #8 楼 @yfractal 你说的那位就在你楼上

  • Rails 路由系统源码探索 at November 20, 2014

    💯

  • git 里 push request 注意事项 at November 20, 2014

    @nightire 解释得很清楚。我个人也是非常喜欢 rebase,尤其 interactive 模式非常实用。

    但是,如果你 fork 出的项目是以下情况,你应该用 merge 而不是 rebase。

    • 多人一起开发一个分支。因为用 rebase 去更新 upstream 之后,再 push 到 origin 就必须用 force update。这样其它的协作者再使用会有很多麻烦。
    • fork 出的项目需要长期开发,多次 commit,尤其是同一文件,同一处地方会多次改动。因为 git-rebase 会把你的 commits 在 upstream/{branch name} 之后 reapply one by one, in order。除非你能记得住你每一次 commit 的改动,否则,每一次 rebase 都会非常多的冲突需要去解决。

    在哪用 rebase?

    • 一个 feature 开发完成,可以合到 master 之前,应该 rebase 一次。
  • git 里 push request 注意事项 at November 18, 2014
    1. 要忽略本地,直接改 .gitignore 就好了。如有些文件确实别人不会有,比如 ctags/GNU Global 生成的 tag 文件。那就修改 $HOME/.gitignore_global 文件。
    2. 同步上游版本应该用 merge 而不是 rebase。
  • [译] 为什么我们开发的 Raptor 比 Unicorn 快 4 倍,比 Puma,Torquebox 快 2 倍 at November 14, 2014

    💯

  • 大家都来贴下自己的 Ruby 开发环境吧:) at November 13, 2014

    运行环境: rbenv + ruby 2.1.4

    开发工具(不同的项目,两套换着用): Mac + zsh + Emacs + GNU Global Mac + zsh + MacVim + ctags

    其它工具: Vagrant, Alfred, Dash

  • Virtual Conference - hacksummit at November 12, 2014

    thx

  • [北京] 转手 2 把 ergomax 人体工学椅子 at November 08, 2014

    楼主用了多久?只便宜 400 似乎吸引力不大。

  • 为什么要使用 FactoryGirl? at November 08, 2014

    FactoryGirl + FFaker

  • 开发者福利!ChromeSnifferPlus 插件正式登陆 Chrome Web Store at October 31, 2014

    好东西

  • 大会期间北京的天气 at October 31, 2014

    #3 楼 @cassiuschen 略夸张了吧

  • GZRuby 第 20 次聚会活动总结以及后续待办事项预告 at October 29, 2014

    我想说的是,你们还可以穿 :tshirt: !

  • 国内第一家云端的日志管理软件 (uclogs.com) 招募体验用户 at October 24, 2014

    申请试用: 联系方式 : [email protected] 需要管理的日志类型:Rails & Nginx 操作系统:Ubuntu

  • 升级完 Yosemite,我的 Mac 需要天天关机,否则就会很卡 at October 24, 2014

    感觉鼠标有点卡

  • 求助,有没有方法快速递格式化以下代码? at October 21, 2014

    Use the Ruby 1.9 hash literal syntax when your hash keys are symbols. https://github.com/bbatsov/ruby-style-guide#hash-literals

  • Emacs 24.4 is finally out! at October 21, 2014

    #3 楼 @48hour 👍

  • Emacs 24.4 is finally out! at October 21, 2014

    #1 楼 @lufeihaidao 当然,从 24.1 开始 Emacs 内置了包管理工具:http://www.emacswiki.org/emacs/ELPA

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