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/fixtures
Kasper Timm Hansen b4558c10fb Make collection caching explicit.
Having collection caching that wraps templates and automatically tries
to infer if they are cachable proved to be too much of a hassle.

We'd rather have it be something you explicitly turn on.

This removes much of the code and docs to explain the previous automatic
behavior.

This change also removes scoped cache keys and passing cache_options.
2016-02-20 16:54:32 +01:00
..
alternate_helpers Use redefine_method since baz is already defined. 2010-09-28 18:31:52 -03:00
bad_customers
collection_cache Make collection caching explicit. 2016-02-20 16:54:32 +01:00
customers Replace expectation with state check. 2015-05-30 18:57:10 +02:00
filter_test/implicit_actions Add a failing test case for an implicit action with a before filter. 2011-03-23 23:32:44 +00:00
functional_caching Merge pull request #22800 from dgynn/pr_cache_helper_options 2016-01-29 00:15:19 -05:00
helpers Remove HelperyTestHelper not used in any test 2013-09-14 10:40:28 -07:00
helpers1_pack Fix sorting of helpers from different paths 2012-05-28 06:58:48 +02:00
helpers2_pack Fix sorting of helpers from different paths 2012-05-28 06:58:48 +02:00
helpers_typo/admin give a better error message for misspelled helpers 2014-10-25 14:06:33 +02:00
layouts Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
localized Typo: Hello = Guten Tag (in German) 2014-12-05 12:54:15 +07:00
multipart Add failing spec on utf8 filename with percent character 2015-08-04 21:27:22 +09:00
old_content_type removes the RJS template handler 2011-04-13 13:23:18 +02:00
post_test
public config.static_index configures directory index "index.html" filename 2015-05-28 09:41:00 +01:00
respond_to Add any/all support for variants 2013-12-26 20:36:17 +01:00
session_autoload_test/session_autoload_test Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types. 2010-06-27 22:39:06 +02:00
star_star_mime add the fixture file 2010-11-22 23:06:13 +01:00
test Remove unused fixtures 2014-07-16 14:48:45 -03:00
公共 config.static_index configures directory index "index.html" filename 2015-05-28 09:41:00 +01:00
_top_level_partial_only.erb
company.rb Remove integration between attr_accessible/protected and AC::Metal::ParamsWrapper 2012-09-16 23:58:20 -05:00
ruby_template.ruby Rename .rb template handler to .ruby to avoid conflicts with mustache views classes 2012-09-17 10:07:08 -05:00
shared.html.erb