Displaying 2 results from an estimated 2 matches for "actioncontoller".
Did you mean:
actioncontroller
2008 Apr 30
7
rescue_from issue with AWS - uninitialized constant
The new rescue_from in edge rails seems to conflict with
ActionWebService, which I need for various other purposes. When I
define, for example (with AWS gem installed):
<b>rescue_from ActionController::RoutingError, :with
=> :page_not_found</b>
I get the exception:
<b>uninitialized constant
ActionWebService::Dispatcher::ActionController::Base</b>
OK, so AWS
2006 May 25
1
Built-in var. action_name for controllers?
All,
In the Recipes for Rails Authentication recipe, there is a variable
named action_name that''s used to represent the current action.
Where does this come from?
Is there a similar variable for the current controller?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.