Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8231 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PPATCH] action caching speedup

Reported by: skaes Assigned to: technoweenie
Priority: normal Milestone: 1.2.4
Component: ActionPack Version: 1.2.3
Severity: normal Keywords:
Cc:

Description

This patch improves action caching speed. It depends on #8226.

Attachments

action_caching_speedup.patch (5.9 kB) - added by skaes on 05/01/07 05:11:20.
action_caching_speedup_trunk.patch (6.0 kB) - added by skaes on 05/18/07 07:57:12.
trunk version of the patch
action_caching_speedup.2.patch (6.0 kB) - added by skaes on 05/27/07 08:49:11.
patched version of stable patch

Change History

05/01/07 05:11:20 changed by skaes

  • attachment action_caching_speedup.patch added.

05/07/07 16:39:24 changed by skaes

this patch is for 1-2-stable

05/18/07 07:57:12 changed by skaes

  • attachment action_caching_speedup_trunk.patch added.

trunk version of the patch

05/27/07 07:42:34 changed by technoweenie

  • owner changed from rick to technoweenie.
  • status changed from new to assigned.

The trunk version worked and was committed to [6867]. I get these failures on stable though: http://pastie.caboo.se/65016

05/27/07 08:49:11 changed by skaes

  • attachment action_caching_speedup.2.patch added.

patched version of stable patch

05/27/07 08:50:49 changed by skaes

rick, the patch didn't apply cleanly, which you may have not noticed when applying. I have attached a new version, which should work.

05/29/07 09:30:48 changed by technoweenie

Ah.. Well now I get this for some reason.

  1) Failure:
test_save_unloaded_session(DeprecatedActiveRecordStoreTest) [./test/activerecord/active_record_store_test.rb:73]:
<nil> expected to not be nil.

07/14/07 08:53:36 changed by nzkoz

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7185]) Improve performance of action caching. Closes #8231 [skaes]