Guest User

Untitled

a guest
Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. rake db:fixtures:load RAILS_ENV=test --trace
  2.  
  3. rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
  4. Please install RDoc 2.4.2+ to generate documentation.
  5. DEPRECATION WARNING: Rake tasks in vendor/plugins/ar_fixtures/tasks are deprecated. Use lib/tasks instead. (called from /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.14/lib/tasks/rails.rb:10)
  6. ** Invoke db:fixtures:load (first_time)
  7. ** Invoke environment (first_time)
  8. ** Execute environment
  9.  
  10. rake aborted!
  11. uninitialized constant ActiveSms::ConnectionAdapters::MixedAdapter::Country
  12.  
  13. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:131:in `const_missing'
  14. /home/stancox/workspace/dev/gtforge_server/lib/activesms/connection_adapters/mixed_adapter.rb:59:in `cache_countries'
  15. /home/stancox/workspace/dev/gtforge_server/lib/activesms/connection_adapters/mixed_adapter.rb:32:in `initialize'
  16. /home/stancox/workspace/dev/gtforge_server/lib/activesms/connection_adapters/mixed_adapter.rb:11:in `new'
  17. /home/stancox/workspace/dev/gtforge_server/lib/activesms/connection_adapters/mixed_adapter.rb:11:in `mixed_connection'
  18. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/activesms-0.6.1/lib/activesms/connections.rb:52:in `send'
  19. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/activesms-0.6.1/lib/activesms/connections.rb:52:in `establish_connection'
  20. /home/stancox/workspace/dev/gtforge_server/config/environment.rb:86
  21. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require'
  22. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require'
  23. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.14/lib/tasks/misc.rake:4
  24. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:205:in `call'
  25. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:205:in `execute'
  26. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:200:in `each'
  27. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:200:in `execute'
  28. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:158:in `invoke_with_call_chain'
  29. /home/stancox/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  30. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
  31. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:176:in `invoke_prerequisites'
  32. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:174:in `each'
  33. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:174:in `invoke_prerequisites'
  34. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:157:in `invoke_with_call_chain'
  35. /home/stancox/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  36. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
  37. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/task.rb:144:in `invoke'
  38. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:112:in `invoke_task'
  39. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:90:in `top_level'
  40. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:90:in `each'
  41. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:90:in `top_level'
  42. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
  43. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:84:in `top_level'
  44. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:62:in `run'
  45. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
  46. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
  47. /home/stancox/.rvm/gems/ruby-1.8.7-p352/gems/rake-0.9.2/bin/rake:32
  48. /home/stancox/.rvm/gems/ruby-1.8.7-p352/bin/rake:19:in `load'
  49. /home/stancox/.rvm/gems/ruby-1.8.7-p352/bin/rake:19
  50. Tasks: TOP => db:fixtures:load => environment
Add Comment
Please, Sign In to add comment