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
Łukasz Strzałkowski aea02eb430 Move skeleton methods from AV to AbsC
The methods:

 * #render_to_body
 * #render_to_string
 * #_normalize_render

Haven't had anything specyfic to ActionView. This was common code which should belong to AbstractController
2013-09-03 14:57:37 +02:00
..
helpers fix the typo [ci skip] 2013-09-02 10:41:55 +05:30
locale
renderer Fix default rendered format problem when calling render method without :content_type option. Closes #11393. 2013-07-15 02:11:43 +09:00
template Remove require to AP stuff that left 2013-06-20 17:23:17 +02:00
testing
vendor
base.rb Add missing requires inside AV 2013-08-25 11:39:12 +02:00
buffers.rb
context.rb
dependency_tracker.rb
digestor.rb Only cache template digests if config.cache_template_loading 2013-08-06 14:06:42 -04:00
flows.rb Comment typo 2013-06-25 14:34:51 -04:00
helpers.rb
layouts.rb Add missing requires inside AV 2013-08-25 11:39:12 +02:00
log_subscriber.rb Add missing require 2013-08-25 11:39:12 +02:00
lookup_context.rb
model_naming.rb
path_set.rb
railtie.rb Do not load AV inside AP 2013-08-25 11:39:12 +02:00
record_identifier.rb
rendering.rb Move skeleton methods from AV to AbsC 2013-09-03 14:57:37 +02:00
routing_url_for.rb
template.rb
test_case.rb
version.rb Bump up version, fix module name 2013-06-20 19:11:32 +02:00
view_paths.rb Revert "Require only path_set && lookup_context instead of whole base" 2013-08-25 11:39:08 +02:00