rails/actionpack/lib/action_view
Nathan Weizenbaum e8c1915416 Auto-load template handlers based on unmatched extensions [#1540 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2008-12-15 14:49:38 -06:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Explicitly require ERB Utils extensions from TagHelper 2008-12-09 14:13:33 -06:00
locale Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units. 2008-11-23 13:11:59 -08:00
template_handlers Merge with docrails 2008-12-07 03:27:53 +01:00
base.rb Merge with docrails 2008-12-07 03:27:53 +01:00
helpers.rb simplify console with helpers 2008-11-23 15:15:20 -06: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 Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH] 2008-11-19 14:00:16 +01:00
paths.rb Fixed template lookups from outside the rails root [#1557 state:resolved] 2008-12-11 10:17:29 -06:00
renderable_partial.rb Check for uninitialized instance variables 2008-09-08 19:57:32 -07:00
renderable.rb Add :partial option to assert_template [#1550 state:resolved] 2008-12-11 11:06:35 -06:00
template_error.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
template_handler.rb A back support for legacy TemplateHandler#render API 2008-11-23 13:57:01 -06:00
template_handlers.rb Auto-load template handlers based on unmatched extensions [#1540 state:resolved] 2008-12-15 14:49:38 -06:00
template.rb Auto-load template handlers based on unmatched extensions [#1540 state:resolved] 2008-12-15 14:49:38 -06:00
test_case.rb Fixed ActionView::TestCase current url context [#1561 state:resolved] 2008-12-15 11:47:39 -06:00