Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. >> Asset.first
  2. NameError: uninitialized constant Encoding
  3. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:443:in `load_missing_constant'
  4. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:80:in `const_missing'
  5. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:92:in `const_missing'
  6. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoding.rb:53:in `escape'
  7. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoders/string.rb:3:in `to_json'
  8. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoding.rb:70:in `encode'
  9. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoding.rb:18:in `__send__'
  10. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoding.rb:18:in `encode'
  11. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoders/hash.rb:38:in `to_json'
  12. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest.rb:161:in `map'
  13. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoders/hash.rb:37:in `each'
  14. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoders/hash.rb:37:in `map'
  15. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/json/encoders/hash.rb:37:in `to_json'
  16. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest.rb:142:in `put'
  17. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/core/database.rb:148:in `save_doc'
  18. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/core/document.rb:40:in `save'
  19. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/core/design.rb:61:in `save'
  20. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/design_doc.rb:92:in `update_design_doc'
  21. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/design_doc.rb:58:in `save_design_doc'
  22. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/design_doc.rb:51:in `refresh_design_doc'
  23. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/views.rb:99:in `view'
  24. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/document_queries.rb:15:in `all'
  25. from /Users/juozas/Code/bvcms/vendor/gems/couchrest-0.30/lib/couchrest/more/../mixins/document_queries.rb:39:in `first'
Add Comment
Please, Sign In to add comment