Friday, February 11, 2022

Rails.application.config.action_controller.allow_forgery_protection error

 This got it to work for me. You'll have to change


class ApplicationController < ActionController::Base


to


class ApplicationController < ActionController::API

Thursday, February 10, 2022

Hibernate option is missing

 

  1. Search for cmd in the Start Menu.
  2. Click on Run as administrator
  3. Enter this command: powercfg /hibernate on
  4. Set the Hiberfile type as Full using this command: powercfg /h /type full
  5. Restart your computer.
https://www.thewindowsclub.com/hibernate-option-is-missing-control-panel

Sunday, February 6, 2022

How to set a default Folder View for all folders in Windows

 You can apply single folder view to all the folders by opening folder you want and click View tab from there click Options --> View --> Apply to Folders button.