Displaying 1 result from an estimated 1 matches for "fcoury".
2010 Aug 28
0
Rails 3 rendering XML problem
...sends me the JSON response.
However if I try http://localhost:3000/plugins.xml, I get the following
error:
Template is missing
Missing template plugins/index with {:locale=>[:en, :en],
:formats=>[:xml],
:handlers=>[:rjs, :haml, :erb, :rhtml, :builder, :rxml]} in view paths
"/Users/fcoury/Projects/backend/app/views",
"/Users/fcoury/Projects/backend/vendor/plugins/haml/app/views",
"/Users/fcoury/.rvm/gems/ree-1.8.7-2010.01@rails3/bundler/gems/
devise-6754ae7/app/views"
Also, my ApplicationController is pretty simple:
class ApplicationController < Actio...