search for: subcontrollers

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

Did you mean: subcontroller
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 act...
2007 Mar 29
0
[930] branches/wxruby2/wxwidgets_282/samples/controls/controls.rb: ok -> is_ok method rename
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
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