Skip to content

Instantly share code, notes, and snippets.

View mikel's full-sized avatar

Mikel Lindsaar mikel

View GitHub Profile

Thu Jun 3 01:26:47 UTC 2010 Mikel Lindsaar <mikel@rubyx.com>

  • Removed unnecessary “-” from <<- call

mikel@baci.lindsaar.net ~/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