I am trying to pull in data from an array into a view to form a chart. The array is stored in a database field and is very large. The array contains around 70k+ smaller arrays that look like this, [1234567890, 5]. Every time I try to render the data in a view it gets cut off. It never loads the full array so the page does not render. No errors are given. Any ideas of what may be causing this?
I am running Ruby 2.0.0-p195, Rails 3.2.13, Postgres 9.2