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
>> DogFood.deploy_all | |
ActiveRecord::StatementInvalid: PGError: ERROR: null value in column "user_id" violates not-null constraint | |
: INSERT INTO collaborators ("app_id", "access", "user_id") VALUES(298, E'edit', NULL) | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log' | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute' | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:156:in `insert_sql' | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:44:in `insert_without_query_dirty' | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in `insert' | |
from /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ |
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
thefury:~ morten$ host www.sinatrarb.com | |
www.sinatrarb.com is an alias for heroku.com. | |
heroku.com has address 75.101.137.180 | |
heroku.com has address 75.101.141.116 | |
heroku.com has address 75.101.142.103 |
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$ sudo gem install radiant | |
Password: | |
Successfully installed radiant-0.7.0 | |
1 gem installed | |
Installing ri documentation for radiant-0.7.0... | |
Installing RDoc documentation for radiant-0.7.0... | |
tubbs:~ morten$ radiant -d sqlite3 mycms | |
tubbs:~ morten$ cd mycms |
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
Processing UsersController#new (for 69.234.99.236, 127.0.0.1 at 2009-02-09 16:10:48) [GET] | |
Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo | |
SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlOGZlZmQxODNmYzU2YTQ2ZTYx | |
ZWZkOWViYjU4NDI1ZDk=--51be76842f02ead85b97b2395eb9d78c9a7e5181 | |
Parameters: {"action"=>"new", "controller"=>"users"} | |
Rendering template within layouts/main | |
Rendering users/new | |
ActionView::TemplateError (uninitialized constant Digest::SHA1) on line #7 of home/_signup_captcha.html.erb: |
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 rake db:migrate --trace | |
rake aborted! | |
no such file to load -- highline/import | |
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' | |
/mnt/home/slugs/3579_635f4ef_5322/mnt/lib/tasks/database.rake:2 | |
/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking' |
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:rmtest morten$ git push heroku master | |
Counting objects: 74, done. | |
Compressing objects: 100% (63/63), done. | |
Writing objects: 100% (74/74), 106.87 KiB, done. | |
Total 74 (delta 17), reused 0 (delta 0) | |
== Heroku slug compile underway | |
The .gems file is invalid or empty; 'git rm .gems' if no gems are required. | |
/mnt/slug-compiler/lib/build_gems.rb:44:in `run': BuildGems::GemInstallError (BuildGems::GemInstallError) | |
from /mnt/slug-compiler/lib/build_gems.rb:26:in `chdir' | |
from /mnt/slug-compiler/lib/build_gems.rb:26:in `run' |
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: | |
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
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://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 |
OlderNewer