aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-01-12 01:19:46 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-01-12 01:19:46 +0000
commiteff27ab11962aa90885653438d0d04d3136fd846 (patch)
tree511e36e849b11e41b0b5436c363426fc2e4fc073 /actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
parent3dd6027f708a472064e73a50f4afb433f338bf09 (diff)
downloadrails-eff27ab11962aa90885653438d0d04d3136fd846.tar.gz
rails-eff27ab11962aa90885653438d0d04d3136fd846.tar.bz2
rails-eff27ab11962aa90885653438d0d04d3136fd846.zip
Fix a few caching errors, expose a case thats still not working (ref #107330 [catfish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8630 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs')
-rw-r--r--actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs b/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
new file mode 100644
index 0000000000..248842c9da
--- /dev/null
+++ b/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
@@ -0,0 +1 @@
+page.replace_html 'notices', :partial => 'partial' \ No newline at end of file