<body><iframe src="http://www.blogger.com/navbar.g?targetBlogID=7625526986034013157&amp;blogName=Tim%2C+the+Enchanter&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Ftim.theenchanter.com%2F&amp;searchRoot=http%3A%2F%2Ftim.theenchanter.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div id="space-for-ie"></div>

About

I'm a ruby developer passionate about developing clean code that makes for programming happiness. I'm also am passionate about freedom, liberty, and capitalism, and enjoy jamming out some good rock or jazz on the piano.

I reside in Saratoga Springs, UT, with my family. I'm a member of The Church of Jesus Christ of Latter Day Saints (AKA the "Mormons") and I wield a strong testimony of my Savior Jesus Christ (yes we're Christians).

I'm currently employed by:

RubyAMP released out into the wild

My company, Lead Media Partners, being as cool as they are, has fostered and encouraged me to improve TextMate to support many of the features I missed when switching from my other favorite IDE, RadRails. Over the last 3 months, I've been adding commands here and there, and have been packaging it up into a seperate bundle. With this bundle, TextMate has now officially been promoted to my favorite editor.

To see what all the hype is about, you can grab the bundle, get more info, and see a 5-minute long screencast I produced introducing the features over at code.leadmediapartners.com.

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end
  • Blogger Bryan says so:
    April 25, 2008 7:36 AM  

    I've been trying to use the RubyAMP bundle to speed up my coding.
    I'm still trying to figure out how to do something similar to the now
    deprecated Rails debugger which used to allow a console to be opened up
    from the testing environment.

    Anytime I try to use any of the RubyAMP bundle commands I receive the
    following error:
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
    `require__': No such file to load -- appscript (LoadError) from
    /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
    from /Users/intention/Library/Application
    Support/TextMate/Bundles/RubyAMP.tmbundle/Support/lib/ruby_amp/launcher.rb:2
    from /Users/intention/Library/Application
    Support/TextMate/Bundles/RubyAMP.tmbundle/Support/lib/ruby_amp.rb:19:in
    `require' from /Users/intention/Library/Application
    Support/TextMate/Bundles/RubyAMP.tmbundle/Support/lib/ruby_amp.rb:19:in
    `const_missing' from /tmp/temp_textmate.2nfNou:3

    Both the required gems are installed on the system and I can require
    them from a console.

    It seems to have something to do with the appscript gem.

    Any help is appreciated.

    Bryan top