gon.rabl failing
teeerevor opened this issue · 2 comments
teeerevor commented
gon working fine when I use
gon.songs = @songs
but fails when I hook up rabl
gon.rabl 'gon_templates/songs.rabl', :instance => self
songs.rabl
collection @songs => 'songs'
attributes :id, :name
stacktrace
NoMethodError - undefined method `decode' for JSON:Module:
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/gon-sinatra-0.1.0/lib/gon/sinatra/rabl.rb:11:in `parse_rabl'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/gon-sinatra-0.1.0/lib/gon/sinatra/store.rb:47:in `rabl'
/Users/trev/web/hotmess100/app/controllers/root.rb:73:in `block (2 levels) in <top (required)>'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:671:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:671:in `block in route'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:49:in `[]'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:49:in `block (3 levels) in process_destination_path'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:976:in `route_eval'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:49:in `block (2 levels) in process_destination_path'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:49:in `catch'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:49:in `block in process_destination_path'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:24:in `instance_eval'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:24:in `process_destination_path'
(eval):1178:in `block in call'
(eval):1168:in `catch'
(eval):1168:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/http_router-0.11.0/lib/http_router.rb:307:in `raw_call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/http_router-0.11.0/lib/http_router.rb:161:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:1052:in `route!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:1037:in `block in dispatch!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `block in invoke'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `catch'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `invoke'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/application/routing.rb:1035:in `dispatch!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:889:in `block in call!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `block in invoke'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `catch'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1049:in `invoke'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:889:in `call!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:877:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/bundler/gems/padrino-sprockets-be98d83d8e7d/lib/padrino/sprockets.rb:89:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/xss_header.rb:18:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/base.rb:50:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/base.rb:50:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/path_traversal.rb:16:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/json_csrf.rb:18:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/base.rb:50:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/base.rb:50:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-protection-1.5.1/lib/rack/protection/frame_options.rb:31:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/reloader.rb:337:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/logger.rb:398:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/show_exceptions.rb:21:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:2004:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1469:in `block in call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1778:in `synchronize'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/sinatra-1.4.4/lib/sinatra/base.rb:1469:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/router.rb:81:in `block in call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/router.rb:74:in `each'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/router.rb:74:in `call'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/connection.rb:82:in `block in pre_process'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/connection.rb:80:in `catch'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/connection.rb:80:in `pre_process'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/connection.rb:55:in `process'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/connection.rb:41:in `receive_data'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run_machine'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/backends/base.rb:73:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thin-1.6.1/lib/thin/server.rb:162:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/handler/thin.rb:16:in `run'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.5.2/lib/rack/server.rb:264:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/server.rb:45:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/server.rb:34:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/server.rb:12:in `run!'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/cli/adapter.rb:7:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/lib/padrino-core/cli/base.rb:25:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thor-0.17.0/lib/thor/task.rb:27:in `run'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thor-0.17.0/lib/thor/invocation.rb:120:in `invoke_task'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thor-0.17.0/lib/thor.rb:344:in `dispatch'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/thor-0.17.0/lib/thor/base.rb:434:in `start'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/gems/padrino-core-0.11.4/bin/padrino:9:in `<top (required)>'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/bin/padrino:23:in `load'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/bin/padrino:23:in `<main>'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/bin/ruby_executable_hooks:15:in `eval'
/Users/trev/.rvm/gems/ruby-1.9.3-p484/bin/ruby_executable_hooks:15:in `<main>'
gazay commented
I'm sorry, but as you can see I haven't maintained this gem for long time. I want to return to it in near future. Thank you for your issue!
teeerevor commented
Oh, that explains it. Thanks anyway