Mk 27 wrote: > I can't seem to find any reference anywhere to an explanation of what > these errors actually mean (perhaps it has to do with manually adding a > view? The file just contains the words "Hello World"), altho there are > a few old posts about how to "turn it off".
Well adding this to the controller worked: protect_from_forgery :only => [:create, :update, :destroy] Also very disappointed that a *web interface* API does not include a search function (!), meaning I had to use grep on the doc source -- which is very awkwardly laid out from a "grep" perspective. I guess you can't ask for everything. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

