在 Rails 中,我正在尝试实现移动视图。刚刚安装mobylette
的 gem 似乎比 mobile_fu 有更多的活动。
https://github.com/tscolari/mobylette
但是,来自移动设备的大多数请求最终都会出现此错误
ActionView::MissingTemplate: Missing template my_controller/index, application/index with {:locale=>[:en], :formats=>[:mobile], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/app/app/views" * "/app/vendor/bundle/ruby/1.9.1/gems/devise-1.5.2/app/views" * "/app/app/views"
知道为什么吗?