To get a rails Time object in a specific time and time zone, do the following: Time.zone = "Hawaii" #for example Time.zone.parse("2015/08/04 5:00 PM") #for example
Read More
If after you’ve updated .gitignore to ignore a file and the changes are not being ignored, do the following: git rm /path/to/your/file --cached This will remove the file from the repository, but not from the file system.
Read More
Recent Comments