Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NameError (uninitialized constant ActionDispatch::ExceptionWrapper):

Whatever error i get in my app i couldnt see the error in my logs am getting the below message for all the errors am facing so i couldnt solve my error, could anyone help me out of this.??

Completed 500 Internal Server Error in 729ms

NameError (uninitialized constant ActionDispatch::ExceptionWrapper):


Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
like image 601
Abhiram Avatar asked Nov 12 '22 12:11

Abhiram


1 Answers

Do you have meta_request gem installed? I also had such error and got rid of it by removing the meta_request gem.

like image 116
Valentin V Avatar answered Nov 15 '22 06:11

Valentin V