Hi, I have a problem with IE6 and IE7, when I visit http://shapado.com/settings I get this error:
ActionView::MissingTemplate (Missing template users/edit.erb in view path app/views:vendor/gems/devise-1.0.5/app/views): haml (2.2.23) lib/sass/plugin/rails.rb:20:in `process_without_compass' /usr/lib/ruby/gems/1.8/gems/compass-0.10.0.pre8/lib/compass/app_integration/rails/actionpack2/action_controller.rb:7:in `process' warden (0.10.3) lib/warden/manager.rb:35:in `call' warden (0.10.3) lib/warden/manager.rb:35:in `call' warden (0.10.3) lib/warden/manager.rb:34:in `catch' warden (0.10.3) lib/warden/manager.rb:34:in `call' app/middlewares/dynamic_domain.rb:10:in `call' Rendering rescues/layout (internal_server_error) This happens on many pages that aren't resources such as: map.settings '/settings', :controller => 'users', :action => 'edit' This is our routes: http://github.com/patcito/shapado/blob/master/config/routes.rb And our views in this case: http://github.com/patcito/shapado/tree/master/app/views/users/ Any idea what's wrong? Thanks in advance, Pat -- You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en.
