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
[adelacruz@pd-10-65-32-5 mlb11site (trades)]$ rake leaderboards:rank:all --trace | |
(in /Users/adelacruz/Workspace/mlb11site) | |
** Invoke leaderboards:rank:all (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
rake aborted! | |
syntax error on line 13, col 1: `:' | |
/Users/adelacruz/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' | |
/Users/adelacruz/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' | |
/Users/adelacruz/.rvm/gems/ruby-1.9.2-p136/gems/rails-2.3.5/lib/initializer.rb:902:in `database_configuration' |
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
~/Workspace brew install wget | |
Warning: It appears you have Macports or Fink installed | |
Software installed with other package managers causes known problems for | |
Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any | |
affected formula. | |
==> Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2 | |
######################################################################## 100.0% | |
==> Downloading patches | |
######################################################################## 100.0% | |
==> Patching |
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
~/Downloads chmod +x brew && ./brew | |
Installing Homebrew. Press enter to continue. | |
~/Downloads ls | |
Contractor 1.jpeg LNCHBX-004-WEBSITE_V9A.png | |
Contractor 2.jpeg brew | |
~/Downloads cd | |
~ ls | |
Applications | |
Desktop |
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
~/Downloads chmod +x brew && ./brew | |
Installing Homebrew. Press enter to continue. | |
WARNING: Improper use of the sudo command could lead to data loss | |
or the deletion of important system files. Please double-check your | |
typing when using sudo. Type "man sudo" for more information. | |
To proceed, enter your password, or type Ctrl-C to abort. |
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
Last login: Thu Aug 11 17:59:50 on ttys001 | |
~ which make | |
/Developer/usr/bin/make | |
~ brew install git | |
==> Downloading http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2 | |
File already downloaded in /Users/alland/Library/Caches/Homebrew | |
==> make prefix=/usr/local/Cellar/git/1.7.6 install | |
GIT_VERSION = 1.7.6 | |
* new build flags or prefix | |
./generate-cmdlist.sh > common-cmds.h+ && mv common-cmds.h+ common-cmds.h |
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
/ brew install git | |
==> Downloading http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2 | |
File already downloaded in /Users/alland/Library/Caches/Homebrew | |
==> make prefix=/usr/local/Cellar/git/1.7.6 install | |
==> Downloading http://kernel.org/pub/software/scm/git/git-manpages-1.7.6.tar.bz2 | |
######################################################################## 100.0% | |
==> Downloading http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.6.tar.bz2 | |
######################################################################## 100.0% | |
==> Caveats | |
Bash completion has been installed to: |
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
~/Workspace/lunchmoney bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.8.7) | |
Using abstract (1.0.0) | |
Using activesupport (3.0.7) | |
Using builder (2.1.2) | |
Using i18n (0.5.0) | |
Using activemodel (3.0.7) | |
Using erubis (2.6.6) | |
Using rack (1.2.1) |
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
~/Workspace/lunchmoney rake db:create db:migrate db:initialize_defaults | |
Could not find pg-0.10.0 in any of the sources | |
Run `bundle install` to install missing gems. | |
~/Workspace/lunchmoney |
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
~/Workspace/lunchmoney env ARCHFLAGS="-arch x86_64" gem install --no-ri --no-rdoc pg | |
Fetching: pg-0.11.0.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed pg-0.11.0 | |
1 gem installed | |
~/Workspace/lunchmoney bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.8.7) | |
Using abstract (1.0.0) | |
Using activesupport (3.0.7) |
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
[adelacruz@pdsd65-31-6 modnation_community (master)]$ bundle update | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.9.2.2) | |
Using abstract (1.0.0) | |
Using activesupport (2.3.5) | |
Using rack (1.0.1) | |
Using actionpack (2.3.5) | |
Using actionmailer (2.3.5) | |
Using activerecord (2.3.5) | |
Using activeresource (2.3.5) |