In your command-line run the following commands:
brew doctorbrew update
In your command-line run the following commands:
brew doctorbrew update| #Creating an app called my_great_app | |
| rails new my_great_app -T -d postgresql --skip-turbolinks | |
| cd my_great_app | |
| git init | |
| git add . | |
| git commit -m "Initial commit. Rails boilerplate." | |
| # Edit gemfile | |
| # #Remove the reference to coffee-rails. |