I have an iPhone version of my site, and for some reason none of the rjs works when viewing the iPhone version. This happens instead:
ActionView::MissingTemplate (Missing template controller_name/ update.erb in view path app/views) The rjs works fine when viewing the site normally, and it worked when viewing the iPhone version prior to upgrading Rails to 2.3.2. Additional info: I have 'Mime::Type.register_alias "text/ html", :iphone' in mime_types.rb and the respond_to block in the action is what'd you expect -- respond_to do |format| format.js end What could be the problem? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

