search for: subcontrol

Displaying 3 results from an estimated 3 matches for "subcontrol".

Did you mean: smbcontrol
2007 Aug 05
1
Subcontroller stopped working
Two months ago i developed my first little application with Ruby on Rails. This application uses subcontrollers as in: admin/subcontroller/action/id This works fine in that application. But i wanted to develop a new application. Now when create a controller named admin with different subcontrollers it doesn''t seem to work. When i browse to : admin/subcontroller/action it says it cant find the...
2007 Mar 29
0
[930] branches/wxruby2/wxwidgets_282/samples/controls/controls.rb: ok -> is_ok method rename
...lt;/span><span class="lines">@@ -565,7 +565,7 @@ </span><span class="cx"> </span><span class="cx"> def onChangeColour(event) </span><span class="cx"> # test panel colour changing and propagation to the subcontrols </span><del>- if @s_colOld.ok() </del><ins>+ if @s_colOld.is_ok() </ins><span class="cx"> </span><span class="cx"> set_background_colour(@s_colOld) </span><span class="cx">...
2007 Aug 15
5
Misc notes concerning view_paths
Hi all, I''ve been playing in the trunk with putting stuff in different dirs to keep files from a reusable framework separate from the app files. Here are a few considerations regarding the view_paths setting: config.view_path is used to set both action_controller.view_paths and action_mailer.template_root. We get some buggy/unexpected behavior here because