On Sep 8, 2014, at 10:05 AM, Eugene Badin <[email protected]> wrote:

>> Did you put a debugger above line 97 and try to figure out why
> controller_store["gomoku_guess#{connection_store[:game].id}"] appears to
> be nil?
> 
> I would be happy if you tell me how do I do that


instructions on how to debug are here:

http://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debugger-gem


Please note that some Ruby developers (myself included) prefer to use byebug as 
an alternative to debugger. They work basically the same but instead of using 
the debugger gem you use the byebug gem (see 
https://github.com/deivid-rodriguez/byebug for instructions). Note that byebug 
works only if you are on Ruby 2

-Jason


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/9DC5A2F6-35D3-414F-AAFF-FA1B52913FDB%40datatravels.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to