Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created September 10, 2009 00:25
Show Gist options
  • Save edavis10/184206 to your computer and use it in GitHub Desktop.
Save edavis10/184206 to your computer and use it in GitHub Desktop.
$ ruby -v
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
$ gem list
*** LOCAL GEMS ***
actionmailer (2.3.4, 2.2.3)
actionpack (2.3.4, 2.2.3)
activerecord (2.3.4, 2.2.3)
activeresource (2.3.4, 2.2.3)
activesupport (2.3.4, 2.2.3)
columnize (0.3.1)
mocha (0.9.7)
mysql (2.8.1)
rack (1.0.0)
rails (2.3.4, 2.2.3)
rake (0.8.7)
sqlite3-ruby (1.2.5)
test-unit (2.0.3)
(No postgres, sorry)
(in /home/edavis/dev/rails)
/home/edavis/.rvm/ruby-1.9.1-p243/bin/ruby -w -I"lib:test" "/home/edavis/.rvm/gems/ruby/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/gzip_test.rb" "test/test_test.rb" "test/caching_test.rb" "test/ordered_options_test.rb" "test/deprecation_test.rb" "test/core_ext/pathname_test.rb" "test/core_ext/blank_test.rb" "test/core_ext/cgi_ext_test.rb" "test/core_ext/numeric_ext_test.rb" "test/core_ext/class/delegating_attributes_test.rb" "test/core_ext/class/attribute_accessor_test.rb" "test/core_ext/class/class_inheritable_attributes_test.rb" "test/core_ext/module/attr_accessor_with_default_test.rb" "test/core_ext/module/model_naming_test.rb" "test/core_ext/module/attribute_accessor_test.rb" "test/core_ext/module/attribute_aliasing_test.rb" "test/core_ext/module/attr_internal_test.rb" "test/core_ext/module/synchronization_test.rb" "test/core_ext/file_test.rb" "test/core_ext/load_error_test.rb" "test/core_ext/class_test.rb" "test/core_ext/kernel_test.rb" "test/core_ext/exception_test.rb" "test/core_ext/float_ext_test.rb" "test/core_ext/time_with_zone_test.rb" "test/core_ext/duration_test.rb" "test/core_ext/proc_test.rb" "test/core_ext/date_time_ext_test.rb" "test/core_ext/duplicable_test.rb" "test/core_ext/array_ext_test.rb" "test/core_ext/time_ext_test.rb" "test/core_ext/range_ext_test.rb" "test/core_ext/date_ext_test.rb" "test/core_ext/uri_ext_test.rb" "test/core_ext/name_error_test.rb" "test/core_ext/module_test.rb" "test/core_ext/hash_ext_test.rb" "test/core_ext/base64_ext_test.rb" "test/core_ext/integer_ext_test.rb" "test/core_ext/symbol_test.rb" "test/core_ext/object_and_class_ext_test.rb" "test/core_ext/enumerable_test.rb" "test/core_ext/string_ext_test.rb" "test/json/encoding_test.rb" "test/json/decoding_test.rb" "test/secure_random_test.rb" "test/clean_logger_test.rb" "test/multibyte_unicode_database_test.rb" "test/whiny_nil_test.rb" "test/multibyte_chars_test.rb" "test/dependencies_test.rb" "test/multibyte_utils_test.rb" "test/rescuable_test.rb" "test/time_zone_test.rb" "test/string_inquirer_test.rb" "test/option_merger_test.rb" "test/memoizable_test.rb" "test/i18n_test.rb" "test/ordered_hash_test.rb" "test/inflector_test.rb" "test/buffered_logger_test.rb" "test/callbacks_test.rb"
(in /home/edavis/dev/rails/activesupport)
/home/edavis/dev/rails/activesupport/lib/active_support/inflector.rb:275: warning: encoding option isn't portable: ignore//translit
/home/edavis/.rvm/ruby-1.9.1-p243/lib/ruby/1.9.1/pathname.rb:270: warning: `*' interpreted as argument prefix
Skipping memcached backed store tests. Start memcached and try again.
Loaded suite /home/edavis/.rvm/gems/ruby/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...EE..........................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
...............................................................................
....
Finished in 3.636737018 seconds.
1) Error:
test_parameterize(InflectorTest):
NoMethodError: undefined method `normalize' for "Donald E. Knuth":String
/home/edavis/dev/rails/activesupport/lib/active_support/inflector.rb:283:in `transliterate'
/home/edavis/dev/rails/activesupport/lib/active_support/inflector.rb:262:in `parameterize'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:103:in `block in test_parameterize'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:102:in `each'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:102:in `test_parameterize'
/home/edavis/dev/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:94:in `run_with_callbacks_and_mocha'
2) Error:
test_parameterize_with_custom_separator(InflectorTest):
NoMethodError: undefined method `normalize' for "Donald E. Knuth":String
/home/edavis/dev/rails/activesupport/lib/active_support/inflector.rb:283:in `transliterate'
/home/edavis/dev/rails/activesupport/lib/active_support/inflector.rb:262:in `parameterize'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:109:in `block in test_parameterize_with_custom_separator'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:108:in `each'
/home/edavis/dev/rails/activesupport/test/inflector_test.rb:108:in `test_parameterize_with_custom_separator'
/home/edavis/dev/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:94:in `run_with_callbacks_and_mocha'
1584 tests, 7093 assertions, 0 failures, 2 errors, 0 pendings, 0 omissions, 0 notifications
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:128: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:132: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:128: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:130: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:128: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:128: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:132: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:130: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:128: warning: setting Encoding.default_internal
/home/edavis/dev/rails/activesupport/test/multibyte_utils_test.rb:136: warning: setting Encoding.default_internal
rake aborted!
Command failed with status (1): [/home/edavis/.rvm/ruby-1.9.1-p243/bin/ruby...]
(See full trace by running task with --trace)
/home/edavis/.rvm/ruby-1.9.1-p243/bin/ruby -I"lib:test" "/home/edavis/.rvm/gems/ruby/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/controller/action_pack_assertions_test.rb" "test/controller/addresses_render_test.rb" "test/controller/assert_select_test.rb" "test/controller/base_test.rb" "test/controller/benchmark_test.rb" "test/controller/caching_test.rb" "test/controller/capture_test.rb" "test/controller/cgi_test.rb" "test/controller/components_test.rb" "test/controller/content_type_test.rb" "test/controller/cookie_test.rb" "test/controller/deprecation/deprecated_base_methods_test.rb" "test/controller/dispatcher_test.rb" "test/controller/filter_params_test.rb" "test/controller/filters_test.rb" "test/controller/flash_test.rb" "test/controller/header_test.rb" "test/controller/helper_test.rb" "test/controller/html-scanner/cdata_node_test.rb" "test/controller/html-scanner/document_test.rb" "test/controller/html-scanner/node_test.rb" "test/controller/html-scanner/sanitizer_test.rb" "test/controller/html-scanner/tag_node_test.rb" "test/controller/html-scanner/text_node_test.rb" "test/controller/html-scanner/tokenizer_test.rb" "test/controller/http_authentication_test.rb" "test/controller/integration_test.rb" "test/controller/integration_upload_test.rb" "test/controller/layout_test.rb" "test/controller/logging_test.rb" "test/controller/mime_responds_test.rb" "test/controller/mime_type_test.rb" "test/controller/polymorphic_routes_test.rb" "test/controller/rack_test.rb" "test/controller/record_identifier_test.rb" "test/controller/redirect_test.rb" "test/controller/render_test.rb" "test/controller/request_forgery_protection_test.rb" "test/controller/request_test.rb" "test/controller/rescue_test.rb" "test/controller/resources_test.rb" "test/controller/routing_test.rb" "test/controller/selector_test.rb" "test/controller/send_file_test.rb" "test/controller/session/cookie_store_test.rb" "test/controller/session/mem_cache_store_test.rb" "test/controller/session_fixation_test.rb" "test/controller/session_management_test.rb" "test/controller/test_test.rb" "test/controller/translation_test.rb" "test/controller/url_rewriter_test.rb" "test/controller/verification_test.rb" "test/controller/view_paths_test.rb" "test/controller/webservice_test.rb" "test/template/active_record_helper_i18n_test.rb" "test/template/active_record_helper_test.rb" "test/template/asset_tag_helper_test.rb" "test/template/atom_feed_helper_test.rb" "test/template/benchmark_helper_test.rb" "test/template/compiled_templates_test.rb" "test/template/date_helper_i18n_test.rb" "test/template/date_helper_test.rb" "test/template/erb_util_test.rb" "test/template/form_helper_test.rb" "test/template/form_options_helper_test.rb" "test/template/form_tag_helper_test.rb" "test/template/javascript_helper_test.rb" "test/template/number_helper_i18n_test.rb" "test/template/number_helper_test.rb" "test/template/prototype_helper_test.rb" "test/template/record_tag_helper_test.rb" "test/template/render_test.rb" "test/template/sanitize_helper_test.rb" "test/template/scriptaculous_helper_test.rb" "test/template/tag_helper_test.rb" "test/template/test_test.rb" "test/template/text_helper_test.rb" "test/template/translation_helper_test.rb" "test/template/url_helper_test.rb"
(in /home/edavis/dev/rails/actionpack)
Loaded suite /home/edavis/.rvm/gems/ruby/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...............................................................................
...............................................................................
...............................................................................
...............................................................................
............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment