* Add ApplicationMetalController to relevant controllers * Add request forgery protection to metal * Remove logger call * Add logger keyword and skip protect_from_forgery in test * Uncomment main_image in test
* Remove extra dependencies for PageViewsController * Fix strongparams and fix typo * Fix spec * Remove unnecessary page_view param * Remove additional unnecessary page_view * Create ApplicationMetalController for shared Metal behavior * Revert rand numbers to ensure apples-to-apples perf compare * Whoops, revert change revert * Clarify comment