1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Sam Stephenson 1a404abc03 Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Introduced in e56c635427, `CacheHelper#fragment_cache_key` is a duplicate of `ActionController::Caching::Fragments#fragment_cache_key`.

We now require the view to provide this method on its own (as with `view_cache_dependencies`); `ActionController::Caching::Fragments` exports its version as a `helper_method`.
2015-12-14 17:57:39 -06:00
..
actionpack Delete needless require 'active_support/deprecation' 2015-10-20 20:02:59 +09:00
activerecord Fix calling cache helper with a relation 2015-08-28 17:26:09 +10:00
fixtures Respect value of :object if :object is false when rendering 2015-11-13 12:26:15 +09:00
lib/controller Add tests to make sure label and placeholder respect to_model 2015-02-05 16:19:29 -02:00
template Remove ActionView::Helpers::CacheHelper#fragment_cache_key 2015-12-14 17:57:39 -06:00
tmp
abstract_unit.rb Removed Mocha from Action View 2015-09-23 23:34:04 +05:30
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00