Libin Pan

One post at a time

links for 2008-05-19

  • 0 Comments
  • Filed under: Links
  • links for 2008-05-18

  • 0 Comments
  • Filed under: Links
  • links for 2008-05-17

  • 0 Comments
  • Filed under: Links
  • links for 2008-05-16

  • 1 Comment
  • Filed under: Links
  • links for 2008-05-15

  • 0 Comments
  • Filed under: Links
  • links for 2008-05-14

  • 0 Comments
  • Filed under: Links
  • links for 2008-05-13

  • 0 Comments
  • Filed under: Links
  • Nearly 10000 dead in China quake, fears for many more

    China quake buries nearly 900 students in Sichuan Province

    Massive death toll feared in Chinese earthquake

    More on Google News

  • 0 Comments
  • Filed under: China, English
  • links for 2008-05-12

  • 0 Comments
  • Filed under: Links
  • (Re)Enable TextMate Ruby Bundle

    We all love TextMate, by all means. It is the best friend for Ruby Developers.

    After our project upgraded to Rails 2.0+ at LearnHub.com, I noticed that there are some very powerful Ruby Bundle Commands just stopped working. Especially these two:

    • Run Focused Unit Test

    This is an awesome lovely command in Ruby Bundle, absolutely my favorite! It allows you to run a single unit test out of a whole suite of tests by simply positioning your cursor into the test you’d like to run.

    • Run Rake Task

    This is another cool command too. It shows a popup window which list all the available rake tasks you have and it will show a pretty HTML result window after you choose from the list.

    This thing really bothers me a lot. I could be fine for the second one, as I do have terminal windows open all the time. But I really really miss the first one, as our test files get longer very soon.

    I have to make it work!

    After couple of hours trying today, I’ve pretty much got the right reason and the simple solution, for now.

    The reason is that TextMate includes its own version of builder.rb, which is conflicting with Rails 2.0′ version of builder.rb.

    The simple solution:

    1. Open TextMate Bundlers Editor
    2. Find Ruby -> Run Focused Unit Test
    3. Search for RUBYLIB=”$TM_BUNDLE_SUPPORT/RakeMate${RUBYLIB:+:$RUBYLIB}”
    4. Change to RUBYLIB=”$TM_BUNDLE_SUPPORT/RakeMate”
    5. Reload Bundlers

    That’s it! And apply the same changing method to other commands such as “Run Rake Task” as well.

    And just want to point out the alternate solution is:

    mv /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb.bak

    It’s up to you to choose one of them.

    Hope Google can pickup this post quickly so we can save somebody else sometime too. :)

    Enjoy!

  • 2 Comments
  • Filed under: English, Mac, Ruby, Software
  • Upcoming Events

    Pages