为什么把图片放在 app/assets/images 下不能显示 放在 public/images 下就可以显示了。。是版本的问题吗
你需要用 rails helper , <%= image_tag "xxx"%> 不要直接用 img 标记