1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Andrew White 31f09f9dbc Improve testing of cookies in functional tests:
- cookies can be set using string or symbol keys
- cookies are preserved across calls to get, post, etc.
- cookie names and values are escaped
- cookies can be cleared using @request.cookies.clear

[#6272 state:resolved]
2011-03-06 12:49:44 +00:00
..
http Add missing deprecation require 2011-02-11 13:29:23 -02:00
middleware make sure string keys are always looked up from the class cache 2011-03-02 10:11:28 -08:00
routing Raise ArgumentError if route name is invalid [#6517 state:resolved] 2011-03-06 07:08:50 +00:00
testing Improve testing of cookies in functional tests: 2011-03-06 12:49:44 +00:00
railtie.rb First pass at Rack::Cache 2010-09-13 16:06:03 -07:00
routing.rb add cross-references and documentation for scope 2011-01-28 19:25:12 -05:00