Displaying 1 result from an estimated 1 matches for "mattleopard".
2010 May 09
2
console ThreadError ("thread ... tried to join itself")
I''m just getting started with Rails 2 and I''ve immediately hit a
problem in the console. This must be well known so perhaps someone
could just tell me the solution.
mattleopard$ script/console
Loading development environment (Rails 2.3.5)
>> app.get "photos"
=> 200
>> app.get "photos"
ThreadError: thread 0x1003c7368 tried to join itself
from /Library/Ruby/Gems/1.8/gems/actionpack-2.3.5/lib/
action_controller/reloader.rb:31:in `lock'...