On Sep 2, 11:05 am, Sudheendra Panganamala <[email protected]> wrote: > Hi, > > I would like to show a progress bar in the browser until my pages load. > > As my web pages take more that 10 seconds to load, I have decided to > show the progres bar.
Don't think you can do that on a normal page - rails sends the entire response in one go. If you were loading some piece of content via ajax then you could of course do this. Fred > > Please help me with your ideas > -- > Posted viahttp://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.

