This is block
\ It creates a line break
''' Test '''
Header
This is block
\ It creates a line break
''' Test '''
Header
Remove files from the repository based on your .gitignore without deleting them from the local file system | |
git rm --cached `git ls-files -i -X .gitignore` | |
My profile: https://about.me/alexandrecalaca
1. Check your Rails version
rails -v
gem 'pg', '~> 0.21'