1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view
2008-07-14 17:40:58 -05:00
..
helpers Ensure :index works with fields_for select methods. [#518 state:resolved] 2008-07-14 00:55:57 +01:00
template_handlers Move dead recompile_template? also 2008-07-14 13:51:59 -07:00
base.rb Check first render format and extension. Fixes failing ActionMailer test. 2008-07-13 14:05:21 -05:00
inline_template.rb Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class. 2008-07-12 14:33:46 -05:00
partials.rb Eager load Partial variable_name and counter_name. Tidy up render_partial_collection. 2008-07-14 17:40:58 -05:00
paths.rb Set config.action_view.warn_cache_misses = true to receive a warning if you perform an action that results in an expensive disk operation that could be cached 2008-07-12 15:31:50 -05:00
renderable.rb Eager load Partial variable_name and counter_name. Tidy up render_partial_collection. 2008-07-14 17:40:58 -05:00
renderable_partial.rb Eager load Partial variable_name and counter_name. Tidy up render_partial_collection. 2008-07-14 17:40:58 -05:00
template.rb Eager load Partial variable_name and counter_name. Tidy up render_partial_collection. 2008-07-14 17:40:58 -05:00
template_error.rb Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class. 2008-07-12 14:33:46 -05:00
template_handler.rb Changed ActionView::TemplateHandler#render API method signature to render(template, local_assigns = {}) 2008-07-11 15:40:41 -05:00
template_handlers.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00
test_case.rb Use output_buffer reader and writer methods exclusively instead of hitting the instance variable so others can override the methods. 2008-06-08 20:05:39 -07:00