1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Bradford Folkens bd559b0068 Fix trouble using :subdomain in development environment when using numeric addresses.
See-also pull request #3561 from 3-1-stable

    Otherwise the following occurs:

    TypeError: can't convert nil into String
        /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:75:in host_or_subdomain_and_domain'
        /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:37:in url_for'
        /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/routing/url_for.rb:147:in test_subdomain_may_be_accepted_with_numeric_host'
        /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in run'
        /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:426:in send'
        /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:81:in run'
2011-11-08 07:52:35 -06:00
..
abstract Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
activerecord Fixed session ID fixation for ActiveRecord::SessionStore 2011-07-12 11:09:11 -07:00
controller Fix trouble using :subdomain in development environment when using numeric addresses. 2011-11-08 07:52:35 -06:00
dispatch Warnings removed from RequestIdTest 2011-10-22 16:30:48 +05:30
fixtures Merge pull request #2219 from kommen/fix_fragment_caching_squashed 2011-10-13 13:36:20 -07:00
lib Silence Ruby warnings about uninitialized instance variable. 2011-09-09 15:48:43 -06:00
template Revert "Skip test_default_external_works on the CI for Ruby 1.9.3." 2011-11-06 10:39:59 +00:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Revert "Merge pull request #2647 from dmathieu/no_rescue" 2011-08-30 20:52:08 -03:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00