On Feb 28, 12:38 pm, Steve Martin <[email protected]>
wrote:
> Frederick Cheung wrote:
> > On 10 Feb 2009, at 11:16, szimek wrote:
>
> >> Hi,
>
> >> I got a plugin that extends ActionController::AbstractRequest. After
> >> updating Rails from 2.2.2 to 2.3.0 I'm getting the following error:
>
> >> 'load_missing_constant': uninitialized constant
> >> ActionController::AbstractRequest (NameError)
>
> > There's also the fact that ActionController::AbstractRequest  no
> > longer exists.
>
> I'm also having the same issue.
>
> What are the options for refactoring existing code? What has replaced
> AbstractRequest? or is it now a Gem?
>

I seem to recall it's just ActionController::Request now (which
inherits from Rack::Request). Exactly what you need to change probably
depends on what you were doing.

Fred
> Steve
>
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to