[Rails] Re: HTTP Accept header wildcard breaks rails app

2011-02-18 Thread Roel van der Hoorn
http://neeraj.name/2010/11/23/mime-type-resolution-in-rails.html provides more info. -- 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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group,

[Rails] Re: HTTP Accept header wildcard breaks rails app

2011-02-18 Thread Roel van der Hoorn
Same problem here, also only crawlers who use "text/*" (on a Rails 3.0.4 application) "text/*" should of course render the format.html in most cases. I also had an instance of a request (on a Rails 3.0.0 application) which only accepted "application/jxw", in which case Rails should have thrown a