1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view
Prem Sichanugrist 8cb8ce98d9 Stop using deprecated render :text in test
This will silence deprecation warnings.

Most of the test can be changed from `render :text` to render `:plain`
or `render :body` right away. However, there are some tests that needed
to be fixed by hand as they actually assert the default Content-Type
returned from `render :body`.
2015-07-17 22:27:33 -04:00
..
helpers Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
locale
renderer Fix cache issue when different partials use the same collection 2015-06-28 20:41:59 -05:00
tasks move cache_digests rake methods into their own namespace 2014-09-26 11:55:40 -07:00
template Support explicit defintion of resouce name for collection caching. 2015-07-07 16:57:09 -04:00
testing Removed ActionView::Assertions. Getting ready to exchange with Rails::Dom::Testing::Assertions. 2014-06-16 21:04:17 +02:00
base.rb Add documentation for local_assigns [ci skip] 2015-02-17 18:25:59 +05:30
buffers.rb handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
context.rb
dependency_tracker.rb Fix dependency tracker bug 2015-02-25 14:57:29 +02:00
digestor.rb Merge branch 'master' of github.com:rails/docrails 2015-06-21 18:37:55 +00:00
flows.rb Comment typo 2013-06-25 14:34:51 -04:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
helpers.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
layouts.rb Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug" 2015-06-02 20:57:54 -03:00
log_subscriber.rb Prefer to pass block when logging. 2014-07-18 15:04:43 +08:00
lookup_context.rb [skip ci] Lookup can be a noun but it is not a verb 2015-07-17 20:18:57 +02:00
model_naming.rb nodoc ActionView::ModelNaming module 2015-01-18 11:57:36 +05:30
path_set.rb
railtie.rb Exclude cache_digests:dependencies rake task in api app 2015-06-11 16:54:14 -03:00
record_identifier.rb Use existing constant for joining instead of '_' 2015-01-18 13:06:42 +05:30
rendering.rb [skip ci] Lookup can be a noun but it is not a verb 2015-07-17 20:18:57 +02:00
routing_url_for.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
template.rb Support explicit defintion of resouce name for collection caching. 2015-07-07 16:57:09 -04:00
test_case.rb Change AC::TestResponse to AD::TestResponse 2015-07-14 09:27:42 -04:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
view_paths.rb [skip ci] Lookup can be a noun but it is not a verb 2015-07-17 20:18:57 +02:00