Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
baci:~/sandbox mikel$ svn info 1-2-stable/ Path: 1-2-stable URL: http://svn.rubyonrails.org/rails/branches/1-2-stable Repository Root: http://svn.rubyonrails.org/rails Repository UUID: 5ecf4fe2-1ee6-0310-87b1-e25e094e27de Revision: 7813 Node Kind: directory Schedule: normal Last Changed Author: bitsweat Last Changed Rev: 7806 Last Changed Date: 2007-10-09 06:34:10 +1000 (Tue, 09 Oct 2007) baci:~/sandbox mikel$ svn revert 1-2-stable/ --recursive Reverted '1-2-stable/activerecord/test/mixin_test.rb' Reverted '1-2-stable/activerecord/lib/active_record/acts/list.rb' baci:~/sandbox mikel$ svn up 1-2-stable/ At revision 7813. baci:~/sandbox mikel$ cd 1-2-stable/activerecord/ baci:~/sandbox/1-2-stable/activerecord mikel$ rake test_mysql (in /Users/mikel/sandbox/1-2-stable/activerecord) /usr/local/bin/ruby -Ilib:test:test/connections/native_mysql<SNIP> ......................................................................... Finished in 19.791363 seconds. 1039 tests, 3964 assertions, 0 failures, 0 errors baci:~/sandbox/1-2-stable/activerecord mikel$ patch -p0 < ../../acts_as_list_patch/acts_as_list_remove_from_list_fix.diff patching file test/mixin_test.rb patching file lib/active_record/acts/list.rb baci:~/sandbox/1-2-stable/activerecord mikel$ rake test_mysql (in /Users/mikel/sandbox/1-2-stable/activerecord) /usr/local/bin/ruby -Ilib:test:test/connections/native_mysql<SNIP> ......................................................................... Finished in 19.640137 seconds. 1042 tests, 3977 assertions, 0 failures, 0 errors
This paste will be private.
From the Design Piracy series on my blog: