<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby on Rails Plugin Comments</title>
    <link>http://agilewebdevelopment.com/plugins</link>
    <pubDate>Wed, 22 Oct 2008 13:27:39 GMT</pubDate>
    <description>Ruby on Rails Plugin Comments from AgileWebDevelopment.com</description>
    <item>
      <title>Comment for plugin: Acts As Taggable On Steroids</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids</link>
      <description>I'm getting an error when trying to save an object with new tags... 

I have seen other references to the issue but no solution.

Any idea why I am getting this error?

NoMethodError: undefined method `find_or_create_with_like_by_name' for Tag(id: integer, name: string):Class

        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/base.rb:1672:in `method_missing'

        from C:/dev/apps/story/vendor/plugins/acts_as_taggable_on_steroids/lib/acts_as_taggable.rb:182:in `save_tags'

</description>
      <pubDate>Wed, 22 Oct 2008 13:27:39 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids</guid>
      <author>Bob Dunne</author>
    </item>
    <item>
      <title>Comment for plugin: Restful Comments</title>
      <link>http://agilewebdevelopment.com/plugins/restful_comments</link>
      <description>

I also notice these bizarre errors (stack full, spected user and geted user) and, thanks to you, I proceed like you:

I just remove engines plugin, and move &#8220;restful_comments/apps&#8221; contents to root/apps. I also move assets(javascript and styles) to public folder and add to &#8220;routes.rb&#8221; the map.resource :comments line

Now thats&#8217;fine

Cristian
</description>
      <pubDate>Tue, 21 Oct 2008 20:51:04 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/restful_comments</guid>
      <author>Cristian Castillo Znexus</author>
    </item>
    <item>
      <title>Comment for plugin: Restful Authentication</title>
      <link>http://agilewebdevelopment.com/plugins/restful_authentication</link>
      <description>I am trying to generate the authentication components and I get the following:
script/generate authenticated user sessions
./script/../config/../vendor/rails/actionpack/lib/action_controller/routing.rb:936:in `build': undefined method `[]' for :session:Symbol (NoMethodError)
	from ./script/../config/../vendor/rails/actionpack/lib/action_controller/routing.rb:1161:in `add_route'
	from ./script/../config/../vendor/rails/actionpack/lib/action_controller/routing.rb:1167:in `add_named_route'
	from ./script/../config/../vendor/rails/actionpack/lib/action_controller/routing.rb:992:in `method_missing'
	from ./script/../config/../config/routes.rb:4
	from ./script/../config/../vendor/rails/actionpack/lib/action_controller/routing.rb:1128:in `draw'
	from ./script/../config/../config/routes.rb:1
	from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:489:in `load'
	from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:489:in `load'
	 ... 9 levels...
	from ./script/../config/../vendor/rails/railties/lib/commands/generate.rb:1:in `require'
	from ./script/../config/../vendor/rails/railties/lib/commands/generate.rb:1
	from script/generate:5:in `require'
	from script/generate:5
--------------------
Any ideas?</description>
      <pubDate>Mon, 20 Oct 2008 18:38:14 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/restful_authentication</guid>
      <author>Tom S.</author>
    </item>
    <item>
      <title>Comment for plugin: ArabicHelper</title>
      <link>http://agilewebdevelopment.com/plugins/arabichelper</link>
      <description>Well done</description>
      <pubDate>Sun, 19 Oct 2008 05:43:30 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/arabichelper</guid>
      <author>Shuaib Zahda</author>
    </item>
    <item>
      <title>Comment for plugin: Less Reverse Captcha</title>
      <link>http://agilewebdevelopment.com/plugins/less_reverse_captcha</link>
      <description>The honeypot plugin does something similar(providing an empty field and one filled (both hidden)), but uses views + controller

http://github.com/grosser/honeypot/tree/master</description>
      <pubDate>Fri, 17 Oct 2008 19:52:20 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/less_reverse_captcha</guid>
      <author>grosser</author>
    </item>
    <item>
      <title>Comment for plugin: Acts as Favorite</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_favorite</link>
      <description>You will need to patch the identity.rb file if you are using table prefix/suffix since the author assume that the table name for the Favorite class is 'favorite'</description>
      <pubDate>Fri, 17 Oct 2008 17:42:31 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_favorite</guid>
      <author>Dat Chu</author>
    </item>
    <item>
      <title>Comment for plugin: model_auto_completer</title>
      <link>http://agilewebdevelopment.com/plugins/model_auto_completer</link>
      <description>Thank you for this plug-in Xavier, you've saved me from having to re-invent the wheel! ;-)</description>
      <pubDate>Thu, 16 Oct 2008 09:23:19 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/model_auto_completer</guid>
      <author>Dicky</author>
    </item>
    <item>
      <title>Comment for plugin: acts_as_url_param</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_url_param</link>
      <description>This seems like a cool plugin.  I can't figure out how to use it though.  Do you have some more detailed instructions?  Some sort of simple walk-through would be awesome.</description>
      <pubDate>Wed, 15 Oct 2008 18:42:45 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_url_param</guid>
      <author>Tim</author>
    </item>
    <item>
      <title>Comment for plugin: loads_from_amazon</title>
      <link>http://agilewebdevelopment.com/plugins/loads_from_amazon</link>
      <description>This one stopped being maintained quite a while ago. I meant to rewrite it to sit on a more up to date Amazon ECS library, but never got round to it.

These days it'd be better to look at something like acts_as_amazon_product -- http://github.com/netphase/aaap/tree/master</description>
      <pubDate>Wed, 15 Oct 2008 14:51:11 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/loads_from_amazon</guid>
      <author>James Stewart</author>
    </item>
    <item>
      <title>Comment for plugin: greybox_on_rails</title>
      <link>http://agilewebdevelopment.com/plugins/greybox</link>
      <description>Moved this project to github:
http://github.com/ssoroka/greybox_on_rails/tree</description>
      <pubDate>Wed, 15 Oct 2008 04:42:25 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/greybox</guid>
      <author>Steven Soroka</author>
    </item>
    <item>
      <title>Comment for plugin: busy_ajax</title>
      <link>http://agilewebdevelopment.com/plugins/busy_ajax</link>
      <description>Moved this project to github:
http://github.com/ssoroka/busy_ajax/tree/master</description>
      <pubDate>Wed, 15 Oct 2008 04:41:30 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/busy_ajax</guid>
      <author>Steven Soroka</author>
    </item>
    <item>
      <title>Comment for plugin: Attachment Fu</title>
      <link>http://agilewebdevelopment.com/plugins/attachment_fu</link>
      <description>From Windows, saving to the DB requires some tweaking. See http://epirsch.blogspot.com/2008/01/fixing-attachmentfu-on-windows-like.html

(The problem was that saving to the DB was not working. Partial info was saved)</description>
      <pubDate>Tue, 14 Oct 2008 21:39:25 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/attachment_fu</guid>
      <author>Guillaume</author>
    </item>
    <item>
      <title>Comment for plugin: Restful Authentication</title>
      <link>http://agilewebdevelopment.com/plugins/restful_authentication</link>
      <description>@ carlivar:

RE: "Plugins::Restful-authentication::Lib" is not a valid constant name!

If you "mv mv restful-authentication/ restful_authentication/" your problems are solved, albeit this doesn't seem to be the "right" solution...

If you would like to do this beforehand simply perform the following from within the vendor/plugins directory:

git clone git://github.com/technoweenie/restful-authentication.git restful_authentication</description>
      <pubDate>Mon, 13 Oct 2008 22:34:22 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/restful_authentication</guid>
      <author>John Wyles</author>
    </item>
    <item>
      <title>Comment for plugin: acts_as_commentable</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_commentable</link>
      <description>Does not work with rails 2.x</description>
      <pubDate>Mon, 13 Oct 2008 20:15:57 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_commentable</guid>
      <author>MX</author>
    </item>
    <item>
      <title>Comment for plugin: LightBox Helper</title>
      <link>http://agilewebdevelopment.com/plugins/lightbox_helper</link>
      <description>Repository: git://github.com/Lipsiasoft/lightbox.git link does't work

Pls Help

Venkat</description>
      <pubDate>Mon, 13 Oct 2008 11:24:52 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/lightbox_helper</guid>
      <author>venkat</author>
    </item>
  </channel>
</rss>
