Simply_helpful, where has it gone?

Anyone know wahts happened to the simply_helpful plugin? doesnt seem to
be in its usual svn location?

http://dev.rubyonrails.org/svn/rails/plugins/simply_helpful/

I believed it’s merged into the core now.

On 10-Jun-07, at 2:04 PM, Tristan Dunn wrote:


Posted via http://www.ruby-forum.com/.

I think it also happened to resource_feeder.

Which leads me to wonder what core expects those not on the edge to
do? Perhaps it’s been overlooked.

Glad I pistoned them!

Jodi

Well that’s cool if it is, however once ht eplugins are removed from my
app, I seem to get the following error message for rss feeds.

undefined method `render_rss_feed_for’

which is used here

respond_to do |format|
format.html # index.rhtml
format.xml { render :xml => @blogs.to_xml }
format.rss {render_rss_feed_for @blogs, blog_feed_options}
end

Anyone know what function name this has been replaced with?

cheers

Tristan Dunn wrote:

I believed it’s merged into the core now.

Mark wrote:

Anyone know wahts happened to the simply_helpful plugin? doesnt seem to
be in its usual svn location?

http://dev.rubyonrails.org/svn/rails/plugins/simply_helpful/

You can still find it.
David has moved the plugin to
http://dev.rubyonrails.org/svn/rails/plugins/legacy/simply_helpful/
unless you go with Edge Rails, where it’s included.

When they moved it into core, it became legacy, and they have a folder
for that too:
http://dev.rubyonrails.org/svn/rails/plugins/legacy/simply_helpful/

Try http://dev.rubyonrails.org/svn/rails/plugins/legacy/simply_helpful/

It was moved (along with acts_as_taggable and browser_filters) to the
legacy directory by DHH as they are now either deprecated or part of
core).