浏览 1470 次
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2008-07-18
Template is missing Missing layout ../../themes/laughingatyou/layouts/default in view path D:/Ruby.Rails_WorkDir/typo/Blog/app/views 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-07-18
从错误信息来看:
我估计你没有在ApplicationController里面调用set_themr(看typo项目中的ApplicationController和ContentController) |
|
返回顶楼 | |
发表时间:2008-07-18
我已经加了
def theme_layout current_theme.layout end #设置视图文件(View) 读取路径 def setup_themer self.view_paths=::ActionController::Base.view_paths.dup.unshift("#{RAILS_ROOT}/themes/#{current_theme.name}/views") end 还是报如下错误: Template is missing Missing layout ../../themes/dirtylicious/layouts/default in view path D:/Ruby.Rails_WorkDir/theme/themes/dirtylicious/views:D:/Ruby.Rails_WorkDir/theme/app/views |
|
返回顶楼 | |