• 这周有了比较大的更新,支持了 Remote debugging 以及 Rails:

    现在的支持列表是:

    • Ruby scripts debugging
      • Line breakpoints (add, delete, disable, enable)
      • Step over, step in, step out, continue, pause
      • Multiple, parallel threads
      • Call stack
      • Scope variables
      • Debug console
      • Watch window
      • Variables evaluate/inspect
      • Stop on entry
      • Breaking on uncaught exceptions and errors
      • Attach requests
    • Ruby remote debug
    • Rails

    安装量刚刚破一千,获得了 Ruby Weekly 的收录 😄

  • 消除零回复 >..<

    这周完成了 Ruby scripts 的基本调试功能

    • Line breakpoints (add, delete, disable, enable)
    • Step over, step in, step out, continue
    • Multiple, parallel threads
    • Call stack
    • Scope variables
    • Debug console
    • Watch window
    • Variables evaluate/inspect

    接下来将要支持一下功能:

    • Ruby scripts debugging
      • Conditional breakpoints
      • Break on entry
      • Breaking on uncaught exceptions and errors
      • Attach requests
    • Ruby remote debug
    • Unit/Integration tests debugging
      • RSpec
      • Cucumber
      • Shoulda
      • Test::Unit
    • Rack
    • Rails
    • Rake
    • Gem
    • IRB console
    • IntelliSense and autocomplete
    • Linting
  • #23 楼 @rails_on_ll 这个项目是纯 Ruby 的,不是 Rails 项目,这也是我挑它入手的原因。避免过早地接触框架,从语言本身学起。

  • 推荐 Jekyll

    我看了一个礼拜就去给他们 contribute 代码了,社区还是比较友好的。GitHub Page 一百万个网站都基于它,这个项目值得长期追随。

  • 首页的精华帖们 几乎都不超过一万个访问量 这个好神奇...

    不过刷新一次就增加一个访问量 看看就行了

  • will_paginate 做分页,然后 ajax 拉数据。

  • 楼主去么