-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant ActionDispatch::DebugExceptions #119
Comments
@charliesome @rstacruz Details
Stack Trace from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/builder.rb:51:in instance_eval' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/builder.rb:51:in initialize'from /Users/danbarrett/Sites/db_Contently/config.ru:in new' from /Users/danbarrett/Sites/db_Contently/config.ru:in 'from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/builder.rb:40:in eval' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/builder.rb:40:in parse_file'from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/server.rb:200:in app' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/railties-3.1.10/lib/rails/commands/server.rb:46:in app'from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/server.rb:304:in wrapped_app' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.3.9/lib/rack/server.rb:254:in start'from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/railties-3.1.10/lib/rails/commands/server.rb:70:in start' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/railties-3.1.10/lib/rails/commands.rb:54:in block in <top (required)>'from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/railties-3.1.10/lib/rails/commands.rb:49:in tap' from /Users/danbarrett/.rvm/gems/ruby-1.9.3-p327/gems/railties-3.1.10/lib/rails/commands.rb:49:in <top (required)>'from script/rails:6:in require' from script/rails:6:in '``
CONFIRMED: Error does not occur with version 0.3.2 |
Looks like #104 broke compatibility with Rails versions less than 3.2 (when ActionDispatch::DebugExceptions) was introduced. @charliesome, is better_errors dropping compatibiilty with Rails 3.1 and less? |
I am getting the same error wats the solution |
@harsshhfs It's fixed in the repository, but there hasn't been a new gem version since the fix was applied. To point your Gemfile at this git repo instead of the rubygems version, try: gem 'better_errors', :github => 'charliesome/better_errors' |
hey thanx for reply @nateberkopec |
I'm getting the following error when running rake or trying to start my server using Rails 3.0.20
uninitialized constant ActionDispatch::DebugExceptions
gems/better_errors-0.5.0/lib/better_errors/rails.rb:6:in `block in class:Railtie'
The text was updated successfully, but these errors were encountered: