search for: stacktestcontrol

Displaying 1 result from an estimated 1 matches for "stacktestcontrol".

2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
...e the error first appeared on Cygwin. So here goes: 1) First the the way how to get there. $ rails stackleveltest $ cd stackleveltest $ ruby script/new_controller Stacktest # edit app/controllers/stacktest_controller.rb to look like: ----- require ''abstract_application'' class StacktestController < AbstractApplicationController helper :stacktest def test; end end ----- edit app/views/stacktest/test.rhtml to look like: ----- <% check_box "password", "secret" %> ----- $ ruby public/dispatch.servlet -p 4000 -b debian $ links http://debian:4000/stacktest/...