Dear Andrew or anybody else who can help, I have been executing the http://edgeguides.rubyonrails.org/plugins.html verbatim and everything works as expected up to section 5. On implementing section 6, I get the following error which I cannot eliminate. Any help would be appreciated.
Summary of error: - require 'action_controller/test_process' appears to be causing the problem but I can't figure out a solution / work-a-round to overcome Environment: Windows 7 with Ruby 1.8.7 p249, Rails 3.0.1 BTW, http://localhost:3000/woodpeckers/index WORKS Application: name=t1 - plugin_name=djcc - directory=RAILS_ROOT/vendor/plugins/djcc - command=rake Regards Balbir Andrew Ferk wrote in post #942025: > Greg, > > I spent a lot of time today building a Rails 3 plugin, and > http://guides.rubyonrails.org/plugins.html is outdated. I will be > looking into updating the page for Rails 3. > > Below is the recommended setup, where init.rb requires only lib/ > plugin.rb. I'm not 100% positive, but I believe it is done this way > to conform to the Rails Engine. > > /PLUGIN/init.rb > /PLUGIN/lib/plugin.rb > > -- > Andrew Ferk Attachments: http://www.ruby-forum.com/attachment/5331/plugin_djcc.txt -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

