I am asking myself if I should remove CanCan from my Gemfile, use strong_parameters and implement everything else, CanCan did for me (like loading and authorizing the resources), from scratch.
My unicorn workers die if I add rack-mini-profiler to my Gemfile. Ryan, do you know why this is happening?
At the moment I am profiling with thin, because I did not get it to run with Unicorn, but for better estimating performance problems, I would really like to profile with my production web server (unicorn)
I am asking myself if I should remove CanCan from my Gemfile, use strong_parameters and implement everything else, CanCan did for me (like loading and authorizing the resources), from scratch.
What do you think?
My unicorn workers die if I add rack-mini-profiler to my Gemfile. Ryan, do you know why this is happening?
At the moment I am profiling with thin, because I did not get it to run with Unicorn, but for better estimating performance problems, I would really like to profile with my production web server (unicorn)
Would be glad about any hints.
Anyway, great episode!