Hey all, does ActionController have capabilities to work without rails? How could get actioncontroller to process all the same things that it does in rails but without rails essentially.. class TestController < ActionController::Base before_filter :test def test puts ''t'' end def uh puts ''h'' end end t = TestController.new Does ActionController have a method I can call to call a target method (uh), and have it process everything else normally, like filters and such. I''ve been reading the actioncontroller source and don''t really see anything obvious thanks -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---