iPhone on Rails – Creating an iPhone optimised version of your Rails site using iUI and Rails 2

iPhone on Rails – Creating an iPhone optimised version of your Rails site using iUI and Rails 2: After upgrading trawlr.com to Rails 2 I thought I’d make use of some of the new features and attempt to create an iPhone version of the site. With Rails 2 you can create a mime type specifically for the iPhone and then use that format in a respond_to block (along with views such as index.iphone.erb). [IPhone therefore I am. Actually not yet… but I’ll get there.]
Source: