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/dispatch
Prem Sichanugrist 617e94658d Make sure that Rails doesn't resent session_id cookie over and over again if it's already there [#2485 state:resolved]
This apply to only Active Record store and Memcached store, as they both store only the session_id, which will be unchanged, in the cookie.

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-25 09:41:52 +02:00
..
request Ruby 1.9: fix invalid rack response in test 2010-05-15 11:25:56 -07:00
session Make sure that Rails doesn't resent session_id cookie over and over again if it's already there [#2485 state:resolved] 2010-06-25 09:41:52 +02:00
callbacks_test.rb
cookies_test.rb Added tests for cookies with domain option. 2010-06-11 16:34:53 +02:00
header_test.rb
middleware_stack_test.rb Remove the laziness from the middleware stack. 2010-05-29 22:29:46 +02:00
mime_type_test.rb
mount_test.rb
rack_test.rb * Change the object used in routing constraints to be an instance of 2010-04-03 20:24:30 -07:00
request_test.rb * Change the object used in routing constraints to be an instance of 2010-04-03 20:24:30 -07:00
response_test.rb Rely on set and delete cookie logic from rack. 2010-05-18 01:51:45 +02:00
routing_test.rb Fix namespaced redirects [#4389 state:resolved] 2010-06-24 13:26:24 +02:00
show_exceptions_test.rb Make sure that rails recognized the full notation of IPv6 loopback address, and recognize 127.0.0.0/8 in IPv4 2010-06-08 19:45:40 +02:00
static_test.rb
test_request_test.rb
url_generation_test.rb Swear I ran this test 2010-03-15 22:44:49 -07:00