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
brainopia ebc47465a5 Fix edge cases for domain :all option on cookie store
Dont set explicit domain for cookies if host is not a domain name

[#6002 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-12-16 01:49:30 +05:30
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Ensure calling reset session twice does not raise errors. 2010-11-20 21:56:08 +01:00
controller Ensure that while caching a page rails takes into 2010-12-09 16:14:57 +01:00
dispatch Fix edge cases for domain :all option on cookie store 2010-12-16 01:49:30 +05:30
fixtures Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 2010-12-04 18:00:52 +01:00
lib Fix tests on 1.9.2. 2010-11-28 12:48:50 +01:00
template Properly check the arity for template handlers. 2010-12-09 13:15:40 +01:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -08: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