[Nitro] [PATCH] proto template path now includes "app"
Arne Brasseur
arne at arnebrasseur.net
Tue Sep 4 11:00:20 EDT 2007
Pushed another one, seems like the proto application template path moved.
hunk ./raw/lib/raw/controller/publishable.rb 151
- stack << File.join(Nitro.proto_path, "template",
path).gsub(/\/$/, "")
+ stack << File.join(Nitro.proto_path, "app", "template",
path).gsub(/\/$/, "")
George, could you remind me : will Nitro 0.50 allow to have controller
actions without template files, and if so, should this work by simply
returning a string, or by using an explicit output function?
(ab)
--
Arne Brasseur
http://www.arnebrasseur.net
arne at arnebrasseur.net
More information about the Nitro-general
mailing list