I have installed ruby-prof
and test-unit
as i am planning to use
a ruby profiler
to profile
my website
during development
...
The problem is that when i type rails profiler
into the console i get nothing...
shouldn't i get some times my app took to load etc.. like codeigniter
?
or maybe is there any similar profiler
to codeigniter
for rails
?