论坛首页 编程语言技术论坛

link_to的问题

浏览 2441 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-03-13  
ruby 代码
  1. <li><%= link_to h("权限管理啊"),   
  2.                  :controller => "group",   
  3.                  :action     => "list" %>   
  4.  </li>   

这样就可以

下面这样就报错,仅仅去掉一个"啊"字

ruby 代码
  1. <li><%= link_to h("权限管理"),   
  2.                  :controller => "group",   
  3.                  :action     => "list" %>   
  4.  </li>   

报的错是这样的

ruby 代码
  1. Showing app/views/main/welcome.rhtml where line #3 raised:    
  2.   
  3. compile error   
  4. ./script/../config/../app/views/main/welcome.rhtml:3: syntax error   
  5.                   :controller => "group",   
  6.                                        ^   
  7. ./script/../config/../app/views/main/welcome.rhtml:4: syntax error   
  8.                   :action     => "list" ).to_s); _erbout.concat "\n"  
  9.                                       ^   
  10. ./script/../config/../app/views/main/welcome.rhtml:4: syntax error   
  11.                   :action     => "list" ).to_s); _erbout.concat "\n"  
  12.                                                                   ^   
  13. ./script/../config/../app/views/main/welcome.rhtml:5: unterminated string meets end of file   
  14. ./script/../config/../app/views/main/welcome.rhtml:5: syntax error   
  15.   
  16. Extracted source (around line #3):    
  17.   
  18. 1:    
  19. 2:  <li><%= link_to h("权限管理"),   
  20. 3:                   :controller => "group",   
  21. 4:                   :action     => "list" %>   
  22. 5:   </li>   
  23.   

 

我在application.rb中的字符集设的是gbk

ruby 代码
  1. headers["Content-Type"] = "text/html; charset=gbk"    
   发表时间:2007-03-13  
参考这两篇
http://www.iteye.com/topic/53673
[url]
http://www.iteye.com/topic/53877[/url]
0 请登录后投票
论坛首页 编程语言技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics