search for: stacktest

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

Did you mean: ustacktest
2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
...So here is my problem, which by the way exists since Rails 0.5.0 I think. It was the reason I tried Colinux in the first place, cause 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...