|
3 |
edited tags
|
||
|
2 | deleted 257 characters in body | ||
|
I installed some new gems for testing and ran into an uninitialized constant ActionController::Dispatcher::MiddlewareStack error. I followed the instructions on the gem rdocs-specified the gem dependency in my environment.rb file and then ran rake gems:install and rake gems:unpack. I also copied over my environment.rb file one line at a time into a different project and I did not get the error. I was wondering what other things could be going wrong. Here is a longer version of the error (I first ran into the error running a simple test; same thing happens in a console when I do require 'active_support'):
Here's my environment.rb file (default comments removed):
|
||||
|
1 |
|
||
uninitialized constant ActionController::Dispatcher::MiddlewareStackI installed some new gems for testing and ran into an uninitialized constant ActionController::Dispatcher::MiddlewareStack error. I followed the instructions on the gem rdocs-specified the gem dependency in my environment.rb file and then ran rake gems:install and rake gems:unpack. I also copied over my environment.rb file one line at a time into a different project and I did not get the error. I was wondering what other things could be going wrong. Here is a longer version of the error (I first ran into the error running a simple test; same thing happens in a console when I do require 'active_support'):
Here's my environment.rb file (default comments removed):
|
||||
