<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sara Trice</title>
	<atom:link href="http://saratrice.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://saratrice.com</link>
	<description>Just a programmin&#039;, bellydancin&#039;, cake bakin&#039; kinda girl</description>
	<lastBuildDate>Wed, 22 May 2013 07:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on ImageMagick: &#8220;convert: color profile operates on another colorspace `icc&#8217;&#8221; by David</title>
		<link>http://saratrice.com/2010/11/03/imagemagick-convert-color-profile-operates-on-another-colorspace-icc/comment-page-1/#comment-17337</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 22 May 2013 07:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=202#comment-17337</guid>
		<description><![CDATA[Great! Works! Thanks a lot :)]]></description>
		<content:encoded><![CDATA[<p>Great! Works! Thanks a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by Chintan</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-17110</link>
		<dc:creator>Chintan</dc:creator>
		<pubDate>Tue, 23 Apr 2013 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-17110</guid>
		<description><![CDATA[Thanks for the update....Here is my deploy hook (that works) on ey solo instance for reference:

In before_restart.rb:

@rails_env = node[:environment][:framework_env]
run &quot;cd #{release_path}; bundle exec whenever --set environment=#{@rails_env} --update-crontab fleetapp&quot;

Also, as pointed out be sure to wrap this in current_role == &#039;util&#039; stuff for a cluster setup.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks for the update&#8230;.Here is my deploy hook (that works) on ey solo instance for reference:</p>
<p>In before_restart.rb:</p>
<p>@rails_env = node[:environment][:framework_env]<br />
run &#8220;cd #{release_path}; bundle exec whenever &#8211;set environment=#{@rails_env} &#8211;update-crontab fleetapp&#8221;</p>
<p>Also, as pointed out be sure to wrap this in current_role == &#8216;util&#8217; stuff for a cluster setup.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by saratrice</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-17035</link>
		<dc:creator>saratrice</dc:creator>
		<pubDate>Wed, 10 Apr 2013 14:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-17035</guid>
		<description><![CDATA[Thanks, Nic. I&#039;ve updated the post entirely to account for all the new info I&#039;ve learned since Sep 2011.]]></description>
		<content:encoded><![CDATA[<p>Thanks, Nic. I&#8217;ve updated the post entirely to account for all the new info I&#8217;ve learned since Sep 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by Nic Pillinger</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-17034</link>
		<dc:creator>Nic Pillinger</dc:creator>
		<pubDate>Wed, 10 Apr 2013 14:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-17034</guid>
		<description><![CDATA[first of all, thanks for this - helped sort my crontab/whenever problems out. secondly - chintan is correct above - you shouldn&#039;t be installing any gems on your EY instances even in a chef recipe. 

Using bundle exec means you&#039;ll get the version of whenever you have bundled with your app and is the correct way to solve this problem.

cheers
Nic]]></description>
		<content:encoded><![CDATA[<p>first of all, thanks for this &#8211; helped sort my crontab/whenever problems out. secondly &#8211; chintan is correct above &#8211; you shouldn&#8217;t be installing any gems on your EY instances even in a chef recipe. </p>
<p>Using bundle exec means you&#8217;ll get the version of whenever you have bundled with your app and is the correct way to solve this problem.</p>
<p>cheers<br />
Nic</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jsTree: adding Expand All and Collapse All buttons by Christian</title>
		<link>http://saratrice.com/2011/05/04/jstree-adding-expand-all-and-collapse-all-buttons/comment-page-1/#comment-16634</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 12 Dec 2012 01:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=240#comment-16634</guid>
		<description><![CDATA[Correct about the jstree documentation lacking in some parts. I was able to use Sara&#039;s code hint in a professional project I am working on. Here&#039;s a Codepen of it: http://codepen.io/WebDevCA/full/yinhk

Now I have to figure out how to get cookies to work on it...]]></description>
		<content:encoded><![CDATA[<p>Correct about the jstree documentation lacking in some parts. I was able to use Sara&#8217;s code hint in a professional project I am working on. Here&#8217;s a Codepen of it: <a href="http://codepen.io/WebDevCA/full/yinhk" rel="nofollow">http://codepen.io/WebDevCA/full/yinhk</a></p>
<p>Now I have to figure out how to get cookies to work on it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by Desi McAdam</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-16517</link>
		<dc:creator>Desi McAdam</dc:creator>
		<pubDate>Tue, 06 Nov 2012 21:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-16517</guid>
		<description><![CDATA[Hi Sara, Thanks for the post. Secondary note for your readers just in case they need a reminder. If you only want this to run on a util server be sure to wrap the above deploy hook stuff with current_role == &#039;util&#039;.

Cheers and Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Hi Sara, Thanks for the post. Secondary note for your readers just in case they need a reminder. If you only want this to run on a util server be sure to wrap the above deploy hook stuff with current_role == &#8216;util&#8217;.</p>
<p>Cheers and Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing CKEditor in Ruby on Rails with Cucumber/Capybara by Adam</title>
		<link>http://saratrice.com/2011/03/09/testing-ckeditor-in-ruby-on-rails-with-cucumbercapybara/comment-page-1/#comment-16239</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 11 Sep 2012 09:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=215#comment-16239</guid>
		<description><![CDATA[browser.execute_script(&quot;CKEDITOR.instances.SELECTOR.setData(&#039;test&#039;)&quot;)]]></description>
		<content:encoded><![CDATA[<p>browser.execute_script(&#8220;CKEDITOR.instances.SELECTOR.setData(&#8216;test&#8217;)&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by admin</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-15277</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Jul 2012 14:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-15277</guid>
		<description><![CDATA[Sure you can... but since using custom chef is a better option here (for engine yard) I updated the post to advise using that instead.

Always more than one way to do it.]]></description>
		<content:encoded><![CDATA[<p>Sure you can&#8230; but since using custom chef is a better option here (for engine yard) I updated the post to advise using that instead.</p>
<p>Always more than one way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using javan/whenever on Engine Yard Cloud by chintan</title>
		<link>http://saratrice.com/2011/09/28/using-javanwhenever-on-engine-yard/comment-page-1/#comment-15276</link>
		<dc:creator>chintan</dc:creator>
		<pubDate>Thu, 19 Jul 2012 13:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=252#comment-15276</guid>
		<description><![CDATA[cant you use bundle exec such as :

run &quot;cd #{release_path};  bundle exec whenever --set environment=#{@rails_env}; bundle exec whenever --update-crontab &#039;yourAppNameHere&#039;&quot;

with bundle exec there is no need for step 1) install gem whenever]]></description>
		<content:encoded><![CDATA[<p>cant you use bundle exec such as :</p>
<p>run &#8220;cd #{release_path};  bundle exec whenever &#8211;set environment=#{@rails_env}; bundle exec whenever &#8211;update-crontab &#8216;yourAppNameHere&#8217;&#8221;</p>
<p>with bundle exec there is no need for step 1) install gem whenever</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing CKEditor in Ruby on Rails with Cucumber/Capybara by Marc-André Lafortune</title>
		<link>http://saratrice.com/2011/03/09/testing-ckeditor-in-ruby-on-rails-with-cucumbercapybara/comment-page-1/#comment-14022</link>
		<dc:creator>Marc-André Lafortune</dc:creator>
		<pubDate>Sat, 09 Jun 2012 02:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://saratrice.com/?p=215#comment-14022</guid>
		<description><![CDATA[Strangely enough, it didn&#039;t work anymore with webkit, even though the script executed correctly and getData() returned the correct string. I came up with an extended solution, see http://stackoverflow.com/questions/10957869/how-to-fill-ckeditor-from-capybara-with-webkit-or-selenium-driver]]></description>
		<content:encoded><![CDATA[<p>Strangely enough, it didn&#8217;t work anymore with webkit, even though the script executed correctly and getData() returned the correct string. I came up with an extended solution, see <a href="http://stackoverflow.com/questions/10957869/how-to-fill-ckeditor-from-capybara-with-webkit-or-selenium-driver" rel="nofollow">http://stackoverflow.com/questions/10957869/how-to-fill-ckeditor-from-capybara-with-webkit-or-selenium-driver</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
