在Rails中,我試圖實現移動視圖。剛安裝的mobylette
寶石似乎比mobile_fu有更近的活動。ActionView :: MissingTemplate:Missing template:formats => [:mobile]
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"
任何想法,爲什麼?
什麼是您的模板文件?你可以給路徑相對於鐵路的根請 –
當我試圖創建一個新的用戶從移動設備使用默認操作'devise/registrations/create'創建一個新的用戶。 – Martin