1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Craig Smith 316f4704ea Test cases should see all the cookies, not just cookies that have been set in the controller.
Previously this example would always pass, even when cookies.delete was not called.

@request.cookies['foo'] = 'bar'
get :delete_cookie
assert_nil cookies['foo']

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#2768 state:committed]
2009-10-15 10:58:55 +13:00
actionmailer Mark html safety 2009-10-09 18:36:58 -07:00
actionpack Test cases should see all the cookies, not just cookies that have been set in the controller. 2009-10-15 10:58:55 +13:00
activemodel Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
activerecord Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
activeresource Fix tests 2009-10-14 14:47:11 -07:00
activesupport Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handling to closer match that of the REXML engine, and added a LibXML engine test 2009-10-15 10:54:30 +13:00
ci Add erubis gem to ci 2009-10-12 22:23:29 -05:00
doc/template
railties Finish porting over the initializers to the app object and fix all the tests 2009-10-14 11:47:37 -07:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore don't ignore all bin directories 2009-10-06 15:53:25 +13:00
.gitmodules Remove submodule 2009-08-11 23:44:44 -07:00
pushgems.rb
Rakefile Add rake gemspec and gemspecs to the repo 2009-08-31 17:20:44 -07:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00