Guest User

Untitled

a guest
May 2nd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1.  
  2. Params:
  3.  
  4. {"username"=>"adamj", "password"=>"magpie"}
  5.  
  6.  
  7. RuntimeError - Don't know how to quote {:username=>"adamj", :password=>"magpie"}
  8.  
  9. /usr/lib/ruby/gems/1.8/gems/data_objects-0.9.3/lib/data_objects/quoting.rb:52:in `quote_value'
  10. /usr/lib/ruby/gems/1.8/gems/data_objects-0.9.3/lib/data_objects/quoting.rb:27:in `escape_sql'
  11. /usr/lib/ruby/gems/1.8/gems/data_objects-0.9.3/lib/data_objects/quoting.rb:26:in `gsub!'
  12. /usr/lib/ruby/gems/1.8/gems/data_objects-0.9.3/lib/data_objects/quoting.rb:26:in `escape_sql'
  13. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/adapters/data_objects_adapter.rb:63:in `execute_reader'
  14. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/adapters/data_objects_adapter.rb:63:in `read_one'
  15. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/adapters/data_objects_adapter.rb:168:in `with_connection'
  16. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/adapters/data_objects_adapter.rb:58:in `read_one'
  17. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/repository.rb:72:in `read_one'
  18. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/model.rb:218:in `first'
  19. /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.3/lib/dm-core/model.rb:199:in `get'
  20. ./myapp.rb:121
  21. /home/AdamJ/myapp/lib/sinatra.rb:1222:in `instance_eval'
  22. /home/AdamJ/myapp/lib/sinatra.rb:1222:in `dispatch'
  23. /home/AdamJ/myapp/lib/sinatra.rb:1220:in `catch'
  24. /home/AdamJ/myapp/lib/sinatra.rb:1220:in `dispatch'
  25. /home/AdamJ/myapp/lib/sinatra.rb:1146:in `run_safely'
  26. /home/AdamJ/myapp/lib/sinatra.rb:1219:in `dispatch'
  27. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/commonlogger.rb:20:in `call'
  28. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/commonlogger.rb:20:in `_call'
  29. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/commonlogger.rb:13:in `call'
  30. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/session/cookie.rb:30:in `call'
  31. /home/AdamJ/myapp/lib/sinatra.rb:1198:in `call'
  32. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/handler/mongrel.rb:39:in `process'
  33. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
  34. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
  35. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
  36. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  37. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
  38. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
  39. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  40. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
  41. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
  42. /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
  43. /usr/lib/ruby/gems/1.8/gems/rack-0.3.0/lib/rack/handler/mongrel.rb:12:in `run'
  44. /home/AdamJ/myapp/lib/sinatra.rb:140:in `run'
  45. /home/AdamJ/myapp/lib/sinatra.rb:1506
  46. myapp.rb:302
Add Comment
Please, Sign In to add comment