<?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 Progress Please!</title>
	<atom:link href="http://stefanwille.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefanwille.com</link>
	<description>Stefan Wille</description>
	<lastBuildDate>Tue, 17 Apr 2012 17:53:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Ruby on Rails: Fix for &#8216;invalid multibyte char (US-ASCII)&#8217; by Stefan</title>
		<link>http://stefanwille.com/2010/08/ruby-on-rails-fix-for-invalid-multibyte-char-us-ascii/comment-page-1/#comment-107</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=402#comment-107</guid>
		<description>This has to be the first line of the file.</description>
		<content:encoded><![CDATA[<p>This has to be the first line of the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails: Fix for &#8216;invalid multibyte char (US-ASCII)&#8217; by Stefan</title>
		<link>http://stefanwille.com/2010/08/ruby-on-rails-fix-for-invalid-multibyte-char-us-ascii/comment-page-1/#comment-106</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=402#comment-106</guid>
		<description>Please use 

# encoding: utf-8

not 

# coding: utf-8

Saludos :)</description>
		<content:encoded><![CDATA[<p>Please use </p>
<p># encoding: utf-8</p>
<p>not </p>
<p># coding: utf-8</p>
<p>Saludos <img src='http://stefanwille.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails: Fix for &#8216;invalid multibyte char (US-ASCII)&#8217; by lsrojas</title>
		<link>http://stefanwille.com/2010/08/ruby-on-rails-fix-for-invalid-multibyte-char-us-ascii/comment-page-1/#comment-105</link>
		<dc:creator>lsrojas</dc:creator>
		<pubDate>Mon, 12 Mar 2012 03:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=402#comment-105</guid>
		<description>sample:
# coding: utf-8
class HeloController &lt; ApplicationController
  def index
    @mensaje=&quot;¡Hola amigo!&quot;
    @contador=3
    @bono=&quot;Este mensaje viene desde el controlador&quot;
  end
end</description>
		<content:encoded><![CDATA[<p>sample:<br />
# coding: utf-8<br />
class HeloController &lt; ApplicationController<br />
  def index<br />
    @mensaje=&quot;¡Hola amigo!&quot;<br />
    @contador=3<br />
    @bono=&quot;Este mensaje viene desde el controlador&quot;<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why &#8216;bundle install&#8217; is slow (and how to make it fast) by Eqbal</title>
		<link>http://stefanwille.com/2010/07/why-is-bundle-install-slow-and-how-to-get-it-fast/comment-page-1/#comment-104</link>
		<dc:creator>Eqbal</dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=318#comment-104</guid>
		<description>or u can just use bundle install --local , Your Gemfile.lock should be under version control, ie. part of your project, and so should only change occasionally</description>
		<content:encoded><![CDATA[<p>or u can just use bundle install &#8211;local , Your Gemfile.lock should be under version control, ie. part of your project, and so should only change occasionally</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails: Fix for &#8216;invalid multibyte char (US-ASCII)&#8217; by niyazi</title>
		<link>http://stefanwille.com/2010/08/ruby-on-rails-fix-for-invalid-multibyte-char-us-ascii/comment-page-1/#comment-103</link>
		<dc:creator>niyazi</dc:creator>
		<pubDate>Sat, 10 Sep 2011 11:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=402#comment-103</guid>
		<description>HELP : linuxmint &quot;katya&quot;+ruby1.9+rails+sqlite3 ... the problem is &quot;turkish&quot; characters error like &quot;ı ş ç ö ğ ü &quot; not display in browser with webrick server... is there any gem for turkish character set ?
you said,
 # encoding : utf-8
where i have to add this line?
thanks</description>
		<content:encoded><![CDATA[<p>HELP : linuxmint &#8220;katya&#8221;+ruby1.9+rails+sqlite3 &#8230; the problem is &#8220;turkish&#8221; characters error like &#8220;ı ş ç ö ğ ü &#8221; not display in browser with webrick server&#8230; is there any gem for turkish character set ?<br />
you said,<br />
 # encoding : utf-8<br />
where i have to add this line?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Plugin for Single Sign On with Atlassian Crowd by Stefan</title>
		<link>http://stefanwille.com/2010/07/rails-plugin-for-single-sign-on-with-atlassian-crowd/comment-page-1/#comment-102</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 30 Jun 2011 11:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=363#comment-102</guid>
		<description>Hello Barak, as far as I know there is no bridge from Crowd to google / yahoo / twitter. 
But if there is, then you can access the user id from your application before and after authorization via the API of this plugin.</description>
		<content:encoded><![CDATA[<p>Hello Barak, as far as I know there is no bridge from Crowd to google / yahoo / twitter.<br />
But if there is, then you can access the user id from your application before and after authorization via the API of this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Plugin for Single Sign On with Atlassian Crowd by Barakathullah</title>
		<link>http://stefanwille.com/2010/07/rails-plugin-for-single-sign-on-with-atlassian-crowd/comment-page-1/#comment-101</link>
		<dc:creator>Barakathullah</dc:creator>
		<pubDate>Tue, 28 Jun 2011 12:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=363#comment-101</guid>
		<description>Hi Stefan, I am planning to implemet SSO for multiple web applications. I will be allowing my users to login to any one of the 5 applications or all the 5 applications usng their google / yahoo / twitter login credentials. Is there any possibility to have authorization to application access at the user level.

Thanks
Barak</description>
		<content:encoded><![CDATA[<p>Hi Stefan, I am planning to implemet SSO for multiple web applications. I will be allowing my users to login to any one of the 5 applications or all the 5 applications usng their google / yahoo / twitter login credentials. Is there any possibility to have authorization to application access at the user level.</p>
<p>Thanks<br />
Barak</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Plugin for Single Sign On with Atlassian Crowd by Stefan</title>
		<link>http://stefanwille.com/2010/07/rails-plugin-for-single-sign-on-with-atlassian-crowd/comment-page-1/#comment-98</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=363#comment-98</guid>
		<description>Hi Lawrence, in the Crowd server, you set up different application. An application can be Jira on server1.xyz.com or Confluence on server2.xyz.com... or your own application. When you add a new application, you define a name (= appname), server, password and so on. The appname is used to identify this particular instance of your application. The documentation describes this in 
http://confluence.atlassian.com/display/CROWD/Adding+an+Application#AddinganApplication-add

The documentation describes the application name like this:

&lt;strong&gt;Name&lt;/strong&gt;	 - The username which the application will use when it authenticates against the Crowd framework as a client. This value must be unique, i.e. it cannot be used by more than one application client.</description>
		<content:encoded><![CDATA[<p>Hi Lawrence, in the Crowd server, you set up different application. An application can be Jira on server1.xyz.com or Confluence on server2.xyz.com&#8230; or your own application. When you add a new application, you define a name (= appname), server, password and so on. The appname is used to identify this particular instance of your application. The documentation describes this in<br />
<a href="http://confluence.atlassian.com/display/CROWD/Adding+an+Application#AddinganApplication-add" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/confluence.atlassian.com/display/CROWD/Adding+an+Application_AddinganApplication-add?referer=');">http://confluence.atlassian.com/display/CROWD/Adding+an+Application#AddinganApplication-add</a></p>
<p>The documentation describes the application name like this:</p>
<p><strong>Name</strong>	 &#8211; The username which the application will use when it authenticates against the Crowd framework as a client. This value must be unique, i.e. it cannot be used by more than one application client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Plugin for Single Sign On with Atlassian Crowd by Stefan</title>
		<link>http://stefanwille.com/2010/07/rails-plugin-for-single-sign-on-with-atlassian-crowd/comment-page-1/#comment-97</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=363#comment-97</guid>
		<description>Hi Farukh, I didn&#039;t test the plugin with Crowd 2.2 yet.</description>
		<content:encoded><![CDATA[<p>Hi Farukh, I didn&#8217;t test the plugin with Crowd 2.2 yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Plugin for Single Sign On with Atlassian Crowd by Farukh D M</title>
		<link>http://stefanwille.com/2010/07/rails-plugin-for-single-sign-on-with-atlassian-crowd/comment-page-1/#comment-96</link>
		<dc:creator>Farukh D M</dc:creator>
		<pubDate>Fri, 25 Mar 2011 07:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://stefanwille.com/?p=363#comment-96</guid>
		<description>Hey, is the plug-in compatible with CROWD 2.2??
Please let me know

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey, is the plug-in compatible with CROWD 2.2??<br />
Please let me know</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

