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
I, [2013-02-05T17:53:16.886848 #18070] INFO -- : listening on addr=/home/tyamuro/fjord/deploy/current/config/tmp/sockets/unicorn.sock fd=5 | |
I, [2013-02-05T17:53:16.896665 #18070] INFO -- : listening on addr=0.0.0.0:8080 fd=7 | |
I, [2013-02-05T17:53:16.897467 #18070] INFO -- : Refreshing Gem list | |
/home/tyamuro/fjord/deploy/shared/bundle/ruby/1.9.1/bin/unicorn_rails must be run inside RAILS_ROOT: #<LoadError: no such file to load -- /home/tyamuro/fjord/deploy/releases/20130205084435/config/config/boot> |
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
macmini:kowabana tyamuro$ rake | |
/Users/tyamuro/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -S rspec ./spec/controllers/admin/awards_controller_spec.rb ./spec/controllers/awards_controller_spec.rb ./spec/controllers/blocks_controller_spec.rb ./spec/controllers/boards_controller_spec.rb ./spec/controllers/categories/wallpapers_controller_spec.rb ./spec/controllers/categories_controller_spec.rb ./spec/controllers/comics_controller_spec.rb ./spec/controllers/comments_controller_spec.rb ./spec/controllers/helps_controller_spec.rb ./spec/controllers/home_controller_spec.rb ./spec/controllers/rankings_controller_spec.rb ./spec/controllers/readings_controller_spec.rb ./spec/controllers/search_controller_spec.rb ./spec/controllers/sitemap_controller_spec.rb ./spec/controllers/stories_controller_spec.rb ./spec/controllers/tags_controller_spec.rb ./spec/controllers/users/omniauth_callbacks_controller_spec.rb ./spec/controllers/wallpapers_controller_spec.rb ./spec/decorators/comment_decorator_spec.rb ./spec/decorators/scare_dec |
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
macmini:rails_tutorial tyamuro$ cd /home/tyamuro/fjord/deploy/releases/20130125075645 && bundle install --gemfile /home/tyamuro/fjord/deploy/releases/20130125075645/Gemfile --path /home/tyamuro/fjord/deploy/shared/bundle --deployment --quiet --without development test | |
macmini:rails_tutorial tyamuro$ cap deploy:update | |
* 17:03:59 == Currently executing `deploy:update' | |
** transaction: start | |
* 17:03:59 == Currently executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:tyamuro/rails_tutorial.git HEAD" | |
command finished in 6608ms | |
* executing "git clone -q [email protected]:tyamuro/rails_tutorial.git /home/tyamuro/fjord/deploy/releases/20130125080405 && cd /home/tyamuro/fjord/deploy/releases/20130125080405 && git checkout -q -b deploy 661ea0dc9acc82dc8f5f3e311dad789017273e77 && (echo 661ea0dc9acc82dc8f5f3e311dad789017273e77 > /home/tyamuro/fjord/deploy/releases/20130125080405/REVISION)" | |
servers: ["192.168.1.14"] | |
[192.168.1.14] executing command |
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
validates_format_of :website, :with => URI.regexp(/^https?/), | |
:allow_blank => true, | |
:message => I18n.t('errors.messages.invalid_url') |
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
validates_format_of :website, :with => URI::regexp(%w(http https)), | |
:allow_blank => true, | |
:message => I18n.t('errors.messages.invalid_url') |
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
macmini:kowabana tyamuro$ rake db:purge --trace | |
** Invoke db:purge (first_time) | |
** Invoke db:remove (first_time) | |
** Execute db:remove | |
rm db/development.sqlite3 | |
rm db/test.sqlite3 | |
rm db/schema.rb | |
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment |
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
macmini:kowabana tyamuro$ rails s | |
=> Booting Thin | |
=> Rails 3.2.8 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
>> Thin web server (v1.5.0 codename Knife) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:3000, CTRL+C to stop | |
[2012-11-22T17:31:02 (67438)] INFO : ** [Dumper] agent started as primary, max_filesize = 4294967296 |
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
macmini:myapp tyamuro$ cap deploy:cold | |
triggering load callbacks | |
* 2012-11-15 17:13:38 executing `staging' | |
triggering start callbacks for `deploy:cold' | |
* 2012-11-15 17:13:38 executing `multistage:ensure' | |
* 2012-11-15 17:13:38 executing `deploy:cold' | |
* 2012-11-15 17:13:38 executing `deploy:update' | |
** transaction: start | |
* 2012-11-15 17:13:38 executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:tyamuro/myapp.git master" |
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
macmini:myapp tyamuro$ cap deploy | |
triggering load callbacks | |
* 2012-11-13 17:39:33 executing `staging' | |
triggering start callbacks for `deploy' | |
* 2012-11-13 17:39:33 executing `multistage:ensure' | |
* 2012-11-13 17:39:33 executing `deploy' | |
* 2012-11-13 17:39:33 executing `deploy:update' | |
** transaction: start | |
* 2012-11-13 17:39:33 executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:tyamuro/myapp.git HEAD" |
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
macmini:myapp tyamuro$ cap deploy | |
triggering load callbacks | |
* 2012-11-12 17:13:57 executing `staging' | |
triggering start callbacks for `deploy' | |
* 2012-11-12 17:13:57 executing `multistage:ensure' | |
* 2012-11-12 17:13:57 executing `deploy' | |
* 2012-11-12 17:13:57 executing `deploy:update' | |
** transaction: start | |
* 2012-11-12 17:13:57 executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:tyamuro/myapp.git HEAD" |
NewerOlder