Skip to content

Instantly share code, notes, and snippets.

organization_obj = []
10.times.each do |_i|
organization_obj <<
{ :name => 'names.sample',
:title => 'title.sample',
:salary => rand(50000..100000)
}
end
@cabb
cabb / gist:57d3c22ec9a250d841f8
Created March 29, 2016 07:19
ExtJS Dom Analysis for memory leaks. This function should be called after every action to see if the number of divs increases without any bounds
Ext.getBody().select('div').getCount()