<?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 Plugin: sanitize_params</title>
	<atom:link href="http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 04:43:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Igor</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-158</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 17 Mar 2008 17:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-158</guid>
		<description>I'm still having the problem with the plugin. Does the plugin actually run on rails 1.2.6. I get following errors:

=&#62; Booting Mongrel (use 'script/server webrick' to force WEBrick)
=&#62; Rails application starting on http://0.0.0.0:3000
=&#62; Call with -d to detach
=&#62; Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/servers/mongrel.rb:15: warning: already initialized constant OPTIONS
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/servers/mongrel.rb:18: undefined method `options' for []:Array (NoMethodError)
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in'
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
        from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/server.rb:39
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from script/server:3

I appreciate your help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still having the problem with the plugin. Does the plugin actually run on rails 1.2.6. I get following errors:</p>
<p>=&gt; Booting Mongrel (use &#8217;script/server webrick&#8217; to force WEBrick)<br />
=&gt; Rails application starting on <a href="http://0.0.0.0:3000" rel="nofollow">http://0.0.0.0:3000</a><br />
=&gt; Call with -d to detach<br />
=&gt; Ctrl-C to shutdown server<br />
** Starting Mongrel listening at 0.0.0.0:3000<br />
** Starting Rails with development environment&#8230;<br />
Exiting<br />
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/servers/mongrel.rb:15: warning: already initialized constant OPTIONS<br />
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/servers/mongrel.rb:18: undefined method `options&#8217; for []:Array (NoMethodError)<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require&#8217;<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require&#8217;<br />
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
        from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/commands/server.rb:39<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
        from script/server:3</p>
<p>I appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-141</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 21 Jan 2008 20:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-141</guid>
		<description>@Moritz:

Yeah, the plugin is Rails 2 compatible. I'll update the docs to say so. 

As far as additional development, we're using it and others are as well, but it is essentially feature complete- sanitize_params sets out to do one thing and do it well. If you've enhanced it in any way, though, I'd love to hear about it.</description>
		<content:encoded><![CDATA[<p>@Moritz:</p>
<p>Yeah, the plugin is Rails 2 compatible. I&#8217;ll update the docs to say so. </p>
<p>As far as additional development, we&#8217;re using it and others are as well, but it is essentially feature complete- sanitize_params sets out to do one thing and do it well. If you&#8217;ve enhanced it in any way, though, I&#8217;d love to hear about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-140</link>
		<dc:creator>Moritz</dc:creator>
		<pubDate>Mon, 21 Jan 2008 10:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-140</guid>
		<description>Will there be any further development on this plugin ?
And is this plugin Rails 2 compatible ?</description>
		<content:encoded><![CDATA[<p>Will there be any further development on this plugin ?<br />
And is this plugin Rails 2 compatible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-82</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 03 Dec 2007 07:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-82</guid>
		<description>@greg:

You are correct, sir. It wasn't working on 1.2.5. I took a quick peek and it is fixed in the current revision. Let me know if you have any other problems.</description>
		<content:encoded><![CDATA[<p>@greg:</p>
<p>You are correct, sir. It wasn&#8217;t working on 1.2.5. I took a quick peek and it is fixed in the current revision. Let me know if you have any other problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg willits</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-54</link>
		<dc:creator>greg willits</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-54</guid>
		<description>just to follow up, if I try to run either white_list or sanitize_params alone, my app loads, with both plugins it fails to load

Rails 1.2.5

App loads with:
  config.plugins = %W( white_list )

App loads with:
  config.plugins = %W( sanitize_params )

App does not load with:
  config.plugins = %W( white_list, sanitize_params )</description>
		<content:encoded><![CDATA[<p>just to follow up, if I try to run either white_list or sanitize_params alone, my app loads, with both plugins it fails to load</p>
<p>Rails 1.2.5</p>
<p>App loads with:<br />
  config.plugins = %W( white_list )</p>
<p>App loads with:<br />
  config.plugins = %W( sanitize_params )</p>
<p>App does not load with:<br />
  config.plugins = %W( white_list, sanitize_params )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-43</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 28 Nov 2007 17:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-43</guid>
		<description>@head:

It looks to me like you still need to install the white_list plugin, which sanitize_params uses. Check the README file. If you still have any issues, send me an email.</description>
		<content:encoded><![CDATA[<p>@head:</p>
<p>It looks to me like you still need to install the white_list plugin, which sanitize_params uses. Check the README file. If you still have any issues, send me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: head</title>
		<link>http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-39</link>
		<dc:creator>head</dc:creator>
		<pubDate>Wed, 28 Nov 2007 09:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crowdvine.com/2007/11/26/rails-plugin-sanitize_params/#comment-39</guid>
		<description>Looks fine ! but unfortunately it doesn't load...
This is what i get when server start :

from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
from path/vendor/rails/railties/lib/commands/server.rb:39</description>
		<content:encoded><![CDATA[<p>Looks fine ! but unfortunately it doesn&#8217;t load&#8230;<br />
This is what i get when server start :</p>
<p>from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require&#8217;<br />
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require&#8217;<br />
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
from path/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
from path/vendor/rails/railties/lib/commands/server.rb:39</p>
]]></content:encoded>
	</item>
</channel>
</rss>
