<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Rails Bundle for TextMate 1.0 RC3</title>
	<atom:link href="http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Tue, 02 Dec 2008 01:35:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/#comment-130</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Mon, 27 Feb 2006 09:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/#comment-130</guid>
		<description>Jens-Christian:  Thanks for the feedback--you've helped me nail down some old bugs that I'd forgotten about.  Download RC4 and see if this gives you any relief.

Please also read my post about why the 'enter' key isn't going to work by default in the new release.</description>
		<content:encoded><![CDATA[<p>Jens-Christian:  Thanks for the feedback&#8211;you&#8217;ve helped me nail down some old bugs that I&#8217;d forgotten about.  Download RC4 and see if this gives you any relief.</p>
<p>Please also read my post about why the &#8216;enter&#8217; key isn&#8217;t going to work by default in the new release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens-Christian Fischer</title>
		<link>http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/#comment-128</link>
		<dc:creator>Jens-Christian Fischer</dc:creator>
		<pubDate>Mon, 27 Feb 2006 05:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/26/rails-bundle-for-textmate-10-rc3/#comment-128</guid>
		<description>I have nothing but troubles since the RC1 days. The intelligent go to file throws all kind of interesting error messages:

/Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/lib/rails/rails_path.rb:19:in `method_missing': undefined method `controller?' for # (NoMethodError)
	from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_go_to_file.rb:202

Also, the keybinding for this allways seems to be the ENTER key. 

The migrations "mnrc" for example throw these errors:


   /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:28:in /bin/bash: +': invalid option
Usage:	/bin/bash [GNU long option] [option] ...
	/bin/bash [GNU long option] [option] script-file ...
GNU long options:
	--debug
	--dump-po-strings
	--dump-strings
	--help
	--init-file
	--login
	--noediting
	--noprofile
	--norc
	--posix
	--rcfile
	--restricted
	--verbose
	--version
	--wordexp
Shell options:
	-irsD or -c command or -O shopt_option		(invocation only)
	-abefhkmnptuvxBCHP or -o optionindent'
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:68:in /bin/bash: -c: line 1: unexpected EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of fileeach_with_index'
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:65:in /bin/bash: -c: line 1: unexpected EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of fileeach_with_index'
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:65:in</description>
		<content:encoded><![CDATA[<p>I have nothing but troubles since the RC1 days. The intelligent go to file throws all kind of interesting error messages:</p>
<p>/Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/lib/rails/rails_path.rb:19:in `method_missing&#8217;: undefined method `controller?&#8217; for # (NoMethodError)<br />
	from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_go_to_file.rb:202</p>
<p>Also, the keybinding for this allways seems to be the ENTER key. </p>
<p>The migrations &#8220;mnrc&#8221; for example throw these errors:</p>
<p>   /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:28:in /bin/bash: +&#8217;: invalid option<br />
Usage:	/bin/bash [GNU long option] [option] &#8230;<br />
	/bin/bash [GNU long option] [option] script-file &#8230;<br />
GNU long options:<br />
	&#8211;debug<br />
	&#8211;dump-po-strings<br />
	&#8211;dump-strings<br />
	&#8211;help<br />
	&#8211;init-file<br />
	&#8211;login<br />
	&#8211;noediting<br />
	&#8211;noprofile<br />
	&#8211;norc<br />
	&#8211;posix<br />
	&#8211;rcfile<br />
	&#8211;restricted<br />
	&#8211;verbose<br />
	&#8211;version<br />
	&#8211;wordexp<br />
Shell options:<br />
	-irsD or -c command or -O shopt_option		(invocation only)<br />
	-abefhkmnptuvxBCHP or -o optionindent&#8217;<br />
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:68:in /bin/bash: -c: line 1: unexpected EOF while looking for matching `&#8221;<br />
/bin/bash: -c: line 3: syntax error: unexpected end of fileeach_with_index&#8217;<br />
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:65:in /bin/bash: -c: line 1: unexpected EOF while looking for matching `&#8221;<br />
/bin/bash: -c: line 3: syntax error: unexpected end of fileeach_with_index&#8217;<br />
    from /Users/jcf/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Support/bin/intelligent_migration_snippet.rb:65:in</p>
]]></content:encoded>
	</item>
</channel>
</rss>
