search for: stacktest_controller

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

2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
...e 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 "password", "secret" %&g...