Thu Jun 3 01:26:47 UTC 2010 Mikel Lindsaar <[email protected]>¶ ↑
-
Removed unnecessary “-” from <<- call
Removed unnecessary “-” from <<- call
| [email protected] ~/Code/railsplugins | |
| $ rake spec --trace | |
| ** Invoke spec (first_time) | |
| ** Invoke db:test:prepare (first_time) | |
| ** Invoke db:abort_if_pending_migrations (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| ** Execute db:abort_if_pending_migrations | |
| ** Execute db:test:prepare | |
| ** Invoke db:test:load (first_time) |
| Installing Rails from github | |
| $ git clone http://github.com/carlhuda/bundler | |
| $ cd bundler | |
| $ gem build bundler.gemspec | |
| $ gem install bundler | |
| $ cd .. | |
| $ git clone http://github.com/rails/rails | |
| $ ruby rails/railties/bin/rails test --dev |