Newb Newb wrote:
> 
> 
> Hello friends,
> 
> <%= link_to "Generate Report", {:action => 'generate_report' ,:users =>
> all_users.map{|u| u.id}.join(",")}%>
> 
> The above action generates report for the users.
> As per the filter results the all_users array length would be vary.
> if the all_users array length is 3500.
> when i click the above link to genearte report for the 3500 users it
> gives me error like below
> #
> ERROR
> The requested URL could not be retrieved
> 
> While trying to retrieve the URL: [no URL]
> 
> The following error was encountered:
> 
>     * The request or reply is too large.
> 
>       If you are making a POST or PUT request, then your request body
> (the thing you are trying to upload) is too large. If you are making a
> GET request, then the reply body (what you are trying to download) is
> too large. These limits have been established by the Internet Service
> Provider who operates this cache. Please contact them directly if you
> feel this is an error.
> 
> Your cache administrator is root.
> #
> Thanks for any helps.


Hi all,

I have set No Proxy in my Fire Fox Browser Settings.
After changing the browser settings,when click on the link to generate 
report
it has not shown the errors it just worked fine.
But in IE browser it gives me like "IE cannot display this web page"
i don't know why its happening in IE ?
Any helps or suggestions on this....
-- 
Posted via http://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.


Reply via email to