What have you found for these years?

2011-09-01

[ANN] rib 0.9.4 released

Rib

by Lin Jen-Shin (godfat)

CHANGES from 0.9.2:

Rib 0.9.4 – 2011-09-01

  • [rib-rails] So now we replicated what Rails did for its console, both for Rails 2 and Rails 3. You can now fully use rib rails or rib auto as rails console or ./script/console in respect to Rails 2 or 3. For example, it works for:

    rib auto production
    rib rails production
    rib auto test --debugger # remember to add ruby-debug(19)? to Gemfile
    rib auto test --sandbox
    rib rails test --debugger --sandbox
    

    It should also make Rails 3 print SQL log to stdout. Thanks tka.

Rib 0.9.3 – 2011-08-28

  • [rib] Calling Rib.shell would no longer automatically require 'rib/core' anymore. This is too messy. We should only do this in bin/rib. See: commit #7a97441afeecae80f5493f4e8a4a6ba3044e2c33

    require 'rib/more/anchor'
    Rib.anchor 123
    

    Should no longer crashed… Thanks Andrew.

  • [extra/autoindent] It has been greatly improved. A lot more accurate.
  • [extra/autoindent] Fixed a bug when you’re typing too fast upon rib launching, it might eat your input. Thanks bootleq.

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0