Skip to content

Instantly share code, notes, and snippets.

Created June 16, 2015 09:14
Show Gist options
  • Save anonymous/8f3935b369cd026149c2 to your computer and use it in GitHub Desktop.
Save anonymous/8f3935b369cd026149c2 to your computer and use it in GitHub Desktop.
$ bundle exec rake -T --trace
(in /var/www/html/redmine)
rake aborted!
NameError: uninitialized constant ActionDispatch::XmlParamsParser
/var/www/html/redmine/config/application.rb:52:in `<class:Application>'
/var/www/html/redmine/config/application.rb:8:in `<module:RedmineApp>'
/var/www/html/redmine/config/application.rb:7:in `<top (required)>'
/var/www/html/redmine/Rakefile:5:in `require'
/var/www/html/redmine/Rakefile:5:in `<top (required)>'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load_rakefile'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:689:in `raw_load_rakefile'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:94:in `block in load_rakefile'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:93:in `load_rakefile'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:77:in `block in run'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'
/usr/local/share/gems/gems/rake-10.4.2/lib/rake/application.rb:75:in `run'
/usr/local/share/gems/gems/rake-10.4.2/bin/rake:33:in `<top (required)>'
/usr/local/bin/rake:23:in `load'
/usr/local/bin/rake:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment