RailsCasts Pro episodes are now free!

Learn more or hide this

Clemens Gruber's Profile

GitHub User: clemensgruber

Comments by Clemens Gruber

Avatar

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?

Avatar

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!