<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Running Rails Production Environment Commands</title>
	<link>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/</link>
	<description>Web Development and Design, and Anything That Matters</description>
	<pubDate>Fri, 25 Jul 2008 11:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Martin</title>
		<link>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-83709</link>
		<pubDate>Sat, 28 Jun 2008 09:19:12 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-83709</guid>
					<description>Thanks! I was wondering why &quot;./script/server RAILS_ENV=production&quot; didn't work! :-D</description>
		<content:encoded><![CDATA[<p>Thanks! I was wondering why &#8220;./script/server RAILS_ENV=production&#8221; didn&#8217;t work! :-D
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-52584</link>
		<pubDate>Sun, 06 Jan 2008 01:39:26 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-52584</guid>
					<description>@pick, yeah, you can force the default enviornment to production environment in your config/environment.rb file if you want to.

ENV['RAILS_ENV'] &amp;#124;&amp;#124;= 'production'</description>
		<content:encoded><![CDATA[<p>@pick, yeah, you can force the default enviornment to production environment in your config/environment.rb file if you want to.</p>
<p>ENV[&#8217;RAILS_ENV&#8217;] ||= &#8216;production&#8217;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: pick</title>
		<link>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-52536</link>
		<pubDate>Sat, 05 Jan 2008 17:51:49 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/12/06/running-rails-production-environment-commands/#comment-52536</guid>
					<description>actually that was useful for running my rake task in production. i don't understand why the environment file doesn't automatically set the environment for your rake tasks though.</description>
		<content:encoded><![CDATA[<p>actually that was useful for running my rake task in production. i don&#8217;t understand why the environment file doesn&#8217;t automatically set the environment for your rake tasks though.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
