试试ActionController::Base.send :inlcude,AcPlugin 2009/5/27 冷血儿 <[email protected]>
> Hi all~ > I want to add some methods to ActionController. And I generate a > plugin. Although this example looks like strange. > > init.rb > require "ac_plugin" > ApplicationController.send(:include, AcPlugin) > > lib/ac_plugin.rb > module AcPlugin > def index > render :text => "Hello!" > end > end > > And then I open http://localhost/user.xml. It works, but only first time. > When I refresh that page. I got a error "No action responded to index". > I think: Rails maybe reload ActionController everytime under developmemt > mode. > > How can I hook this? > > Thanks > > > > colder > > > > -- 明天会更好 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

