Google maps error with Rails 2.3.2

I have been using Google Maps with Rails 2.0.2 and 2.1.0 which works
fine. I followed this tutorial:

Now after upgrading to Rails 2.3.2 I’m getting the following error:
uninitialized constant ActionController::AbstractRequest

on the following line:
<%= GMap.header %>

Has anything changed in Rails 2.3.2 regarding the way Google maps are
called?

Any ideas?

Thanks,

Tam

Looks like ActionController::AbstractRequest has morphed to
ActionController::Request, at least most of the methods are there.

On Mar 28, 6:48 pm, Tam K. [email protected] wrote:

called?

Any ideas?

Thanks,

Tam

Posted viahttp://www.ruby-forum.com/.

Tam,
I had the same problem. I used the directions to edit the ym4-gm plug
in here:
http://railsforum.com/viewtopic.php?id=24839
it worked great for me.
Hope it helps.
Carl Lafong