Skip to content

Instantly share code, notes, and snippets.

View mikel's full-sized avatar

Mikel Lindsaar mikel

View GitHub Profile
[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