让在 windows 上挣扎的情何以堪
#5 楼 @darkbaby123 换了位置,但是效果还是一样的~
#13 楼 @hisea
Started POST "/checkmen/update_person_edit" for 127.0.0.1 at 2013-01-18 10:51:31 +0800
Processing by CheckmenController#update_person_edit as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"umzBmJtpGwieMVfzAitYLS4+shW36xYyFerl69ruHkY=", "component"=>"IS-PS-CA", "sapname"=>"", "firstname"=>"", "lastname"=>"", "eid"=>"", "email"=>"", "id"=>"810", "checkmanid"=>"9590", "commit"=>"save"}
然后是做了一些后来操作,
ActionView::MissingTemplate (Missing template checkmen/update_person_edit, application/update_person_edit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}.
#3 楼 @blacktulip 好了,这是用来动态标记 table 某一 tr 的 但是 remote 为 true 却不生效 谢谢了
楼上正解~~~
where is your "show" action?
#11 楼 @Spirit890903 你好,我也遇到这个问题了,请问您具体是怎么解决的呢?
#1 楼 @ganweiliang 这个还是用了 smtp 哦,用的是 actionmailer,有没有不使用这个的方式,或者用 ActionMailer,协议是 exchange 应该怎么配置呢?
#1 楼 @ganweiliang 好的,谢谢,我看看
这样不太好看,你可以多发点主要有联系的代码。你的主页面的 HTML 就是 load.html.erb 么?
你的 load.html.erb 不是 partial,应该这样命名,_load.html.erb
link_to_remote 在 3.1 以后就不再支持了,改成:remote=> true
还是别用 gem Twitter-bootstrap-rail 了,要用 bootstrap,直接去官网把文件包 download 下来,再引用就行了。windows 常出问题的
可以用一个 gem devise
#3 楼 @zhangyuan 就是这个,非常感谢了
也想知道,console 不知道能不能,刚刚试了下,好像不行,还是我方法错了?