Please take a look at https://groups.google.com/forum/#!topic/hobousers/AIyOVTdkrLE
Henry ________________________________ From: [email protected] [[email protected]] on behalf of Daniel Durand [[email protected]] Sent: May 6, 2016 10:25 AM To: Hobo Users Subject: [Hobo Users] We're sorry, but something went wrong Hi, I'm new in Hobo and I need some help. My configuration is this: Ubuntu 14.04 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] rails 4.2.5 hobo 2.2.5 I'm following http://www.hobocentral.net/tutorials/screencast - I created the app. Everything Ok. - I registered myself as administrator. Everything Ok. - I click the "Account" link and then I get "We're sorry, but something went wrong" message. - I created the advert and category models and when I click its links, I get the same message. - After click the "Account" link, I can see this in the console: Started GET "/users/1-daniel/account" for 127.0.0.1 at 2016-05-06 09:02:44 -0400 Processing by UsersController#account as HTML Parameters: {"id"=>"1-daniel"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) NoMethodError (protected method `render' called for #<UsersController:0x007f930f4173d8>): responders (2.2.0) lib/action_controller/responder.rb:238:in `default_render' responders (2.2.0) lib/action_controller/responder.rb:170:in `to_html' responders (2.2.0) lib/action_controller/responder.rb:163:in `respond' responders (2.2.0) lib/action_controller/responder.rb:156:in `call' responders (2.2.0) lib/action_controller/respond_with.rb:205:in `respond_with' hobo (2.2.5) lib/hobo/controller/model.rb:525:in `show_response' hobo (2.2.5) lib/hobo/controller/model.rb:508:in `hobo_show' hobo (2.2.5) lib/hobo/controller/model.rb:216:in `block (2 levels) in show_action' .... /home/ddurand/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in<UrlBlockedError.aspx> `service' /home/ddurand/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in<UrlBlockedError.aspx> `run' /home/ddurand/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.6ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (25.0ms) Rendered /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (36.0ms) ActionView::Template::Error: undefined method `normalize_args' for #<WebConsole::View:0x007f930c9ec9c8> from /home/ddurand/.rvm/gems/ruby-2.2.1/gems/hobo-2.2.5/lib/hobo/extensions/action_view/translation_helper.rb:12:in `translate' from /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/view.rb:34:in `t' from /home/ddurand/.rvm/gems/ruby-2.2.1/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb:95:in `__home_ddurand__rvm_gems_ruby_______gems_web_console_______lib_web_console_templates_console_js_erb__629542523919916611_70134773794660' Do you have any idea, about how to solve this problems? I have been reading some similar items, but I could not find the answer, I appreciate very much your help Daniel -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
