<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>code [dot] leadmediapartners.com - Home</title>
  <id>tag:code.leadmediapartners.com,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://code.leadmediapartners.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://code.leadmediapartners.com/" rel="alternate" type="text/html"/>
  <updated>2008-04-16T04:43:51Z</updated>
  <entry xml:base="http://code.leadmediapartners.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:code.leadmediapartners.com,2008-03-28:1</id>
    <published>2008-03-28T19:24:00Z</published>
    <updated>2008-04-16T04:43:51Z</updated>
    <category term="Tools"/>
    <category term="ruby"/>
    <category term="rubyamp"/>
    <category term="textmate"/>
    <category term="tools"/>
    <link href="http://code.leadmediapartners.com/2008/3/28/rubyamp" rel="alternate" type="text/html"/>
    <title>RubyAMP</title>
<content type="html">
            &lt;p&gt;&lt;img src=&quot;/assets/2008/3/28/rubyamp.gif&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;h2&gt;Work faster, code better.&lt;/h2&gt;


RubyAMP is a &lt;a href=&quot;http://www.macromates.com&quot;&gt;TextMate&lt;/a&gt; bundle that makes you more productive in editing, navigating, and debugging &lt;a href=&quot;http://www.ruby-lang.org&quot;&gt;Ruby&lt;/a&gt; code.  Now you can easily:
	&lt;ul&gt;
	&lt;li&gt;auto-complete from all open tabs&lt;/li&gt;
		&lt;li&gt;jump to a method, class, or fixture named under the cursor&lt;/li&gt;
		&lt;li&gt;start the debugger on a series of RSpec examples and break at the current line&lt;/li&gt;
		&lt;li&gt;inspect by highlighting to evaluate to tooltip or clipboard&lt;/li&gt;
		&lt;li&gt;fire up a Merb/Rails server or console for your current app&lt;/li&gt;
		&lt;li&gt;tail development.log&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;AMP&lt;/span&gt; = Amplified Mate Productivity&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;As introduced by Tim Harper at &lt;a href=&quot;http://www.mtnwestrubyconf.org/&quot;&gt;MtnWest RubyConf&lt;/a&gt;&lt;/p&gt;


&amp;lt;embed src=&quot;http://www.jumpcut.com/media/flash/jump.swf?id=5D33FF92FDC911DCA110000423CF381C&amp;amp;#38;asset_type=movie&amp;amp;#38;asset_id=5D33FF92FDC911DCA110000423CF381C&amp;amp;#38;eb=1&quot; height=&quot;324&quot; width=&quot;408&quot;&gt;&amp;lt;/embed&gt;

	&lt;p&gt;&lt;small&gt;(disclaimer: the examples in this project are used for demonstration purposes only, and do not advocate any philosophy on good design principles)&lt;/small&gt;&lt;/p&gt;


&lt;div class=&quot;rounded&quot;&gt;
    &lt;div class=&quot;top&quot;&gt;&lt;div class=&quot;corner&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;main&quot;&gt;                            

&lt;div&gt;

            &lt;img src=&quot;/assets/2008/3/28/download_box.gif&quot; alt=&quot;&quot; /&gt;

	&lt;h2&gt;Install with Git&lt;/h2&gt;


&lt;a&gt;(wait, I don&#8217;t have Git&#8230;)&lt;/a&gt; 
&lt;br /&gt;
	&lt;ul&gt;
	&lt;li&gt;Install &lt;a href=&quot;http://email.eva.mpg.de/~bibiko/downloads/textmate/TMTools.tmplugin.zip&quot;&gt;tmtools&lt;/a&gt; (information about tmtools &lt;a href=&quot;http://email.eva.mpg.de/~bibiko/downloads/textmate/tmtoolshelp.html&quot;&gt;here&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Install these gems:&lt;/li&gt;
	&lt;/ul&gt;


&lt;pre&gt;
&lt;code&gt;
    sudo gem install rb-appscript ruby-debug
&lt;/code&gt;
&lt;/pre&gt;

	&lt;ul&gt;
	&lt;li&gt;Run this:&lt;/li&gt;
	&lt;/ul&gt;


&lt;pre&gt;
&lt;code&gt;
    mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
    cd ~/Library/Application\ Support/TextMate/Bundles/
    git clone git://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
&lt;/pre&gt;
&lt;/code&gt;

	&lt;ul&gt;
	&lt;li&gt;Reload your bundles&lt;/li&gt;
	&lt;/ul&gt;


&lt;/div&gt;

&lt;div&gt;

            &lt;img src=&quot;/assets/2008/3/28/download_box.gif&quot; alt=&quot;&quot; /&gt;

	&lt;h2&gt;Install with Subversion&lt;/h2&gt;


&lt;a&gt;(wait, I&#8217;d rather use Git&#8230;)&lt;/a&gt;
&lt;br /&gt;
	&lt;ul&gt;
	&lt;li&gt;Install &lt;a href=&quot;http://email.eva.mpg.de/~bibiko/downloads/textmate/TMTools.tmplugin.zip&quot;&gt;tmtools&lt;/a&gt; (information about tmtools &lt;a href=&quot;http://email.eva.mpg.de/~bibiko/downloads/textmate/tmtoolshelp.html&quot;&gt;here&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Install these gems:&lt;/li&gt;
	&lt;/ul&gt;


&lt;pre&gt;
&lt;code&gt;
    sudo gem install rb-appscript ruby-debug
&lt;/code&gt;
&lt;/pre&gt;

	&lt;ul&gt;
	&lt;li&gt;Run this:&lt;/li&gt;
	&lt;/ul&gt;


&lt;pre&gt;
&lt;code&gt;
    mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
    cd ~/Library/Application\ Support/TextMate/Bundles/
    svn co http://ruby-amp.googlecode.com/svn/trunk RubyAMP.tmbundle
&lt;/code&gt;
&lt;/pre&gt;

	&lt;ul&gt;
	&lt;li&gt;Reload your bundles&lt;/li&gt;
	&lt;/ul&gt;


&lt;/div&gt;

    &lt;/div&gt;
    &lt;div class=&quot;bottom&quot;&gt;&lt;div class=&quot;corner&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;        

	&lt;h2&gt;Contributing&lt;/h2&gt;


	&lt;ul&gt;
	&lt;li&gt;Found a bug?  &lt;a href=&quot;http://code.google.com/p/ruby-amp/issues/list&quot;&gt;File it here&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Got a new feature you want include, or a patch to submit?  &lt;a href=&quot;http://github.com/timcharper/rubyamp/&quot;&gt;Fork RubyAmp here&lt;/a&gt; .&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h2&gt;Credits / Recognition&lt;/h2&gt;


	&lt;p&gt;This little bundle has been made possible by standing on the shoulders of giants.  Particularly:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Hans-Joerg Bibiko, for &lt;span class=&quot;caps&quot;&gt;TMTOOLS&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;Kent Sibilev, for ruby-debug&lt;/li&gt;
		&lt;li&gt;Hamish Sanderson, for rb-appscript.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Thank you!&lt;/p&gt;
          </content>  </entry>
</feed>
