
uninitialized constant ActionController::AbstractRequest (NameError)
Reported by neo | March 25th, 2009 @ 06:01 AM
when rails version is 2.2.2 is run
but today i up it to 2.3.2 the error coming
visit login_path
fill_in "username",:with => "valid_user"
fill_in "password",:with => "password"
click_button "submit"
thanks
Comments and changes to this ticket
-
mrflip April 20th, 2009 @ 12:41 AM
- Tag set to abstract, edge, rails2.3, request, webrat
Try upgrading your webrat to >=0.4.3 ... I did
sudo gem uninstall brynary-webrat
and then
sudo gem uninstall webrat
and then things worked.
-
gaffo April 22nd, 2009 @ 12:51 PM
- State changed from new to out-of-date
Marking as out-of-date as I think this is fixed.
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.