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
Johan Sörensen dd98280e38 Only save the session if we're actually writing to it [#2703 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-05-28 09:35:17 -05:00
..
abstract_controller Merge branch 'master' of git@github.com:rails/rails 2009-05-18 11:54:51 -07:00
activerecord Only save the session if we're actually writing to it [#2703 state:resolved] 2009-05-28 09:35:17 -05:00
controller The FlashHash and friends causes a lot of needless session storing, when we know for a fact that there's no content in the flash. By not storing the empty hash in the session we save a lot of communication with the various session backends, while still keeping the same interface to the flash. [#2703 state:resolved] 2009-05-28 09:30:49 -05:00
dispatch Only save the session if we're actually writing to it [#2703 state:resolved] 2009-05-28 09:35:17 -05:00
fixtures Slightly modify things to get content type matching working without breaking other code 2009-05-23 00:39:32 -07:00
html-scanner Move html-scanner tests one dir up 2009-05-23 02:21:07 +02:00
lib Move testing_sandbox to test/lib 2009-05-22 17:17:14 -07:00
new_base Slightly modify things to get content type matching working without breaking other code 2009-05-23 00:39:32 -07:00
template Get all template tests passing on new base 2009-05-26 15:19:39 -07:00
view Fixed ActionView::TestCase current url context [#1561 state:resolved] 2008-12-15 11:47:39 -06:00
abstract_unit.rb Complain if new_base/abstract_unit was already loaded 2009-05-22 15:32:35 -07:00
runner Temporary runner 2009-03-20 15:02:12 -07:00