Running Rails 2.3.5
I am new to Ruby and Rails. From the console I get the following
ThreadError below. Any suggestions are very welcome.
app.get “/slides”
=> 200app.request.path_parameters
=> {“action”=>“index”, “controller”=>“slides”}app.get “/slides/1”
ThreadError: stopping only thread
note: use sleep to stop forever
from
c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/ac
tion_controller/reloader.rb:31:inlock' from c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/ac tion_controller/reloader.rb:31:inrun’
from
c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/ac
tion_controller/dispatcher.rb:108:incall' from c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lin t.rb:47:in_call’
from
c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lin
t.rb:35:incall' from c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/ac tion_controller/integration.rb:316:inprocess’
from
c:/ProgramFiles/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/ac
tion_controller/integration.rb:197:in `get’
from (irb):3