This file contains 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
Counting objects: 5, done. | |
Compressing objects: 100% (2/2), done. | |
Writing objects: 100% (3/3), 303 bytes, done. | |
Total 3 (delta 1), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Installing gem bluecloth >=2.0.0 from http://gems.rubyforge.org | |
Building native extensions. This could take a while... | |
Successfully installed bluecloth-2.0.3 |
This file contains 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
tubbs:retraceable morten$ heroku console --app retraceable | |
API request timed out. Please try again, or contact [email protected] if this issue persists. | |
tubbs:retraceable morten$ heroku console --app retraceable | |
API request timed out. Please try again, or contact [email protected] if this issue persists. | |
tubbs:retraceable morten$ heroku sharing:add [email protected] --app retraceable | |
API request timed out. Please try again, or contact [email protected] if this issue persists. |
This file contains 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
tubbs:myseasonbets morten$ heroku info | |
=== myseasonbets | |
Web URL: http://myseasonbets.heroku.com/ | |
Git Repo: [email protected]:myseasonbets.git | |
Collaborators: [email protected] |
This file contains 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
dniasxnsmh=> \o users.csv | |
dniasxnsmh=> \f , | |
Field separator is ",". | |
dniasxnsmh=> \t | |
Showing only tuples. | |
dniasxnsmh=> select id,email,created_at from users order by created_at desc; |
This file contains 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
$ git push heroku master | |
Wed Mar 04 16:13:50 -0800 2009 [email protected]: git-receive-pack | |
'furious-lightning-21.git' | |
Counting objects: 65, done. | |
Compressing objects: 100% (58/58), done. | |
Writing objects: 100% (65/65), 80.48 KiB, done. | |
Total 65 (delta 14), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Verifying repository integrity... done, looks like a Rails app. |
This file contains 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
config.action_mailer.delivery_method = :smtp |
This file contains 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
tubbs:~ morten$ heroku db:pull sqlite://wiki-woo.db --app wiki | |
Receiving schema from remote taps server http://heroku:[hidden]@taps.heroku.com into local database sqlite://wiki-woo.db | |
Receiving data from remote taps server http://heroku:[hidden]@taps.heroku.com into local database sqlite://wiki-woo.db | |
8 tables, 571 records | |
comments: 100% |==========================================| Time: 00:00:00 | |
schema_info: 100% |==========================================| Time: 00:00:01 | |
revisions: 100% |==========================================| Time: 00:00:01 | |
sessions: 100% |==========================================| Time: 00:00:00 | |
taggings: 100% |==========================================| Time: 00:00:00 | |
users: 100% |==========================================| Time: 00:00:00 |
This file contains 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
tubbs:spree morten$ heroku db:push sqlite://db/development.sqlite3 | |
Sending schema to remote taps server http://heroku:[email protected] from local database sqlite://db/development.sqlite3 | |
Sending schema and data from local database sqlite://db/development.sqlite3 to remote taps server at http://heroku:[email protected] | |
Internal server error | ETA: --:--:-- | |
tubbs:spree morten$ | |
This file contains 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
tubbs:~ morten$ heroku db:pull sqlite://foo.db --app wiki | |
Receiving schema from remote taps server http://heroku:[email protected] into local database sqlite://foo.db | |
Receiving data from remote taps server http://heroku:[email protected] into local database sqlite://foo.db | |
8 tables, 567 records | |
schema_info: 100% |==========================================| Time: 00:00:00 | |
users: 100% |==========================================| Time: 00:00:00 | |
comments: 100% |==========================================| Time: 00:00:00 | |
pages: 100% |==========================================| Time: 00:00:00 | |
revisions: 100% |==========================================| Time: 00:00:02 | |
sessions: 100% |==========================================| Time: 00:00:00 |
This file contains 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
### | |
# Configuration | |
### | |
# Make sure the delivery method is SMTP. Sendmail won’t work, Pony either since it relies on it. | |
config.action_mailer.delivery_method = :smtp | |
# Set up your SMTP server connection: | |