This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source 'https://rubygems.org' | |
| gem 'rails', '3.2.15' | |
| # Bundle edge Rails instead: | |
| # gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| group :production do | |
| gem 'pg' | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vera:bloccit monicacardinal$ heroku create monica-bloccit-2 | |
| Creating monica-bloccit-2... done, stack is cedar | |
| http://monica-bloccit-2.herokuapp.com/ | [email protected]:monica-bloccit-2.git | |
| Git remote heroku added | |
| vera:bloccit monicacardinal$ git push heroku master | |
| Counting objects: 89, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (74/74), done. | |
| Writing objects: 100% (89/89), 24.87 KiB | 0 bytes/s, done. | |
| Total 89 (delta 8), reused 0 (delta 0) |
OlderNewer