<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sam Pierson&#039;s Blog &#187; rubymine</title>
	<atom:link href="http://sampierson.com/blog/tag/rubymine/feed/" rel="self" type="application/rss+xml" />
	<link>http://sampierson.com/blog</link>
	<description>Augmentation of an Imperfect Memory.</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RubyMine not recognizing cucumber features</title>
		<link>http://sampierson.com/blog/software-development/rubymine-not-recognizing-cucumber-features/</link>
		<comments>http://sampierson.com/blog/software-development/rubymine-not-recognizing-cucumber-features/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:19:23 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rubymine]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=658</guid>
		<description><![CDATA[If RubyMine isn&#8217;t recognizing cucumber features, ensure the following:

Cucumber gem is attached to project: RM &#124; Settings &#124; Ruby SDK and Gems &#124; Attach gems.
If you edited *.feature files in early version of RubyMine it may be mapped on Text file. So you should check that *.feature extension is mapped on &#8220;Cucumber scenario files&#8221; in [...]]]></description>
			<content:encoded><![CDATA[<p>If RubyMine isn&#8217;t recognizing cucumber features, ensure the following:</p>
<ol>
<li>Cucumber gem is attached to project: RM | Settings | Ruby SDK and Gems | Attach gems.</li>
<li>If you edited *.feature files in early version of RubyMine it may be mapped on Text file. So you should check that *.feature extension is mapped on &#8220;Cucumber scenario files&#8221; in RM | Settings | File Types |  Recognized File Types.</li>
</ol>
<p>per <a href="http://www.jetbrains.net/devnet/message/5238832#5238832">Roman at JetBrains</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/rubymine-not-recognizing-cucumber-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focussed testing in RubyMine</title>
		<link>http://sampierson.com/blog/software-development/focussed-testing-in-rubymine/</link>
		<comments>http://sampierson.com/blog/software-development/focussed-testing-in-rubymine/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 19:33:42 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[rubymine]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=562</guid>
		<description><![CDATA[How to setup focussed testing in RubyMine:
Place focused_test.rb  in the folder above your $RAILS_ROOT (so multiple projects can share it).
In RubyMine:
Preferences -&#62; External Tools -&#62; Add

Name: Focussed Test
Group: Whatever
Program: /usr/bin/ruby
Parameters: $ProjectFileDir$/../focused_test.rb -b --line $LineNumber$ -f &#34;$FilePath$&#34;
Working Directory: $ProjectFileDir$

Preferences -> KeyMap
Create a shortcut to the external tool.  I use F10.
]]></description>
			<content:encoded><![CDATA[<p>How to setup focussed testing in RubyMine:</p>
<p>Place <a href="http://sampierson.com/blog/wp-content/uploads/2009/05/focused_test.rb">focused_test.rb</a>  in the folder above your $RAILS_ROOT (so multiple projects can share it).</p>
<p>In RubyMine:<br />
Preferences -&gt; External Tools -&gt; Add</p>

<div class="wp_syntax"><div class="code"><pre class="foo" style="font-family:monospace;">Name: Focussed Test
Group: Whatever
Program: /usr/bin/ruby
Parameters: $ProjectFileDir$/../focused_test.rb -b --line $LineNumber$ -f &quot;$FilePath$&quot;
Working Directory: $ProjectFileDir$</pre></div></div>

<p>Preferences -> KeyMap<br />
Create a shortcut to the external tool.  I use F10.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/focussed-testing-in-rubymine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing RubyMine memory usage</title>
		<link>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/</link>
		<comments>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 18:33:34 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rubymine]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=314</guid>
		<description><![CDATA[After a long search I figured out how to increase the memory available for RubyMine on MacOS:
In RubyMine.app/Contents/Info.plist
Find:


&#60;key&#62;VMOptions&#60;/key&#62;
&#60;string&#62;-Xms16m -Xmx192m ...

Xmx is maximum memory to use.
]]></description>
			<content:encoded><![CDATA[<p>After a long search I figured out how to increase the memory available for RubyMine on MacOS:</p>
<p>In RubyMine.app/Contents/Info.plist</p>
<p>Find:<br />
<br/></p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>VMOptions<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-Xms16m -Xmx192m ...</pre></div></div>

<p>Xmx is maximum memory to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
